Automated commit: v1.5.4

This commit is contained in:
IQuant 2025-06-02 11:51:31 +03:00
parent aa6210e3f0
commit f8a23221e8
3 changed files with 7 additions and 6 deletions

View file

@ -1,12 +1,13 @@
## Noita Entangled Worlds v1.5.3
## Noita Entangled Worlds v1.5.4
- fix pvp (why did it take 2 weeks to get a report :( )
Changed config and save_state location to system-specific locations (%APPDATA%\Roaming\quant\entangledworlds on windows, ~/.config/entangledworlds and ~/.local/share/entangledworlds on Linux)
Old locations (right next to the executable) will be used if proxy.ron already exists here.
Should fix issues related to saving when location next to executable isn't writeable.
## Accepted pull requests
No pull requests have been accepted in this release.
- translated more strings for russian by @goluboch in #378
## Installation

View file

@ -2853,7 +2853,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "noita-proxy"
version = "1.5.3"
version = "1.5.4"
dependencies = [
"argh",
"bitcode",

View file

@ -5,7 +5,7 @@ resolver = "2"
[package]
name = "noita-proxy"
description = "Noita Entangled Worlds companion app."
version = "1.5.3"
version = "1.5.4"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html