mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-04-03 23:43:28 +03:00
1.2.1
Some checks failed
Compile release build / build_and_upload (push) Has been cancelled
Check source code / check_source_code (push) Has been cancelled
Some checks failed
Compile release build / build_and_upload (push) Has been cancelled
Check source code / check_source_code (push) Has been cancelled
This commit is contained in:
parent
464eb6ee07
commit
9fbd46b97d
3 changed files with 6 additions and 3 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.2.1] - 02.09.2024
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed gamescope config file layout
|
- Fixed gamescope config file layout
|
||||||
|
@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.2.0...next
|
[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.2.1...next
|
||||||
|
[1.2.1]: https://github.com/an-anime-team/sleepy-launcher/compare/1.2.0...1.2.1
|
||||||
[1.2.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.1.0...1.2.0
|
[1.2.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.1.0...1.2.0
|
||||||
[1.1.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...1.1.0
|
[1.1.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...1.1.0
|
||||||
[1.0.1]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.0...1.0.1
|
[1.0.1]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.0...1.0.1
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2491,7 +2491,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sleepy-launcher"
|
name = "sleepy-launcher"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anime-launcher-sdk",
|
"anime-launcher-sdk",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sleepy-launcher"
|
name = "sleepy-launcher"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
description = "Sleepy launcher"
|
description = "Sleepy launcher"
|
||||||
authors = ["Nikita Podvirnyi <krypt0nn@vk.com>"]
|
authors = ["Nikita Podvirnyi <krypt0nn@vk.com>"]
|
||||||
homepage = "https://github.com/an-anime-team/sleepy-launcher"
|
homepage = "https://github.com/an-anime-team/sleepy-launcher"
|
||||||
|
|
Loading…
Add table
Reference in a new issue