Skip to content

Commit

Permalink
3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krypt0nn committed Apr 16, 2023
1 parent 3f805ba commit 8839066
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.5.0]
## [3.5.1] (hotfix) - 16.04.2023

### Fixed

- Fixed telemetry checking

## [3.5.0] - 16.04.2023

### Added

Expand Down Expand Up @@ -185,7 +191,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.5.0...next
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.5.1...next
[3.5.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.5.0...3.5.1
[3.5.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.4.1...3.5.0
[3.4.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.4.0...3.4.1
[3.4.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.3.0...3.4.0
Expand Down
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
[package]
name = "anime-game-launcher"
version = "3.5.0"
version = "3.5.1"
description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
Expand All @@ -17,7 +17,7 @@ glib-build-tools = "0.17"

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

# path = "../anime-launcher-sdk" # ! for dev purposes only
Expand Down
12 changes: 2 additions & 10 deletions src/ui/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,10 @@ impl SimpleComponent for AboutDialog {

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

"<ul>",
"<li>Added game sandboxing feature</li>",
"<li>Added debugger to wine tools</li>",
"</ul>",

"<p>Changed</p>",

"<ul>",
"<li>Removed fractions displaying in components downloading progress bar</li>",
"<li>Moved to upgraded launcher SDK</li>",
"<li>Fixed telemetry checking</li>",
"</ul>",
].join("\n"),

Expand Down

0 comments on commit 8839066

Please sign in to comment.