Automated commit: v1.5.3

This commit is contained in:
bgkillas 2025-05-09 11:46:28 -04:00
parent 444a94e91e
commit 3128350798
3 changed files with 4 additions and 11 deletions

View file

@ -1,14 +1,7 @@
## Noita Entangled Worlds v1.5.2
## Noita Entangled Worlds v1.5.3
- disable chunk map since im too lazy to make it not use up all memory and vram
- fix pvp (why did it take 2 weeks to get a report :( )
- dont use cell eater logic for physics bodys since prob breaks in jungle sometimes
- dont sync most things with chains cuz game gets angy at me "deleting" chains prob
- detect exe on linux better
- make suspended containers spawn extra stuff only on host cuz im lazy
## Accepted pull requests

View file

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

View file

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