mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v0.30.9
This commit is contained in:
parent
eb71f44e9f
commit
3787ae3783
4 changed files with 17 additions and 8 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -104,7 +104,7 @@ jobs:
|
|||
merge-multiple: true
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
draft: true
|
||||
#draft: true
|
||||
artifacts: "*.zip"
|
||||
bodyFile: last_release_notes.md
|
||||
|
|
@ -1,12 +1,21 @@
|
|||
## Noita Entangled Worlds v0.30.8
|
||||
## Noita Entangled Worlds v0.30.9
|
||||
|
||||
**Warn**: might still have that issue with connection (sadly I haven't found a way to reproduce it locally to make sure it's gone). Please notify me if you encounter it.
|
||||
|
||||
- maybe fix that random issue with the connection.
|
||||
- Make alpha of player ping nonlinear.
|
||||
- Have karl yellow trail copy your player color.
|
||||
- Add chunk gathering to use less data on networking.
|
||||
- Surely fix item sync.
|
||||
- Fix player sync error from player cursor change.
|
||||
- Change default player arrow size to 0, since idk why it should be this large by default.
|
||||
- Update portuguese translation
|
||||
|
||||
- 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
|
||||
- update portuguese translation by @ZXb125 in #242
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
|
|
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.8"
|
||||
version = "0.30.9"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"bincode",
|
||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
|||
[package]
|
||||
name = "noita-proxy"
|
||||
description = "Noita Entangled Worlds companion app."
|
||||
version = "0.30.8"
|
||||
version = "0.30.9"
|
||||
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