Automated commit: v1.0.9

This commit is contained in:
bgkillas 2025-02-08 12:36:54 -05:00
parent d2b5507193
commit 2ff9f18273
3 changed files with 23 additions and 4 deletions

View file

@ -1,7 +1,26 @@
## Noita Entangled Worlds v1.0.8
## Noita Entangled Worlds v1.0.9
- fix boss respawning on death, fix health bar desyncing
- improve performance maybe
- fix bombs instantly exploading sometimes
- fix chests deduplicating
- maybe fix some tentacle bugs
- fix egg enemies on auth transfer
- fix gold not dropping from enemies out of range, and dragon rewards
- sync some more enemies
- fix an empty potion/evil eye bug
- fix a proxy crash
- fix pyramid boss death effect
- fix cli connect/host
## Accepted pull requests

View file

@ -2576,7 +2576,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "noita-proxy"
version = "1.0.8"
version = "1.0.9"
dependencies = [
"argh",
"bitcode",

View file

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