mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v1.6.1
This commit is contained in:
parent
434acff594
commit
dcd7c049ea
3 changed files with 9 additions and 23 deletions
|
@ -1,28 +1,14 @@
|
|||
## Noita Entangled Worlds v1.6.0
|
||||
## Noita Entangled Worlds v1.6.1
|
||||
|
||||
- cache entity data for entity sync improving performance alot(prob buggy, def for some mods), and alot less memory allocations
|
||||
- maybe fix apotheosis enemies
|
||||
|
||||
- note why chunkmap is disabled
|
||||
- disable entity caching by default, added option in the in game mod settings
|
||||
|
||||
- add performance log button to proxy
|
||||
- allow disabling noita log
|
||||
|
||||
- fix enemies respawning after restarting game
|
||||
- move performance metrics option to noita game mod settings
|
||||
|
||||
- disable laser traps from entity sync
|
||||
|
||||
- support(probably) modded biomes enemies syncing
|
||||
|
||||
- attach to windows console if applicable to allow seeing crash reports
|
||||
|
||||
- make spells less likely to be in walls
|
||||
|
||||
- fix spell ban
|
||||
|
||||
- fix orb sync duping orbs sometimes
|
||||
|
||||
- fix player mimic poly spawning a mimic after(and prob some other bugs related)
|
||||
|
||||
- probably break windows update, we will see next update <3
|
||||
- no testing so yell in discord if major issue :>
|
||||
|
||||
## Accepted pull requests
|
||||
|
||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2860,7 +2860,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"argh",
|
||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
|||
[package]
|
||||
name = "noita-proxy"
|
||||
description = "Noita Entangled Worlds companion app."
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -73,4 +73,4 @@ lto = true
|
|||
strip = true
|
||||
|
||||
[profile.release-lto]
|
||||
inherits = "release"
|
||||
inherits = "release"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue