Skip to content

Commit b071c6c

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

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [mmserver-v0.5.5] - 2024-11-21
2+
3+
### New Features
4+
5+
- MDNS service discovery (152d82ca7595063aa77db7470e1dfdace9ae7ac2)
6+
7+
### Bugfixes
8+
9+
- Align h265 bitstreams correctly (fc0543889b70eb0a151084d6a117e464cbeaaca0)
10+
- Improve error message when using self-signed certs (211dbcded77dc6fd0d97f19a415ca4b286327fb9)
11+
- Handle differing width/height in encode granularity (6b4b2dac3473d3631da6daa31fd09dc1bd3e2059)
12+
113
## [mmserver-v0.5.4] - 2024-11-18
214

315
### Bugfixes

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)