All notable changes to RocketEditor will be documented in this file.
- Command-line support for loading .rocket files on startup (all platforms)
- macOS universal binary support (x86_64 + arm64)
- Version display now shows git tag for releases, "Development" for dev builds
- Replaced BASS audio library with minimp3 + kissfft for audio decoding (no more proprietary dependencies)
- Switched build system to CMake
- Various build warnings and CI improvements