mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-04-02 23:13:28 +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]
|
## [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
|
## [3.9.4] - 29.12.2023
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -94,10 +94,28 @@ impl SimpleComponent for AboutDialog {
|
||||||
|
|
||||||
set_release_notes_version: &APP_VERSION,
|
set_release_notes_version: &APP_VERSION,
|
||||||
set_release_notes: &[
|
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>",
|
"<p>Changed</p>",
|
||||||
|
|
||||||
"<ul>",
|
"<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>"
|
"</ul>"
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue