Automated commit: v1.6.0

This commit is contained in:
bgkillas 2025-06-26 16:53:12 -04:00
parent bf9bb578d5
commit 12e1a7cfb5
7 changed files with 35 additions and 10 deletions

4
ewext/Cargo.lock generated
View file

@ -94,7 +94,7 @@ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
[[package]]
name = "ewext"
version = "1.5.2"
version = "1.6.0"
dependencies = [
"backtrace",
"bimap",
@ -208,7 +208,7 @@ dependencies = [
[[package]]
name = "noita_api"
version = "0.1.0"
version = "1.6.0"
dependencies = [
"base64",
"eyre",

View file

@ -1,6 +1,6 @@
[package]
name = "ewext"
version = "1.5.2"
version = "1.6.0"
edition = "2024"
[lib]

View file

@ -102,7 +102,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "noita_api"
version = "0.1.0"
version = "1.6.0"
dependencies = [
"base64",
"eyre",

View file

@ -1,6 +1,6 @@
[package]
name = "noita_api"
version = "0.1.0"
version = "1.6.0"
edition = "2024"
[dependencies]

View file

@ -1,8 +1,33 @@
## Noita Entangled Worlds v1.5.5
## Noita Entangled Worlds v1.6.0
- cache entity data for entity sync improving performance alot(prob buggy, def for some mods), and alot less memory allocations
- note why chunkmap is disabled
- add performance log button to proxy
- fix enemies respawning after restarting game
- 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
## Accepted pull requests
- noita-proxy: socketaddr binding via --host by @benaryorg in #390
No pull requests have been accepted in this release.
## Installation

View file

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

View file

@ -5,7 +5,7 @@ resolver = "2"
[package]
name = "noita-proxy"
description = "Noita Entangled Worlds companion app."
version = "1.5.5"
version = "1.6.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html