Automated commit: v1.6.1

This commit is contained in:
bgkillas 2025-07-03 21:49:58 -04:00
parent 434acff594
commit dcd7c049ea
3 changed files with 9 additions and 23 deletions

View file

@ -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

View file

@ -2860,7 +2860,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "noita-proxy"
version = "1.6.0"
version = "1.6.1"
dependencies = [
"arboard",
"argh",

View file

@ -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