This commit is contained in:
Observer KRypt0n_ 2023-07-19 16:46:48 +02:00
parent 72398a8838
commit 78e9f3e344
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.2.5] - 19.07.2023
### Fixed
- Added a workaround to remove outdated `Telemetry.dll` file which fixes login error 400 in game login screen
@ -140,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<br>
[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.4...next
[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.5...next
[1.2.5]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.4...1.2.5
[1.2.4]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.3...1.2.4
[1.2.3]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.1...1.2.2

2
Cargo.lock generated
View file

@ -1407,7 +1407,7 @@ dependencies = [
[[package]]
name = "honkers-railway-launcher"
version = "1.2.4"
version = "1.2.5"
dependencies = [
"anime-launcher-sdk",
"anyhow",

View file

@ -1,6 +1,6 @@
[package]
name = "honkers-railway-launcher"
version = "1.2.4"
version = "1.2.5"
description = "The Honkers Railway launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"