From 2630b3f7a39d4323d1d404598d907e1fedc05098 Mon Sep 17 00:00:00 2001 From: Cyril LEVIS Date: Sun, 9 Jul 2023 01:42:33 +0200 Subject: [PATCH] chore: release 1.1.4 --- Cargo.lock | 12 +++++++----- Cargo.toml | 6 +++--- config.toml.example | 2 +- src/config/mod.rs | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 544aab1..0fffe0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,8 +360,9 @@ dependencies = [ [[package]] name = "hyprland" -version = "0.3.6" -source = "git+https://github.com/cyrinux/hyprland-rs.git?branch=fix/screencast-and-minimize-events-ordering#c65ec47d96c6051fa0a023199059b18a3d814e4a" +version = "0.3.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba8d1950a715141bd665f1552f185e7bf545c988e9378f335d2a4fc01a20e360" dependencies = [ "async-trait", "derive_more", @@ -382,7 +383,7 @@ dependencies = [ [[package]] name = "hyprland-autoname-workspaces" -version = "1.1.3" +version = "1.1.4" dependencies = [ "clap", "hyprland", @@ -400,8 +401,9 @@ dependencies = [ [[package]] name = "hyprland-macros" -version = "0.3.6" -source = "git+https://github.com/cyrinux/hyprland-rs.git?branch=fix/screencast-and-minimize-events-ordering#c65ec47d96c6051fa0a023199059b18a3d814e4a" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c941d3d52e979612af8cb94e8de49000c7fada2014a7791d173ab41339f4e4eb" dependencies = [ "quote", "syn 2.0.23", diff --git a/Cargo.toml b/Cargo.toml index 0fb00bc..e75e9d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyprland-autoname-workspaces" authors = ["Cyril Levis", "Maxim Baz"] -version = "1.1.3" +version = "1.1.4" edition = "2021" categories = ["gui"] keywords = ["linux", "desktop-application", "hyprland", "waybar", "wayland"] @@ -14,8 +14,8 @@ repository = "https://github.com/hyprland-community/hyprland-autoname-workspaces [dependencies] regex = "1" clap = { version = "4.1.1", features = ["derive"] } -# hyprland = { version = "0.3.6", features = ["silent"] } -hyprland = { git = "https://github.com/cyrinux/hyprland-rs.git", branch="fix/screencast-and-minimize-events-ordering", features = ["silent"] } +hyprland = { version = "0.3.7", features = ["silent"] } +# hyprland = { git = "https://github.com/cyrinux/hyprland-rs.git", branch="chore/better-events-handling", features = ["silent"] } signal-hook = "0.3.14" toml = { version = "0.5.10", features = ["indexmap", "preserve_order"] } xdg = "2.4.1" diff --git a/config.toml.example b/config.toml.example index d04960f..cbd7f61 100644 --- a/config.toml.example +++ b/config.toml.example @@ -1,4 +1,4 @@ -version = "1.1.1" +version = "1.1.4" [format] dedup = true diff --git a/src/config/mod.rs b/src/config/mod.rs index 8f52c52..9d88f9a 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -254,7 +254,7 @@ fn migrate_config_file( pub fn create_default_config(cfg_path: &PathBuf) -> Result<&'static str, Box> { // TODO: maybe we should dump the config from the default values of the struct? let default_config = r#" -version = "1.1.0" +version = "1.1.3" # [format] # Deduplicate icons if enable.