Skip to content

Commit

Permalink
chore: release mmserver-v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc authored and github-actions[bot] committed Dec 17, 2024
1 parent 7d700df commit 85f4769
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 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.6.1] - 2024-12-17

### New Features

- Save vulkaninfo for --bug-report (6deae3feb5a72a7e0099edd4983814d7fc873f15)

### Bugfixes

- Avoid an endless loop when printing child output (7d700dfa4b9ef6d02e58c4a32151e69055fa3929)

## [mmserver-v0.6.0] - 2024-12-11

### New Features
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.6.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.6.0)
- [Latest Server Release [mmserver-v0.6.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.6.1)
- [Latest CLI Client Release [mmclient-v0.5.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.5.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.6.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.6.0)
- 💾 [Server [mmserver-v0.6.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.6.1)
- 💾 [Command-Line Client [mmclient-v0.5.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.5.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.6.0) and untar it somewhere:
First, grab [the latest server release](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.6.1) and untar it somewhere:

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

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

Expand Down

0 comments on commit 85f4769

Please sign in to comment.