mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Automated commit: v1.0.9
This commit is contained in:
parent
d2b5507193
commit
2ff9f18273
3 changed files with 23 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2576,7 +2576,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "1.0.8"
|
||||
version = "1.0.9"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"bitcode",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue