Skip to content

Commit e1fef0e

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: bump mmserver to mmserver-v0.5.5
1 parent a140c5b commit e1fef0e

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
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.5] - 2024-12-05
2+
3+
### New Features
4+
5+
- MDNS service discovery (152d82ca7595063aa77db7470e1dfdace9ae7ac2)
6+
- Add 'app_path' for organizing apps (b417559625c97e182dc074a5732ea35617332f36)
7+
- Make the mDNS instance name configurable (17e632ccbee15132e2420a5fc162c94171d4a34a)
8+
- Add header images to the application list (756bfa866020da57be18d383367e0a2b189051aa)
9+
10+
### Bugfixes
11+
12+
- Align h265 bitstreams correctly (fc0543889b70eb0a151084d6a117e464cbeaaca0)
13+
- Improve error message when using self-signed certs (211dbcded77dc6fd0d97f19a415ca4b286327fb9)
14+
- Handle differing width/height in encode granularity (6b4b2dac3473d3631da6daa31fd09dc1bd3e2059)
15+
- Update the maximum message size to reflect the protocol docs (c517624d3683b7ad1e37fc7ea6a18d86c09ccb75)
16+
- Remove unecessary casts (d28b0b4335eb3e220b004421395e1f7d1d874939)
17+
- Warn when no hardware encoder is available (bef772948bbb7ff04788016fe74a84eefa7dee8c)
18+
- Bail early on mesa 24.2 (17758e3269ba661541ee2e94616606f2d935c626)
19+
120
## [mmserver-v0.5.4] - 2024-11-18
221

322
### 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-11-01
19+
Change Date: 2028-12-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.4)
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)
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.4"
7+
version = "0.5.5"
88
edition = "2021"
99
publish = false
1010

0 commit comments

Comments
 (0)