diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2c1a6..a05a54d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [mmclient-v0.4.1] - 2024-10-20 + +### Bugfixes + +- Handle video/audio stream seq more intelligently (dd298b33b8361b31bc32dc64be19cc2804c78636) + ## [mmserver-v0.5.2] - 2024-10-19 ### Bugfixes diff --git a/README.md b/README.md index 4ad36a6..7083a62 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.2) -[![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.0) +[![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) 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 14f1e66..f89f938 100644 --- a/mm-client/Cargo.lock +++ b/mm-client/Cargo.lock @@ -1824,7 +1824,7 @@ dependencies = [ [[package]] name = "mm-client" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "ash", diff --git a/mm-client/Cargo.toml b/mm-client/Cargo.toml index 83cf77d..c90d34a 100644 --- a/mm-client/Cargo.toml +++ b/mm-client/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "mm-client" -version = "0.4.0" +version = "0.4.1" edition = "2021" [[bin]]