Skip to content

Commit

Permalink
Merge pull request #52 from an-anime-team/next
Browse files Browse the repository at this point in the history
Release 1.8.1
  • Loading branch information
krypt0nn authored Sep 2, 2024
2 parents 7cf4ee5 + 4646b90 commit 4fcd2d0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 48 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed gamescope config file layout

## [1.8.0] - 01.09.2024

### Added
Expand Down
42 changes: 11 additions & 31 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.2"
tag = "1.20.3"
features = ["all", "honkai", "honkai-patch"]

# 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"
16 changes: 1 addition & 15 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,24 +100,10 @@ impl SimpleComponent for AboutDialog {

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

"<ul>",
"<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>Fixed background picture for non-cn editions</li>",
"<li>Create cache folder if it doesn't exist</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 4fcd2d0

Please sign in to comment.