Automated commit: v1.3.0

This commit is contained in:
bgkillas 2025-02-27 19:49:21 -05:00
parent c773adc1e0
commit d44f882fa8
5 changed files with 15 additions and 10 deletions

2
ewext/Cargo.lock generated
View file

@ -100,7 +100,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "ewext"
version = "1.2.2"
version = "1.3.0"
dependencies = [
"backtrace",
"bimap",

View file

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

View file

@ -1,15 +1,20 @@
## Noita Entangled Worlds v1.2.9
## Noita Entangled Worlds v1.3.0
- fix entities duping infinitely halting game
- fix kivi and deer boss damage
- fix sometimes gaining auth over entities when there is a better person for it
- fix enemys breaking in v1.2.9
- fix sometimes having auth when you should not have it
- fix empty audio sound not played on your wands
- optimize some things
- fix certain very complicated wands
- maybe fix some nolla spell bugs
- add scrollbar to settings in lobby
- make things run more often to prevent data buildup
- dont sync potion puzzle indicator spawn
- add another tag for modders
## Accepted pull requests

View file

@ -2810,7 +2810,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "noita-proxy"
version = "1.2.9"
version = "1.3.0"
dependencies = [
"argh",
"bitcode",

View file

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