From 803002003fe459849b8b7feb9aa78ac9f0871de0 Mon Sep 17 00:00:00 2001 From: colinmarc <821775+colinmarc@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:09:31 +0000 Subject: [PATCH] chore: release mmclient-v0.5.1 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- docs/content/_index.md | 2 +- docs/content/setup/client.md | 2 +- mm-client/Cargo.lock | 2 +- mm-client/Cargo.toml | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2776ec..09ec45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index e478cf3..ac1b877 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/content/_index.md b/docs/content/_index.md index 0736f3e..f3920a7 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -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 diff --git a/docs/content/setup/client.md b/docs/content/setup/client.md index 72f4222..30ff640 100644 --- a/docs/content/setup/client.md +++ b/docs/content/setup/client.md @@ -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. diff --git a/mm-client/Cargo.lock b/mm-client/Cargo.lock index aa7b484..4e118b0 100644 --- a/mm-client/Cargo.lock +++ b/mm-client/Cargo.lock @@ -1824,7 +1824,7 @@ dependencies = [ [[package]] name = "mm-client" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "ash", diff --git a/mm-client/Cargo.toml b/mm-client/Cargo.toml index bd9bad9..07a2e93 100644 --- a/mm-client/Cargo.toml +++ b/mm-client/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "mm-client" -version = "0.5.0" +version = "0.5.1" edition = "2021" [[bin]]