Skip to content

Commit 2048fe3

Browse files
colinmarcgithub-actions[bot]
authored andcommitted
chore: bump mmclient to mmclient-v0.4.2
1 parent 152d82c commit 2048fe3

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [mmclient-v0.4.2] - 2024-11-21
2+
3+
### Bugfixes
4+
5+
- Use Error::ServerError to communicate server errors (a857e0f186b9514cd3e1dc9b0f60df04b4abe3fe)
6+
- Correctly represent cursor images as optional (b08c76c9c65441fa92156f5282e9b02e98fa3ed9)
7+
- Be more resilient sending messages on closed streams (8e3eea65ccff2b6448dd9993b9afef9996c6650d)
8+
- Ensure attachment_ended is called on delegate (fd4d1c41e7da5ec949e26c91cc6171db1a41b1ce)
9+
- Always send pointer_left events (06010c9cf336d637526dcc308d1ee842e3a21cc1)
10+
111
## [mmserver-v0.5.4] - 2024-11-18
212

313
### Bugfixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![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)
33
[![Discord](https://img.shields.io/discord/1284975819222945802?style=flat&label=discord&color=7289DA)](https://discord.gg/v22G644DzS)
44
[![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.4)
5-
[![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)
5+
[![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.2)
66

77
This is a game streaming and remote desktop tool for Linux, featuring:
88

mm-client/Cargo.lock

Lines changed: 3 additions & 3 deletions
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.4.1"
7+
version = "0.4.2"
88
edition = "2021"
99

1010
[[bin]]

0 commit comments

Comments
 (0)