Skip to content

Commit d01900b

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: release mmserver-v0.8.4
1 parent 20b1bd7 commit d01900b

File tree

7 files changed

+19
-8
lines changed

7 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [mmserver-v0.8.4] - 2025-07-20
6+
7+
### Bugfixes
8+
9+
- Make missing hardware encode support a hard error (b16dccb01902b854a2c345406f4df416d3024811)
10+
- Handle EAGAIN during sendmmsg (20b1bd7bebfa891501fa1e0e6c998f4d162cc960)
11+
112
## [mmserver-v0.8.3] - 2025-03-12
213

314
### 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: 2029-03-01
19+
Change Date: 2029-07-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
@@ -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.3]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.3)
21+
- [Latest Server Release [mmserver-v0.8.4]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.4)
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.3]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.3)
18+
- 💾 [Server [mmserver-v0.8.4]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.4)
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.3) and untar it somewhere:
10+
First, grab [the latest server release](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.4) and untar it somewhere:
1111

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

0 commit comments

Comments
 (0)