Skip to content

Commit 0345a71

Browse files
committed
Add CHANGELOG.md with 1.3.0 release notes
1 parent ed6f19f commit 0345a71

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2123
About
2224
-----
2325

0 commit comments

Comments
 (0)