File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
77This is a game streaming and remote desktop tool for Linux, featuring:
Original file line number Diff line number Diff line change 44
55[package ]
66name = " mm-server"
7- version = " 0.5.5 "
7+ version = " 0.5.6 "
88edition = " 2021"
99publish = false
1010
You can’t perform that action at this time.
0 commit comments