mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v1.1.2
This commit is contained in:
parent
d58aa853d7
commit
b035e9c290
3 changed files with 9 additions and 13 deletions
|
@ -1,22 +1,18 @@
|
|||
## Noita Entangled Worlds v1.1.1
|
||||
## Noita Entangled Worlds v1.1.2
|
||||
|
||||
- fix kolmi mostly
|
||||
- fix a crash
|
||||
|
||||
- hopefully fix fake hm's
|
||||
- fix mimic potion poly duping
|
||||
|
||||
- fix pebble and summon taikisauva duping effect
|
||||
- add ew_synced_var tag for mod compatability
|
||||
|
||||
- fix some errors
|
||||
- maybe better implementation for ipv6
|
||||
|
||||
- try to fix player duping from des magically
|
||||
|
||||
- try to fix leggy/potion mimic poly duping
|
||||
- new flags system so new game as host does not wipe flags causing duping
|
||||
|
||||
## Accepted pull requests
|
||||
|
||||
|
||||
No pull requests have been accepted in this release.
|
||||
|
||||
- Small tweak to player sync warning message by @Elliot-Roberts in #333
|
||||
## Installation
|
||||
|
||||
|
||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2576,7 +2576,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"bitcode",
|
||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
|||
[package]
|
||||
name = "noita-proxy"
|
||||
description = "Noita Entangled Worlds companion app."
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
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