Automated commit: v1.5.0

This commit is contained in:
bgkillas 2025-03-15 13:51:32 -04:00
parent 57f769f70d
commit 49376c7e9b
5 changed files with 10 additions and 8 deletions

2
ewext/Cargo.lock generated
View file

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

View file

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

View file

@ -1,10 +1,12 @@
## Noita Entangled Worlds v1.4.11
## Noita Entangled Worlds v1.5.0
- ensure enemy positions are correct
- fix invincible enemys
- try to keep all peers entities equally updated
- some minor world sync changes
- fix some bugs with chunk map and add some keybinds
- fix chunk map on first enter
- add logs to lobby ui
## Accepted pull requests

View file

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

View file

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