Skip to content

Commit 8d1eebd

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: release mmserver-v0.7.2
1 parent 95ddb3d commit 8d1eebd

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
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.7.2] - 2025-02-04
2+
3+
### Bugfixes
4+
5+
- Remove noexec from /tmp in the container (0c534f6677e07cda77e0384854dded47dd8a949b)
6+
- Support resampling app audio output (897a053abc568255040a66c356703e3e6c3c9070)
7+
- Support downmixing by throwing away extra channels (17d81d866efc94ed2c2839589541362be3d5aae1)
8+
- Allow subtitles in application names (2fcac04765ce4af02923314667289ed88094f824)
9+
- Use aligned width and height for DPB images (d6f3bf713373bbadde0590f44659f8146e44c28d)
10+
- Relax the app startup timeout (a840c2b27b7adda073820a62d72fd64dc90e752b)
11+
- Use QUIC PING frames to keep clients alive (95ddb3d6bdc7e761ff596e249cc7be83b3d14cfb)
12+
113
## [mmserver-v0.7.1] - 2025-01-30
214

315
### New Features

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

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

0 commit comments

Comments
 (0)