Skip to content

Commit c51f747

Browse files
committed
chore: release mmserver-v0.8.3
1 parent a946af8 commit c51f747

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
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.3] - 2025-03-12
2+
3+
### Bugfixes
4+
5+
- Try to avoid colliding with the system x11 socket (3af95ba9ab012e723d21415baf0b6f4679ba1534)
6+
- Follow symlinks when calling move_mount (a7505aed296cab4648e2f3752d5901e5d95ded45)
7+
18
## [mmserver-v0.8.2] - 2025-02-20
29

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

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

0 commit comments

Comments
 (0)