the-honkers-railway-launcher/CHANGELOG.md

38 lines
1,008 B
Markdown
Raw Normal View History

2023-03-04 13:44:28 +00:00
# Changelog
2023-03-04 13:44:28 +00:00
All notable changes to this project will be documented in this file.
2023-03-24 14:46:21 +00:00
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
2023-03-04 13:44:28 +00:00
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2023-04-17 17:09:30 +00:00
## [Unreleased]
2023-05-06 13:43:43 +00:00
## [1.1.0]
2023-05-06 13:31:00 +00:00
### Added
- Added game settings section
- Added game sessions manager
- Added `LAUNCHER_FOLDER` variable support.
Using this you can specify root path where the launcher stores `config.json` and other files
- Added patch repository mirror
### Changed
- Improved launcher logo rendering quality
- Reworked entry rows in the settings
### Fixed
- Fixed sandboxed game running (sounds are broken for now)
## [1.0.0]
2023-03-04 13:44:28 +00:00
🚀 Initial release
2023-03-07 16:30:08 +00:00
<br>
2023-05-06 13:43:43 +00:00
[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.1.0...next
[1.1.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/releases/tag/1.1.0
[1.0.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/releases/tag/1.0.0