Skip to content

Commit

Permalink
chore: release mmserver-v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Feb 5, 2025
1 parent 53f448e commit 2363873
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [mmserver-v0.7.2] - 2025-02-05

### New Features

- Deprecate KeepAlive in favor of connection keepalives (ad3cdca8faf089b85902977e3e48b4a35d5f89e3)

### Bugfixes

- Remove noexec from /tmp in the container (0c534f6677e07cda77e0384854dded47dd8a949b)
- Support resampling app audio output (897a053abc568255040a66c356703e3e6c3c9070)
- Support downmixing by throwing away extra channels (17d81d866efc94ed2c2839589541362be3d5aae1)
- Allow subtitles in application names (2fcac04765ce4af02923314667289ed88094f824)
- Use aligned width and height for DPB images (d6f3bf713373bbadde0590f44659f8146e44c28d)
- Relax the app startup timeout (a840c2b27b7adda073820a62d72fd64dc90e752b)
- Use QUIC PING frames to keep clients alive (95ddb3d6bdc7e761ff596e249cc7be83b3d14cfb)
- Don't flood the client with pings (b3b3194c042b8d56fda1f8b08f230042bf4461f7)
- Turn down the heat on udevfs logging (53f448e45110ef722a60f927edd7c5fe58455a19)

## [mmserver-v0.7.1] - 2025-01-30

### New Features
Expand Down
2 changes: 1 addition & 1 deletion LICENSES/BUSL-1.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that
functionality of the Licensed Work, thereby utilizing
graphics processing hardware owned or operated by you.

Change Date: 2029-01-01
Change Date: 2029-02-01
Change License: MIT License

For information about alternative licensing arrangements for the Software,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a game streaming and remote desktop tool for Linux hosts, featuring:
### Quick Links

- [Documentation Book](https://colinmarc.github.io/magic-mirror)
- [Latest Server Release [mmserver-v0.7.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.1)
- [Latest Server Release [mmserver-v0.7.2]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.2)
- [Latest CLI Client Release [mmclient-v0.6.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.6.0)
- [Latest macOS Client Release](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)
- [Discord](https://discord.gg/v22G644DzS)
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ an open-source game streaming and remote desktop tool for linux hosts.

These links always point to the latest release.

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

Expand Down
6 changes: 3 additions & 3 deletions docs/content/setup/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ toc = true

## Quickstart

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

```sh
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.7.1/mmserver-v0.7.1-linux-amd64.tar.gz" \
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.7.2/mmserver-v0.7.2-linux-amd64.tar.gz" \
| tar zxv
cd mmserver-v0.7.1
cd mmserver-v0.7.2
```

Then, create a [configuration file](@/reference/config.md) with at least one application definition:
Expand Down
2 changes: 1 addition & 1 deletion mm-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mm-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "mm-server"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
publish = false

Expand Down

0 comments on commit 2363873

Please sign in to comment.