Skip to content

Commit

Permalink
chore: prepare release 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed May 14, 2024
1 parent 92a7146 commit f514385
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 57 deletions.
113 changes: 60 additions & 53 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.13"
version = "1.1.14"
edition = "2021"
categories = ["gui"]
keywords = ["linux", "desktop-application", "hyprland", "waybar", "wayland"]
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.13"
version = "1.1.14"

[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 @@ -256,7 +256,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.13"
version = "1.1.14"
# [format]
# Deduplicate icons if enable.
Expand Down
2 changes: 1 addition & 1 deletion src/renamer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use hyprland::data::{Client, Clients, Workspace};
use hyprland::dispatch::*;
use hyprland::event_listener::{EventListener, WorkspaceDestroyedEventData};
use hyprland::prelude::*;
use hyprland::shared::{Address, WorkspaceType};
use hyprland::shared::Address;
use icon::{IconConfig, IconStatus};
use inotify::{Inotify, WatchMask};
use std::collections::{HashMap, HashSet};
Expand Down

0 comments on commit f514385

Please sign in to comment.