From 71ade07bf6c616b4598c7cf33452a0a54319a932 Mon Sep 17 00:00:00 2001 From: colinmarc <821775+colinmarc@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:06:50 +0000 Subject: [PATCH] chore: bump mmserver to mmserver-v0.6.0 --- CHANGELOG.md | 8 ++++++++ LICENSES/BUSL-1.1.txt | 2 +- README.md | 2 +- mm-server/Cargo.lock | 2 +- mm-server/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71029b..3b4e087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [mmserver-v0.6.0] - 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..c560c24 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.6.0) [![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..123e197 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.6.0" dependencies = [ "anyhow", "ash", diff --git a/mm-server/Cargo.toml b/mm-server/Cargo.toml index df9b342..49ff642 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.6.0" edition = "2021" [[bin]]