Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.8.1 #52

Merged
merged 9 commits into from
Sep 2, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
@@ -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
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
@@ -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
@@ -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
@@ -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"),