mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v1.5.5
This commit is contained in:
parent
fb6a50edd3
commit
7fa759af8f
3 changed files with 4 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2853,7 +2853,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "1.5.4"
|
||||
version = "1.5.5"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"bitcode",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue