Skip to content

Commit

Permalink
Merge pull request #424 from an-anime-team/next
Browse files Browse the repository at this point in the history
Release 3.12.1
  • Loading branch information
krypt0nn authored Sep 2, 2024
2 parents b245449 + 83a2d02 commit 7be1c0c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 52 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.12.1] - 02.09.2024

### Fixed

- Fixed gamescope config file layout

## [3.12.0] - 01.09.2024

### Added
Expand Down Expand Up @@ -568,7 +574,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<br>

[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.0...next
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.1...next
[3.12.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.0...3.12.1
[3.12.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.11.0...3.12.0
[3.11.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.3...3.11.0
[3.10.3]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.2...3.10.2
Expand Down
44 changes: 12 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ glib-build-tools = "0.20"

[dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "1.20.1"
tag = "1.20.3"
features = ["all", "genshin"]

# path = "../anime-launcher-sdk" # ! for dev purposes only
Expand All @@ -43,7 +43,7 @@ enum-ordinalize = "4.3"
tracing = "0.1"
tracing-subscriber = "0.3"

fluent-templates = "0.9"
fluent-templates = "0.10"
unic-langid = "0.9"

human-panic = "2.0.1"
18 changes: 1 addition & 17 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,26 +95,10 @@ impl SimpleComponent for AboutDialog {

set_release_notes_version: &APP_VERSION,
set_release_notes: &[
"<p>Added</p>",

"<ul>",
"<li>Added 4.8.0 and 5.0.0 voiceovers sizes</li>",
"<li>Apply chmod 755 to extracted files if 7z was used</li>",
"</ul>",

"<p>Changed</p>",

"<ul>",
"<li>Reworked gamescope settings</li>",
"</ul>",

"<p>Fixed</p>",

"<ul>",
"<li>Create cache folder if it doesn't exist</li>",
"<li>(potentially) fixed a bug with pre-download button</li>",
"<li>Fixed calculation of unpacked files size due to API changes</li>",
"<li>Respect downloaded file size in free space check</li>",
"<li>Fixed gamescope config file layout</li>",
"</ul>"
].join("\n"),

Expand Down

0 comments on commit 7be1c0c

Please sign in to comment.