Automated commit: v1.4.8

This commit is contained in:
bgkillas 2025-03-11 19:26:56 -04:00
parent 3be38a8f0c
commit 29e1d7b3e6
5 changed files with 10 additions and 18 deletions

2
ewext/Cargo.lock generated
View file

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

View file

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

View file

@ -1,20 +1,12 @@
## Noita Entangled Worlds v1.4.7
## Noita Entangled Worlds v1.4.8
- fix lake spawns in pvp
- improve performance for entity sync
- fix dice and some items not working sometimes
- lots of chunk map improvements, add some keybinds
- remove main hm stuff in pvp
- fix spells falling through hm
- fix shield sector in hiisi base not syncing
- enable chunk map on clients
- optimize entity sync
- make laser sync work better
- sync greed curse and duplicate it
- change some stuff in lobby list
## Accepted pull requests

View file

@ -2814,7 +2814,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "noita-proxy"
version = "1.4.7"
version = "1.4.8"
dependencies = [
"argh",
"bitcode",

View file

@ -5,7 +5,7 @@ resolver = "2"
[package]
name = "noita-proxy"
description = "Noita Entangled Worlds companion app."
version = "1.4.7"
version = "1.4.8"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -69,4 +69,4 @@ lto = true
strip = true
[profile.release-lto]
inherits = "release"
inherits = "release"