Skip to content

Commit 6cbaafd

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: release mmserver-v0.8.0
1 parent 452ef70 commit 6cbaafd

File tree

6 files changed

+20
-7
lines changed

6 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [mmserver-v0.8.0] - 2025-02-12
2+
3+
### New Features
4+
5+
- Make the session timeout configurable (39fa20cadfe7a780088c86f78ef2eae87e0c1222)
6+
- Send hierarchical_layer as video frame metadata (ddbe84346fa03f55ebed7289b005b2e36ec23d36)
7+
8+
### Bugfixes
9+
10+
- Increment stream_seq when a refresh packet is sent (0fe282ae0fb71b476929ddf61bf71e4041ac0323)
11+
- Send headers with H265 keyframes (dc7084412c3c4eec661a9887f8c0d031f8dc8a19)
12+
- Add a warning if users are about to hit #29 (d5591bb4d59a635ffb9796b9c1f1cba9eba22b36)
13+
114
## [mmserver-v0.7.2] - 2025-02-05
215

316
### New Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is a game streaming and remote desktop tool for Linux hosts, featuring:
1818
### Quick Links
1919

2020
- [Documentation Book](https://colinmarc.github.io/magic-mirror)
21-
- [Latest Server Release [mmserver-v0.7.2]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.2)
21+
- [Latest Server Release [mmserver-v0.8.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.0)
2222
- [Latest CLI Client Release [mmclient-v0.6.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.6.0)
2323
- [Latest macOS Client Release](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)
2424
- [Discord](https://discord.gg/v22G644DzS)

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ an open-source game streaming and remote desktop tool for linux hosts.
1515

1616
These links always point to the latest release.
1717

18-
- 💾 [Server [mmserver-v0.7.2]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.2)
18+
- 💾 [Server [mmserver-v0.8.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.0)
1919
- 💾 [Command-Line Client [mmclient-v0.6.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.6.0)
2020
- 💾 [macOS GUI Client](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)
2121

docs/content/setup/server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ toc = true
77

88
## Quickstart
99

10-
First, grab [the latest server release](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.2) and untar it somewhere:
10+
First, grab [the latest server release](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.0) and untar it somewhere:
1111

1212
```sh
13-
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.7.2/mmserver-v0.7.2-linux-amd64.tar.gz" \
13+
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.8.0/mmserver-v0.8.0-linux-amd64.tar.gz" \
1414
| tar zxv
15-
cd mmserver-v0.7.2
15+
cd mmserver-v0.8.0
1616
```
1717

1818
Then, create a [configuration file](@/reference/config.md) with at least one application definition:

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.7.2"
7+
version = "0.8.0"
88
edition = "2021"
99
publish = false
1010

0 commit comments

Comments
 (0)