This commit is contained in:
Observer KRypt0n_ 2023-03-18 13:51:02 +02:00
parent 80be19013b
commit e1475f05bf
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 405 additions and 397 deletions

View file

@ -5,7 +5,7 @@ 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.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [3.2.0] - 18.03.2023
### Added ### Added
@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed default game and prefix paths - Changed default game and prefix paths
- Improved Proton-builds compatibility - Improved Proton-builds compatibility
## [3.1.5] ## [3.1.5] - 07.03.2023
### Added ### Added
@ -33,13 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added caching to `ComponentsLoader` methods - Added caching to `ComponentsLoader` methods
- Added Turkish - Added Turkish
## [3.1.4] ## [3.1.4] - 07.03.2023
### Changed ### Changed
- Removed commit hash from core/SDK versions in about window - Removed commit hash from core/SDK versions in about window
## [3.1.3] ## [3.1.3] - 07.03.2023
### Added ### Added
@ -53,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved components downloading in initial setup - Improved components downloading in initial setup
## [3.1.2] ## [3.1.2] - 07.03.2023
### Added ### Added
@ -64,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed initial setup window panic - Fixed initial setup window panic
- Fixed components and game downloading - Fixed components and game downloading
## [3.1.1] ## [3.1.1] - 06.03.2023
### Added ### Added
@ -74,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed game launching command - Fixed game launching command
## [3.1.0] ## [3.1.0] - 06.03.2023
### Added ### Added
@ -97,7 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed default language from en to en-us - Changed default language from en to en-us
- Moved integer scaling, fsr and nis into separate group in gamescope settings - Moved integer scaling, fsr and nis into separate group in gamescope settings
## [3.0.1] ## [3.0.1] - 04.03.2023
### Fixed ### Fixed
@ -108,13 +108,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated core library & sdk, changed game running mechanism - Updated core library & sdk, changed game running mechanism
- Temporary hidden repair game button - Temporary hidden repair game button
## [3.0.0] ## [3.0.0] - 04.03.2023
🚀 Initial release 🚀 Initial release
<br> <br>
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.1.5...HEAD [unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.2.0...HEAD
[3.2.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.1.5...3.2.0
[3.1.5]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.1.4...3.1.5 [3.1.5]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.1.4...3.1.5
[3.1.4]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.1.3...3.1.4 [3.1.4]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.1.3...3.1.4
[3.1.3]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.1.2...3.1.3 [3.1.3]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.1.2...3.1.3

779
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "3.1.5" version = "3.2.0"
description = "Anime Game launcher" description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"] authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"