From ba7a561ffd4ccf3e4dce8939de782c6fb5ebcafe Mon Sep 17 00:00:00 2001 From: IQuant Date: Sat, 30 Nov 2024 19:54:49 +0300 Subject: [PATCH] Automated commit: v0.30.8 --- ewext/Cargo.lock | 2 +- ewext/Cargo.toml | 2 +- last_release_notes.md | 27 +++++++++++++++++++++++++++ noita-proxy/Cargo.lock | 2 +- noita-proxy/Cargo.toml | 2 +- 5 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 last_release_notes.md diff --git a/ewext/Cargo.lock b/ewext/Cargo.lock index 582af134..4190eeb9 100644 --- a/ewext/Cargo.lock +++ b/ewext/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ [[package]] name = "ewext" -version = "0.4.0" +version = "0.4.1" dependencies = [ "backtrace", "bitcode", diff --git a/ewext/Cargo.toml b/ewext/Cargo.toml index 0b6eb052..d1e2cb90 100644 --- a/ewext/Cargo.toml +++ b/ewext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ewext" -version = "0.4.0" +version = "0.4.1" edition = "2021" [lib] diff --git a/last_release_notes.md b/last_release_notes.md new file mode 100644 index 00000000..6c80cce6 --- /dev/null +++ b/last_release_notes.md @@ -0,0 +1,27 @@ +## Noita Entangled Worlds v0.30.8 + +- An option to disable other player's cursor by @kcalbxof. +- Also some internal changes. + +## Accepted pull requests + +- add option to disable other players' cursors by @kcalbxof in #238 +- add cmd arg for noita exe path by @kcalbxof in #237 +## Installation + + +Download and unpack `noita-proxy-win.zip` or `noita-proxy-linux.zip`, depending on your OS. After that, launch the proxy. + + +Proxy is able to download and install the mod automatically. There is no need to download the mod (`quant.ew.zip`) manually. + + +You'll be prompted for a path to `noita.exe` when launching the proxy for the first time. +It should be detected automatically as long as you use steam version of the game and steam is launched. + + +## Updating + + +There is a button in bottom-left corner on noita-proxy's main screen that allows to auto-update to a new version when one is available + diff --git a/noita-proxy/Cargo.lock b/noita-proxy/Cargo.lock index 83a9f4d9..1d512930 100644 --- a/noita-proxy/Cargo.lock +++ b/noita-proxy/Cargo.lock @@ -2044,7 +2044,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "noita-proxy" -version = "0.30.7" +version = "0.30.8" dependencies = [ "argh", "bincode", diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index 518c2ae2..096d3331 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 = "0.30.7" +version = "0.30.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html