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
448be1400b
commit
d6208ee6de
2 changed files with 25 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Added new gamescope version compatibility
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed predownload button sensitivity
|
||||
|
||||
### Changed
|
||||
|
||||
- Improved pre-downloads state checking
|
||||
|
||||
## [3.7.6] - 15.07.2023
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -104,10 +104,22 @@ impl SimpleComponent for AboutDialog {
|
|||
|
||||
set_release_notes_version: &APP_VERSION,
|
||||
set_release_notes: &[
|
||||
"<p>Added</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Added new gamescope version compatibility</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Fixed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Fixed game launching on installs without `launcher.bat` file</li>",
|
||||
"<li>Fixed predownload button sensitivity</li>",
|
||||
"</ul>",
|
||||
|
||||
"<p>Changed</p>",
|
||||
|
||||
"<ul>",
|
||||
"<li>Improved pre-downloads state checking</li>",
|
||||
"</ul>",
|
||||
].join("\n"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue