Automated commit: v1.5.5

This commit is contained in:
IQuant 2025-06-16 18:46:30 +03:00
parent fb6a50edd3
commit 7fa759af8f
3 changed files with 4 additions and 9 deletions

View file

@ -1,13 +1,8 @@
## Noita Entangled Worlds v1.5.4
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.
## Noita Entangled Worlds v1.5.5
## Accepted pull requests
- translated more strings for russian by @goluboch in #378
- noita-proxy: socketaddr binding via --host by @benaryorg in #390
## Installation

View file

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

View file

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