Automated commit: v1.5.2

This commit is contained in:
bgkillas 2025-04-28 14:26:34 -04:00
parent f34b61f24a
commit ae77a8f01b
5 changed files with 12 additions and 7 deletions

2
ewext/Cargo.lock generated
View file

@ -94,7 +94,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "ewext"
version = "1.5.0"
version = "1.5.2"
dependencies = [
"backtrace",
"bimap",

View file

@ -1,6 +1,6 @@
[package]
name = "ewext"
version = "1.5.0"
version = "1.5.2"
edition = "2024"
[lib]

View file

@ -1,9 +1,14 @@
## Noita Entangled Worlds v1.5.1
## Noita Entangled Worlds v1.5.2
- fix hamis vase
- disable chunk map since im too lazy to make it not use up all memory and vram
- some ui changes
- 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.1"
version = "1.5.2"
dependencies = [
"argh",
"bitcode",

View file

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