Skip to content

Commit f514385

Browse files
committed
chore: prepare release 1.1.14
1 parent 92a7146 commit f514385

File tree

5 files changed

+64
-57
lines changed

5 files changed

+64
-57
lines changed

Cargo.lock

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

Cargo.toml

+1-1
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.13"
4+
version = "1.1.14"
55
edition = "2021"
66
categories = ["gui"]
77
keywords = ["linux", "desktop-application", "hyprland", "waybar", "wayland"]

config.toml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.1.13"
1+
version = "1.1.14"
22

33
[format]
44
dedup = true

src/config/mod.rs

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

src/renamer/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use hyprland::data::{Client, Clients, Workspace};
1111
use hyprland::dispatch::*;
1212
use hyprland::event_listener::{EventListener, WorkspaceDestroyedEventData};
1313
use hyprland::prelude::*;
14-
use hyprland::shared::{Address, WorkspaceType};
14+
use hyprland::shared::Address;
1515
use icon::{IconConfig, IconStatus};
1616
use inotify::{Inotify, WatchMask};
1717
use std::collections::{HashMap, HashSet};

0 commit comments

Comments
 (0)