Skip to content

Commit 06d7fa8

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: bump mmserver to mmserver-v0.5.4
1 parent 2689023 commit 06d7fa8

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [mmserver-v0.5.4] - 2024-11-18
2+
3+
### Bugfixes
4+
5+
- Handle missing /sys/devices/virtual/input (8f316fe41c41101ae18156a41abe2e9ba1e3497f)
6+
- Lock pointer based on pointer focus (4ce202d3bd9cb764c0586cdc83e890843c3c04d7)
7+
- Correctly handle an edge case with pointer locks (7c3428932651a372c69b25d1f77dc973746273a9)
8+
19
## [mmserver-v0.5.3] - 2024-10-24
210

311
### Bugfixes

LICENSES/BUSL-1.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
1616
functionality of the Licensed Work, thereby utilizing
1717
graphics processing hardware owned or operated by you.
1818

19-
Change Date: 2028-10-01
19+
Change Date: 2028-11-01
2020
Change License: MIT License
2121

2222
For information about alternative licensing arrangements for the Software,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Magic Mirror 🪞✨
22
[![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)
33
[![Discord](https://img.shields.io/discord/1284975819222945802?style=flat&label=discord&color=7289DA)](https://discord.gg/v22G644DzS)
4-
[![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)
4+
[![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)
55
[![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)
66

77
This is a game streaming and remote desktop tool for Linux, featuring:

mm-server/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mm-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "mm-server"
7-
version = "0.5.3"
7+
version = "0.5.4"
88
edition = "2021"
99

1010
[[bin]]

0 commit comments

Comments
 (0)