mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Automated commit: v1.5.0
This commit is contained in:
parent
57f769f70d
commit
49376c7e9b
5 changed files with 10 additions and 8 deletions
2
ewext/Cargo.lock
generated
2
ewext/Cargo.lock
generated
|
@ -94,7 +94,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "ewext"
|
||||
version = "1.4.11"
|
||||
version = "1.5.0"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bimap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ewext"
|
||||
version = "1.4.11"
|
||||
version = "1.5.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2832,7 +2832,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "1.4.11"
|
||||
version = "1.5.0"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"bitcode",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue