Automated commit: v0.30.9

This commit is contained in:
IQuant 2024-12-01 13:09:15 +03:00
parent eb71f44e9f
commit 3787ae3783
4 changed files with 17 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -2044,7 +2044,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "noita-proxy"
version = "0.30.8"
version = "0.30.9"
dependencies = [
"argh",
"bincode",

View file

@ -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