Skip to content

Commit

Permalink
chore: release mmclient-v0.5.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 5497069 commit 45f7786
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [mmclient-v0.5.1] - 2024-12-17

### New Features

- Support ffmpeg vulkan decode (5c76b29273d3c0b29edb9e34e33096af76814398)

## [mmserver-v0.6.1] - 2024-12-17

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

- [Documentation Book](https://colinmarc.github.io/magic-mirror)
- [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 CLI Client Release [mmclient-v0.5.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.5.1)
- [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 @@ -16,7 +16,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.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)
- 💾 [Command-Line Client [mmclient-v0.5.1]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.5.1)
- 💾 [macOS GUI Client](https://github.com/colinmarc/magic-mirror-swiftui/releases/latest)

### Setup Guides
Expand Down
2 changes: 1 addition & 1 deletion docs/content/setup/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ later.
## Installing the commandline client

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

The commandline client requires `ffmpeg` 6.0 or later to be installed on the
system. It also requires up-to-date Vulkan drivers.
Expand Down
2 changes: 1 addition & 1 deletion mm-client/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-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "mm-client"
version = "0.5.0"
version = "0.5.1"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 45f7786

Please sign in to comment.