Skip to content

Commit

Permalink
chore: release mmclient-v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Jan 26, 2025
1 parent 5b81c6d commit 584c3e7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [mmclient-v0.6.0] - 2025-01-26

### New Features

- Support ffmpeg vulkan decode (5c76b29273d3c0b29edb9e34e33096af76814398)
- Explicit video refresh (60dffc04f4f338c3fce6d791211c12d7471a187a)
- Implement forward error correction (729e652a001d155345c80b7f5fef397a884a1a98)

### Bugfixes

- Enforce non-fractional scales from the client (2a25ca95db01ff8460328f8f258faadf55d948bb)
- Take application names with path included (100d51e8f44129a23b1df944a897a3123ef12d1c)

## [mmserver-v0.7.0] - 2025-01-26

### 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.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.0)
- [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.6.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.6.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 @@ -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.7.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.7.0)
- 💾 [Command-Line Client [mmclient-v0.5.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.5.0)
- 💾 [Command-Line Client [mmclient-v0.6.0]](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.6.0)
- 💾 [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.6.0).

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.6.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 584c3e7

Please sign in to comment.