mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-18 22:53:16 +00:00
Automated commit: v0.30.8
This commit is contained in:
parent
fd3bdc7166
commit
ba7a561ffd
5 changed files with 31 additions and 4 deletions
2
ewext/Cargo.lock
generated
2
ewext/Cargo.lock
generated
|
@ -132,7 +132,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ewext"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bitcode",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ewext"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
27
last_release_notes.md
Normal file
27
last_release_notes.md
Normal file
|
@ -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
|
||||
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2044,7 +2044,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "0.30.7"
|
||||
version = "0.30.8"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"bincode",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue