Skip to content

Commit d3644e3

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: bump mmserver to mmserver-v0.6.0
1 parent 6b3c1c2 commit d3644e3

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [mmserver-v0.6.0] - 2024-12-11
2+
3+
### New Features
4+
5+
- Support wp_linux_drm_syncobj_timeline (54f311653d800cf5a7aefe1b54edd27010f219ce)
6+
[**breaking**] - Officially support nvidia proprietary (204126cdfcce09f4971de2e1bb9c86a4adf04d97)
7+
8+
### Bugfixes
9+
10+
- Bind-mount nvidia devices, if present (4bb63d3c1e85f297c5d169219943694f133bbcfa)
11+
112
## [mmclient-v0.5.0] - 2024-12-11
213

314
### New Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is a game streaming and remote desktop tool for Linux, featuring:
2323
### Quick Links
2424

2525
- [Documentation](https://colinmarc.github.io/magic-mirror)
26-
- [Latest Server Release [mmserver-0.5.6]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.6)
26+
- [Latest Server Release [mmserver-0.5.6]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.6.0)
2727
- [Latest CLI Client Release [mmclient-0.4.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.5.0)
2828
- [Latest macOS Client Release](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)
2929
- [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-0.5.6]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.6)
18+
- 💾 [Server [mmserver-0.5.6]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.6.0)
1919
- 💾 [Command-Line Client [mmclient-0.4.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.5.0)
2020
- 💾 [macOS GUI Client](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)
2121

docs/content/setup/server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ toc = true
77

88
## Quickstart
99

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

1212
```sh
13-
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.5.6/mmserver-v0.5.6-linux-amd64.tar.gz" \
13+
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.6.0/mmserver-v0.6.0-linux-amd64.tar.gz" \
1414
| tar zxv
1515
cd mmserver-0.5.6
1616
```

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.5.6"
7+
version = "0.6.0"
88
edition = "2021"
99
publish = false
1010

0 commit comments

Comments
 (0)