From 042ee20bff853c1c8894c78bb9e72e8f63e7345f Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 16 May 2023 17:12:25 +0200 Subject: [PATCH] Update v0.1.3 changelog Signed-off-by: Fabrice Desclaux --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 6 +++--- sanzu-broker/Cargo.toml | 2 +- sanzu-common/Cargo.toml | 2 +- sanzu/Cargo.toml | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d51800c..bd3c325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2023-05-16 + ### Changed - loop argument renamed to keep-listen - clipboard_config argument renamed to clipboard - printdir argument renamed to allow-print - import_video_shm argument renamed to extern_img_source - shm_is_xwd argument renamed to source_is_xwd +- update to ffmpeg 6.0 ### Added - Arguments can be taken from file (--config-path) or environment variables - Add --proto to the command line - Add --version to the command line +- Add --title to customize client window name +- Support 32 bit rgba cursors for x11 sanzu client + +### Fixed +- Multiple x11 misuse +- Dependencies listings for alpine/CentOS ## [0.1.2] - 2023-03-02 diff --git a/Cargo.lock b/Cargo.lock index cc05ba0..139fdda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2420,7 +2420,7 @@ dependencies = [ [[package]] name = "sanzu" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "bindgen 0.65.1", @@ -2470,7 +2470,7 @@ dependencies = [ [[package]] name = "sanzu-common" -version = "0.1.0" +version = "0.1.3" dependencies = [ "anyhow", "bindgen 0.65.1", @@ -2490,7 +2490,7 @@ dependencies = [ [[package]] name = "sanzu_broker" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "bindgen 0.65.1", diff --git a/sanzu-broker/Cargo.toml b/sanzu-broker/Cargo.toml index accd5c6..5c2fd24 100644 --- a/sanzu-broker/Cargo.toml +++ b/sanzu-broker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sanzu_broker" -version = "0.1.2" +version = "0.1.3" authors = ["Fabrice Desclaux "] edition = "2018" readme = "README.md" diff --git a/sanzu-common/Cargo.toml b/sanzu-common/Cargo.toml index 34b64f5..ea7e197 100644 --- a/sanzu-common/Cargo.toml +++ b/sanzu-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sanzu-common" -version = "0.1.0" +version = "0.1.3" authors = ["Fabrice Desclaux "] edition = "2018" description = "Sanzu helper code" diff --git a/sanzu/Cargo.toml b/sanzu/Cargo.toml index 6834264..1cceb07 100644 --- a/sanzu/Cargo.toml +++ b/sanzu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sanzu" -version = "0.1.2" +version = "0.1.3" authors = ["Fabrice Desclaux "] edition = "2018" readme = "README.md"