Skip to content

Commit 4f56a71

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: release mmserver-v0.8.1
1 parent eec8bda commit 4f56a71

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [mmserver-v0.8.1] - 2025-02-20
2+
3+
### Bugfixes
4+
5+
- Allow waiting on one frame while encoding another (d2f571d605ea1fa352dc896f65ea7812b5ca665e)
6+
- Drop application frames if the application is too slow (eec8bda9126d9aa9d58f2fefb15e9dd0e66fc7e0)
7+
18
## [mmclient-v0.7.0] - 2025-02-12
29

310
### 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.8.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.0)
21+
- [Latest Server Release [mmserver-v0.8.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.1)
2222
- [Latest CLI Client Release [mmclient-v0.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.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.8.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.0)
18+
- 💾 [Server [mmserver-v0.8.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.1)
1919
- 💾 [Command-Line Client [mmclient-v0.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.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.8.0) and untar it somewhere:
10+
First, grab [the latest server release](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.1) and untar it somewhere:
1111

1212
```sh
13-
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.8.0/mmserver-v0.8.0-linux-amd64.tar.gz" \
13+
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.8.1/mmserver-v0.8.1-linux-amd64.tar.gz" \
1414
| tar zxv
15-
cd mmserver-v0.8.0
15+
cd mmserver-v0.8.1
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.8.0"
7+
version = "0.8.1"
88
edition = "2021"
99
publish = false
1010

0 commit comments

Comments
 (0)