Skip to content

Commit

Permalink
chore: bump mmserver to mmserver-v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc authored and github-actions[bot] committed Dec 8, 2024
1 parent c810f24 commit 3158824
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [mmserver-v0.5.6] - 2024-12-08

### New Features

- Warn if the client is using shm buffers (461e8913d9645c240d30a2ce1d269f8ba8aa0e39)
- Support wp_fractional_scale (2a267e102add6fb72504652375d9ea48ec2c6484)

### Bugfixes

- Handle invalid executables more comprehensively (f51174eb1509cecc73c10ab57cf991ee12a5cce7)
- Throw an error if the app exe would be shadowed (cc6ee7e3df086bba443bb41471d671a2bd1b191b)
- Reset staging query state each frame (982afb811ec062ddb6cc498a9cb92e6a4b5472ef)
- Handle stride of shm buffers correctly (e8e1ee5eeba71d767c543ae83c4fa09b381beba1)
- Log when container setup fails (83ea7b46fb95e1f1811cf516c55343622f9d9d35)
- Put the XWayland socket in a canonical location (76056acbdc084307c6d71a66d2c7a343adea9b77)
- Never discard surface content (f28e947201bc53be91ed13a53ad0221c27f931fb)
- Handle xdg_popups more gracefully (03e392506a52349a4fdb075f4a4e53008a237958)
- Translate surface coordinates correctly (9107636d2cb835409df3f604c47eed2d7397e819)
- Shadow /run/user but not /run (c810f24305a169d896cbe92b57d53fd732bdef09)

## [mmserver-v0.5.5] - 2024-12-05

### New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.5)
[![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)
[![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:
Expand Down
2 changes: 1 addition & 1 deletion mm-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mm-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "mm-server"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
publish = false

Expand Down

0 comments on commit 3158824

Please sign in to comment.