File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to RocketEditor will be documented in this file.
4+
5+ ## [ 1.3.0] - 2025-11-30
6+
7+ ### Added
8+ - Command-line support for loading .rocket files on startup (all platforms)
9+ - macOS universal binary support (x86_64 + arm64)
10+ - Version display now shows git tag for releases, "Development" for dev builds
11+
12+ ### Changed
13+ - Replaced BASS audio library with minimp3 + kissfft for audio decoding (no more proprietary dependencies)
14+ - Switched build system to CMake
15+
16+ ### Fixed
17+ - Various build warnings and CI improvements
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Here are the links to the current version of the editor:
1818* macOS: https://www.dropbox.com/s/toaiyfgzue9fm2v/RocketEditor1.2beta.zip?dl=1
1919* Windows: https://www.dropbox.com/s/ounkv6bcou5pgwe/RocketEditor1.2beta-Win.zip?dl=1
2020
21+ See [ CHANGELOG.md] ( CHANGELOG.md ) for version history.
22+
2123About
2224-----
2325
You can’t perform that action at this time.
0 commit comments