mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-25 06:16:18 +03:00
3.2.0
This commit is contained in:
parent
80be19013b
commit
e1475f05bf
3 changed files with 405 additions and 397 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [3.2.0] - 18.03.2023
|
||||
|
||||
### 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
|
||||
- Improved Proton-builds compatibility
|
||||
|
||||
## [3.1.5]
|
||||
## [3.1.5] - 07.03.2023
|
||||
|
||||
### 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 Turkish
|
||||
|
||||
## [3.1.4]
|
||||
## [3.1.4] - 07.03.2023
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed commit hash from core/SDK versions in about window
|
||||
|
||||
## [3.1.3]
|
||||
## [3.1.3] - 07.03.2023
|
||||
|
||||
### 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
|
||||
|
||||
## [3.1.2]
|
||||
## [3.1.2] - 07.03.2023
|
||||
|
||||
### 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 components and game downloading
|
||||
|
||||
## [3.1.1]
|
||||
## [3.1.1] - 06.03.2023
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -74,7 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Fixed game launching command
|
||||
|
||||
## [3.1.0]
|
||||
## [3.1.0] - 06.03.2023
|
||||
|
||||
### 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
|
||||
- Moved integer scaling, fsr and nis into separate group in gamescope settings
|
||||
|
||||
## [3.0.1]
|
||||
## [3.0.1] - 04.03.2023
|
||||
|
||||
### 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
|
||||
- Temporary hidden repair game button
|
||||
|
||||
## [3.0.0]
|
||||
## [3.0.0] - 04.03.2023
|
||||
|
||||
🚀 Initial release
|
||||
|
||||
<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.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
|
||||
|
|
779
Cargo.lock
generated
779
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "anime-game-launcher"
|
||||
version = "3.1.5"
|
||||
version = "3.2.0"
|
||||
description = "Anime Game launcher"
|
||||
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
|
||||
license = "GPL-3.0"
|
||||
|
|
Loading…
Reference in a new issue