diff --git a/CHANGELOG.md b/CHANGELOG.md index e71029b..7db83bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [mmserver-v0.5.4] - 2024-11-18 + +### Bugfixes + +- Handle missing /sys/devices/virtual/input (8f316fe41c41101ae18156a41abe2e9ba1e3497f) +- Lock pointer based on pointer focus (4ce202d3bd9cb764c0586cdc83e890843c3c04d7) +- Correctly handle an edge case with pointer locks (7c3428932651a372c69b25d1f77dc973746273a9) + ## [mmserver-v0.5.3] - 2024-10-24 ### Bugfixes diff --git a/LICENSES/BUSL-1.1.txt b/LICENSES/BUSL-1.1.txt index de1ab24..e7a6eaf 100644 --- a/LICENSES/BUSL-1.1.txt +++ b/LICENSES/BUSL-1.1.txt @@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that functionality of the Licensed Work, thereby utilizing graphics processing hardware owned or operated by you. -Change Date: 2028-10-01 +Change Date: 2028-11-01 Change License: MIT License For information about alternative licensing arrangements for the Software, diff --git a/README.md b/README.md index 48ea3db..f019ac3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Magic Mirror 🪞✨ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/colinmarc/magic-mirror/tests.yaml)](https://github.com/colinmarc/magic-mirror/actions/workflows/tests.yaml) [![Discord](https://img.shields.io/discord/1284975819222945802?style=flat&label=discord&color=7289DA)](https://discord.gg/v22G644DzS) -[![Server Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmserver*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.3) +[![Server Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmserver*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.4) [![Client Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmclient*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.4.1) This is a game streaming and remote desktop tool for Linux, featuring: diff --git a/mm-server/Cargo.lock b/mm-server/Cargo.lock index 2459e06..6726e8e 100644 --- a/mm-server/Cargo.lock +++ b/mm-server/Cargo.lock @@ -1149,7 +1149,7 @@ dependencies = [ [[package]] name = "mm-server" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "ash", diff --git a/mm-server/Cargo.toml b/mm-server/Cargo.toml index df9b342..dc30c2f 100644 --- a/mm-server/Cargo.toml +++ b/mm-server/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "mm-server" -version = "0.5.3" +version = "0.5.4" edition = "2021" [[bin]]