Skip to content

Commit

Permalink
chore: bump mmserver to mmserver-v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc authored and github-actions[bot] committed May 8, 2024
1 parent eba4a36 commit 177972d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [mmserver-v0.3.0] - 2024-05-08

### New Features

- Cursor locking and relative motion (e11dfec7e42802a528ac8c8b4629044e6d6b1c3f)
- Add --preset, for setting quality/bandwidth usage dynamically (6c590efaab02e31aae8413b683e8f8d228256b3b)

### Bugfixes

- Remove debugging code (152a1714ca950256f136757f47b7b2cf587d6880)
- Un-transpose min and max QP (0570a6470b934e62dd4c9dcc42467a6db1a311e4)
- Correctly set max QP on lower presets (b3f73533bb896c93d4a1d4e5c8efc336e329042c)
- Prevent a segfault on nvidia (8b331b5de98a50dd3c59671a2dbfe37b966b95b9)
- Re-send cursor status when reattaching (eba4a368c33a5bcd1cdf27a8b791f31ff466bb29)

## [mmclient-v0.1.2] - 2024-05-05

### Bugfixes
Expand All @@ -6,7 +21,7 @@
- Tune verbosity of conn message (e9f0d18da517e1c7f1ab34d9c154b8ba70573f2e)
- Fix typo in conn init (d8dd70b25952e1d1155bf8e6930d2304ca51c79e)

## [mmserver-v0.2.0] - 2024-05-05
## [mmserver-v0.3.0] - 2024-05-05

### New Features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<p align="center" style="font-size:0.9em">
<i>server download:</i> <a href="https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.2.0/mmserver-v0.2.0-linux-amd64.tar.gz">linux-amd64</a>
<i>server download:</i> <a href="https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.3.0/mmserver-v0.3.0-linux-amd64.tar.gz">linux-amd64</a>
<i>client download:</i> <a href="https://github.com/colinmarc/magic-mirror/releases/download/mmclient-v0.1.2/mmclient-v0.1.2-linux-amd64.tar.gz">linux-amd64</a> • <a href="https://github.com/colinmarc/magic-mirror/releases/download/mmclient-v0.1.2/mmclient-v0.1.2-darwin-arm64.tar.gz">darwin-arm64</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion mm-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "mm-server"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 177972d

Please sign in to comment.