Skip to content

Commit

Permalink
Automated commit: v0.30.9
Browse files Browse the repository at this point in the history
  • Loading branch information
IntQuant committed Dec 1, 2024
1 parent eb71f44 commit 3787ae3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

19 changes: 14 additions & 5 deletions last_release_notes.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down
2 changes: 1 addition & 1 deletion noita-proxy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion noita-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3787ae3

Please sign in to comment.