Automated commit: v1.6.2

This commit is contained in:
bgkillas 2025-07-06 16:46:41 -04:00
parent 9f30a1c1b4
commit 44d72d78f4
3 changed files with 5 additions and 12 deletions

View file

@ -1,14 +1,7 @@
## Noita Entangled Worlds v1.6.1
## Noita Entangled Worlds v1.6.2
- maybe fix apotheosis enemies
- remove the ton of debug prints i forgot about to prob help performance
- disable entity caching by default, added option in the in game mod settings
- allow disabling noita log
- move performance metrics option to noita game mod settings
- 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.1"
version = "1.6.2"
dependencies = [
"arboard",
"argh",

View file

@ -5,7 +5,7 @@ resolver = "2"
[package]
name = "noita-proxy"
description = "Noita Entangled Worlds companion app."
version = "1.6.1"
version = "1.6.2"
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"