Skip to content

Commit

Permalink
chore: bump mmserver to mmserver-v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc authored and github-actions[bot] committed Dec 11, 2024
1 parent 956ef44 commit eaf605c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [mmserver-v0.5.7] - 2024-12-11

### New Features

- Support wp_linux_drm_syncobj_timeline (0d2baba9c8b9c66f72182c9345b43939085f9693)

### Bugfixes

- Bind-mount nvidia devices, if present (4bb63d3c1e85f297c5d169219943694f133bbcfa)

## [mmserver-v0.5.6] - 2024-12-08

### New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is a game streaming and remote desktop tool for Linux, featuring:
### Quick Links

- [Documentation](https://colinmarc.github.io/magic-mirror)
- [Latest Server Release [mmserver-0.5.6]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.6)
- [Latest Server Release [mmserver-0.5.6]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.7)
- [Latest CLI Client Release [mmclient-0.4.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.4.1)
- [Latest macOS Client Release](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)
- [Discord](https://discord.gg/v22G644DzS)
Expand Down
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-0.5.6]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.6)
- 💾 [Server [mmserver-0.5.6]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.7)
- 💾 [Command-Line Client [mmclient-0.4.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.4.1)
- 💾 [macOS GUI Client](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)

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

## Quickstart

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

```sh
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.5.6/mmserver-v0.5.6-linux-amd64.tar.gz" \
curl -fsSL "https://github.com/colinmarc/magic-mirror/releases/download/mmserver-v0.5.7/mmserver-v0.5.7-linux-amd64.tar.gz" \
| tar zxv
cd mmserver-0.5.6
```
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.5.6"
version = "0.5.7"
edition = "2021"
publish = false

Expand Down

0 comments on commit eaf605c

Please sign in to comment.