mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v1.6.2
This commit is contained in:
parent
9f30a1c1b4
commit
44d72d78f4
3 changed files with 5 additions and 12 deletions
|
@ -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
|
## Accepted pull requests
|
||||||
|
|
||||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2860,7 +2860,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
version = "1.6.1"
|
version = "1.6.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arboard",
|
"arboard",
|
||||||
"argh",
|
"argh",
|
||||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
||||||
[package]
|
[package]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
description = "Noita Entangled Worlds companion app."
|
description = "Noita Entangled Worlds companion app."
|
||||||
version = "1.6.1"
|
version = "1.6.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# 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