Skip to content

Commit ac17b57

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: release mmclient-v0.7.1
1 parent c750905 commit ac17b57

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [mmclient-v0.7.1] - 2025-05-21
2+
13
## [mmserver-v0.8.3] - 2025-03-12
24

35
### Bugfixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ This is a game streaming and remote desktop tool for Linux hosts, featuring:
1919

2020
- [Documentation Book](https://colinmarc.github.io/magic-mirror)
2121
- [Latest Server Release [mmserver-v0.8.3]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.3)
22-
- [Latest CLI Client Release [mmclient-v0.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.0)
22+
- [Latest CLI Client Release [mmclient-v0.7.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.1)
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
@@ -16,7 +16,7 @@ an open-source game streaming and remote desktop tool for linux hosts.
1616
These links always point to the latest release.
1717

1818
- 💾 [Server [mmserver-v0.8.3]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.8.3)
19-
- 💾 [Command-Line Client [mmclient-v0.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.0)
19+
- 💾 [Command-Line Client [mmclient-v0.7.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.1)
2020
- 💾 [macOS GUI Client](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)
2121

2222
### Setup Guides

docs/content/setup/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ later.
1515
## Installing the commandline client
1616

1717
There is also a cross-platform commandline client, `mmclient`. You can download
18-
it [here](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.0).
18+
it [here](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.7.1).
1919

2020
The commandline client requires `ffmpeg` 6.0 or later to be installed on the
2121
system. It also requires up-to-date Vulkan drivers.

mm-client/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-client/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-client"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
edition = "2021"
99

1010
[[bin]]

0 commit comments

Comments
 (0)