Skip to content

Commit 89a8fa2

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: bump mmserver to mmserver-v0.5.6
1 parent 2a267e1 commit 89a8fa2

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [mmserver-v0.5.6] - 2024-12-08
2+
3+
### New Features
4+
5+
- Warn if the client is using shm buffers (461e8913d9645c240d30a2ce1d269f8ba8aa0e39)
6+
- Support wp_fractional_scale (2a267e102add6fb72504652375d9ea48ec2c6484)
7+
8+
### Bugfixes
9+
10+
- Handle invalid executables more comprehensively (f51174eb1509cecc73c10ab57cf991ee12a5cce7)
11+
- Throw an error if the app exe would be shadowed (cc6ee7e3df086bba443bb41471d671a2bd1b191b)
12+
- Reset staging query state each frame (982afb811ec062ddb6cc498a9cb92e6a4b5472ef)
13+
- Handle stride of shm buffers correctly (e8e1ee5eeba71d767c543ae83c4fa09b381beba1)
14+
- Log when container setup fails (83ea7b46fb95e1f1811cf516c55343622f9d9d35)
15+
- Put the XWayland socket in a canonical location (76056acbdc084307c6d71a66d2c7a343adea9b77)
16+
- Never discard surface content (f28e947201bc53be91ed13a53ad0221c27f931fb)
17+
- Handle xdg_popups more gracefully (03e392506a52349a4fdb075f4a4e53008a237958)
18+
- Translate surface coordinates correctly (9107636d2cb835409df3f604c47eed2d7397e819)
19+
120
## [mmserver-v0.5.5] - 2024-12-05
221

322
### New Features

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.5)
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.6)
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.5"
7+
version = "0.5.6"
88
edition = "2021"
99
publish = false
1010

0 commit comments

Comments
 (0)