Skip to content

Commit 2e12e5c

Browse files
Merge branch 'alpha' of github.com:Thorium-Sim/thorium-nova into alpha
2 parents d367ea8 + 801045b commit 2e12e5c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.20](https://github.com/Thorium-Sim/thorium-nova/compare/1.0.0-alpha.19...1.0.0-alpha.20) (2025-07-07)
7+
8+
9+
### Features
10+
11+
* Add Macros, which can be inserted into timelines and expanded to replace themselves with the blocks they are made of. ([9e6c5b2](https://github.com/Thorium-Sim/thorium-nova/commit/9e6c5b28fb0fd247cdc073030ebcd2a333aba2e1))
12+
* Improved asset management ([20ec34c](https://github.com/Thorium-Sim/thorium-nova/commit/20ec34ca96ecefbea3b957cc48579295ee5e06ff))
13+
* new Timeline blocks UI for defining timelines ([c329c27](https://github.com/Thorium-Sim/thorium-nova/commit/c329c276a0ff83d7225970df3d9def2d2d9e6af8))
14+
* Play Sound action. ([6b281e5](https://github.com/Thorium-Sim/thorium-nova/commit/6b281e5c74ba313e106df40134821a8e7b4baae4))
15+
* Triggers for executing actions based on events that occur during the flight. ([9c4fed3](https://github.com/Thorium-Sim/thorium-nova/commit/9c4fed36ef0112112d36415c9b11a6dfa084f81b))
16+
617
# [1.0.0-alpha.19](https://github.com/Thorium-Sim/thorium-nova/compare/1.0.0-alpha.18...1.0.0-alpha.19) (2025-05-28)
718

819
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thorium-nova",
3-
"version": "1.0.0-alpha.19",
3+
"version": "1.0.0-alpha.20",
44
"private": true,
55
"description": "Spaceship Simulator Controls Platform",
66
"keywords": [],

0 commit comments

Comments
 (0)