diff --git a/last_release_notes.md b/last_release_notes.md index 78d7db83..7fde08a5 100644 --- a/last_release_notes.md +++ b/last_release_notes.md @@ -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 diff --git a/noita-proxy/Cargo.lock b/noita-proxy/Cargo.lock index 90dc2ab8..abdd80fb 100644 --- a/noita-proxy/Cargo.lock +++ b/noita-proxy/Cargo.lock @@ -2860,7 +2860,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "noita-proxy" -version = "1.6.1" +version = "1.6.2" dependencies = [ "arboard", "argh", diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index f2c9537c..cadf4e7d 100644 --- a/noita-proxy/Cargo.toml +++ b/noita-proxy/Cargo.toml @@ -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" \ No newline at end of file