Skip to content

Commit 2630b3f

Browse files
committed
chore: release 1.1.4
1 parent 9ebbd89 commit 2630b3f

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

Cargo.lock

+7-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyprland-autoname-workspaces"
33
authors = ["Cyril Levis", "Maxim Baz"]
4-
version = "1.1.3"
4+
version = "1.1.4"
55
edition = "2021"
66
categories = ["gui"]
77
keywords = ["linux", "desktop-application", "hyprland", "waybar", "wayland"]
@@ -14,8 +14,8 @@ repository = "https://github.com/hyprland-community/hyprland-autoname-workspaces
1414
[dependencies]
1515
regex = "1"
1616
clap = { version = "4.1.1", features = ["derive"] }
17-
# hyprland = { version = "0.3.6", features = ["silent"] }
18-
hyprland = { git = "https://github.com/cyrinux/hyprland-rs.git", branch="fix/screencast-and-minimize-events-ordering", features = ["silent"] }
17+
hyprland = { version = "0.3.7", features = ["silent"] }
18+
# hyprland = { git = "https://github.com/cyrinux/hyprland-rs.git", branch="chore/better-events-handling", features = ["silent"] }
1919
signal-hook = "0.3.14"
2020
toml = { version = "0.5.10", features = ["indexmap", "preserve_order"] }
2121
xdg = "2.4.1"

config.toml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.1.1"
1+
version = "1.1.4"
22

33
[format]
44
dedup = true

src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ fn migrate_config_file(
254254
pub fn create_default_config(cfg_path: &PathBuf) -> Result<&'static str, Box<dyn Error + 'static>> {
255255
// TODO: maybe we should dump the config from the default values of the struct?
256256
let default_config = r#"
257-
version = "1.1.0"
257+
version = "1.1.3"
258258
259259
# [format]
260260
# Deduplicate icons if enable.

0 commit comments

Comments
 (0)