Skip to content

Commit

Permalink
chore: release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Jul 8, 2023
1 parent 9ebbd89 commit 2630b3f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.1.1"
version = "1.1.4"

[format]
dedup = true
Expand Down
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ fn migrate_config_file(
pub fn create_default_config(cfg_path: &PathBuf) -> Result<&'static str, Box<dyn Error + 'static>> {
// 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.
Expand Down

0 comments on commit 2630b3f

Please sign in to comment.