mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
feat: updated changelog
This commit is contained in:
parent
70aa426ec9
commit
d853a1ea87
2 changed files with 37 additions and 1 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Bundle `applications-system-symbolic` icon to the app
|
||||
- Added "force grab cursor" option to the gamescope settings
|
||||
- Added Thai
|
||||
- Added Ukrainian
|
||||
|
||||
### Changed
|
||||
|
||||
- Update wish url
|
||||
- Updated dependencies
|
||||
- Improved app args parsing
|
||||
- Updated locales
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed GtkSwitch UI state representation
|
||||
|
||||
## [3.9.4] - 29.12.2023
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -94,10 +94,28 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
set_release_notes: &[
|
||||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Bundle applications-system-symbolic icon to the app</li>",
|
||||
"<li>Added force grab cursor option to the gamescope settings</li>",
|
||||
"<li>Added Thai</li>",
|
||||
"<li>Added Ukrainian</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Replaced FPS unlocker by a custom one</li>",
|
||||
"<li>Update wish url</li>",
|
||||
"<li>Updated dependencies</li>",
|
||||
"<li>Improved app args parsing</li>",
|
||||
"<li>Updated locales</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed GtkSwitch UI state representation</li>",
|
||||
"</ul>"
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue