Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [mmserver-v0.8.5] - 2025-10-04

## [mmserver-v0.8.4] - 2025-05-21

### Bugfixes
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-05-01
Change Date: 2029-10-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.8.4]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.4)
- [Latest Server Release [mmserver-v0.8.5]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.5)
- [Latest CLI Client Release [mmclient-v0.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.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.8.4]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.4)
- 💾 [Server [mmserver-v0.8.5]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.5)
- 💾 [Command-Line Client [mmclient-v0.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.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.8.4) and untar it somewhere:
First, grab [the latest server release](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.5) and untar it somewhere:

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

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.8.4"
version = "0.8.5"
edition = "2021"
publish = false

Expand Down