From cc73cb6b6c3dfe2c805511c8fb7d53a1be716ed6 Mon Sep 17 00:00:00 2001 From: colinmarc <821775+colinmarc@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:06:43 +0000 Subject: [PATCH] chore: bump mmclient to mmclient-v0.5.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- mm-client/Cargo.lock | 2 +- mm-client/Cargo.toml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71029b..8345f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [mmclient-v0.5.0] - 2024-11-18 + +### Bugfixes + +- Use Error::ServerError to communicate server errors (a857e0f186b9514cd3e1dc9b0f60df04b4abe3fe) +- Correctly represent cursor images as optional (b08c76c9c65441fa92156f5282e9b02e98fa3ed9) +- Be more resilient sending messages on closed streams (8e3eea65ccff2b6448dd9993b9afef9996c6650d) +- Ensure attachment_ended is called on delegate (fd4d1c41e7da5ec949e26c91cc6171db1a41b1ce) +- Always send pointer_left events (06010c9cf336d637526dcc308d1ee842e3a21cc1) + ## [mmserver-v0.5.3] - 2024-10-24 ### Bugfixes diff --git a/README.md b/README.md index 48ea3db..7e7188e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/colinmarc/magic-mirror/tests.yaml)](https://github.com/colinmarc/magic-mirror/actions/workflows/tests.yaml) [![Discord](https://img.shields.io/discord/1284975819222945802?style=flat&label=discord&color=7289DA)](https://discord.gg/v22G644DzS) [![Server Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmserver*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmserver-v0.5.3) -[![Client Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmclient*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.4.1) +[![Client Release](https://img.shields.io/github/v/release/colinmarc/magic-mirror?filter=mmclient*&display_name=tag&label=download)](https://github.com/colinmarc/magic-mirror/releases/tag/mmclient-v0.5.0) This is a game streaming and remote desktop tool for Linux, featuring: diff --git a/mm-client/Cargo.lock b/mm-client/Cargo.lock index f89f938..164f29c 100644 --- a/mm-client/Cargo.lock +++ b/mm-client/Cargo.lock @@ -1824,7 +1824,7 @@ dependencies = [ [[package]] name = "mm-client" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "ash", diff --git a/mm-client/Cargo.toml b/mm-client/Cargo.toml index c90d34a..6fa2b41 100644 --- a/mm-client/Cargo.toml +++ b/mm-client/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "mm-client" -version = "0.4.1" +version = "0.5.0" edition = "2021" [[bin]]