From ff4187aecf4522a928d84a3883a2200a59fda67c Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sun, 14 Dec 2025 14:07:44 -0800 Subject: [PATCH] chore(dev): begin v0.1.40-dev --- Cargo.lock | 14 +++++++------- docs/komorebi.bar.example.json | 2 +- docs/komorebi.example.json | 2 +- komorebi-bar/Cargo.toml | 2 +- komorebi-bar/src/config.rs | 2 +- komorebi-client/Cargo.toml | 2 +- komorebi-gui/Cargo.toml | 2 +- komorebi-themes/Cargo.toml | 2 +- komorebi/Cargo.toml | 2 +- komorebi/src/static_config.rs | 2 +- komorebic-no-console/Cargo.toml | 2 +- komorebic/Cargo.toml | 2 +- schema.bar.json | 2 +- schema.json | 2 +- 14 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ba70588..4f6817a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3123,7 +3123,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "komorebi" -version = "0.1.39" +version = "0.1.40" dependencies = [ "base64", "bitflags 2.10.0", @@ -3173,7 +3173,7 @@ dependencies = [ [[package]] name = "komorebi-bar" -version = "0.1.39" +version = "0.1.40" dependencies = [ "chrono", "chrono-tz", @@ -3213,7 +3213,7 @@ dependencies = [ [[package]] name = "komorebi-client" -version = "0.1.39" +version = "0.1.40" dependencies = [ "komorebi", "serde_json_lenient", @@ -3222,7 +3222,7 @@ dependencies = [ [[package]] name = "komorebi-gui" -version = "0.1.39" +version = "0.1.40" dependencies = [ "eframe", "egui_extras", @@ -3245,7 +3245,7 @@ dependencies = [ [[package]] name = "komorebi-themes" -version = "0.1.39" +version = "0.1.40" dependencies = [ "base16-egui-themes", "catppuccin-egui", @@ -3260,7 +3260,7 @@ dependencies = [ [[package]] name = "komorebic" -version = "0.1.39" +version = "0.1.40" dependencies = [ "chrono", "clap", @@ -3288,7 +3288,7 @@ dependencies = [ [[package]] name = "komorebic-no-console" -version = "0.1.39" +version = "0.1.40" [[package]] name = "kqueue" diff --git a/docs/komorebi.bar.example.json b/docs/komorebi.bar.example.json index 1c8c6d7f..4cf1e95d 100644 --- a/docs/komorebi.bar.example.json +++ b/docs/komorebi.bar.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.39/schema.bar.json", + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.40/schema.bar.json", "monitor": 0, "font_family": "JetBrains Mono", "theme": { diff --git a/docs/komorebi.example.json b/docs/komorebi.example.json index 6b81241c..d4295a8b 100644 --- a/docs/komorebi.example.json +++ b/docs/komorebi.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.39/schema.json", + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.40/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", diff --git a/komorebi-bar/Cargo.toml b/komorebi-bar/Cargo.toml index bda70051..dbb6bae8 100644 --- a/komorebi-bar/Cargo.toml +++ b/komorebi-bar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-bar" -version = "0.1.39" +version = "0.1.40" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/komorebi-bar/src/config.rs b/komorebi-bar/src/config.rs index 724303b8..8fc25d0f 100644 --- a/komorebi-bar/src/config.rs +++ b/komorebi-bar/src/config.rs @@ -16,7 +16,7 @@ use std::path::PathBuf; #[derive(Clone, Debug, Serialize, Deserialize)] #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] -/// The `komorebi.bar.json` configuration file reference for `v0.1.39` +/// The `komorebi.bar.json` configuration file reference for `v0.1.40` pub struct KomobarConfig { /// Bar height (default: 50) pub height: Option, diff --git a/komorebi-client/Cargo.toml b/komorebi-client/Cargo.toml index 7fc49f6f..8a53e077 100644 --- a/komorebi-client/Cargo.toml +++ b/komorebi-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-client" -version = "0.1.39" +version = "0.1.40" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/komorebi-gui/Cargo.toml b/komorebi-gui/Cargo.toml index 98e7a9a1..5037f326 100644 --- a/komorebi-gui/Cargo.toml +++ b/komorebi-gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-gui" -version = "0.1.39" +version = "0.1.40" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/komorebi-themes/Cargo.toml b/komorebi-themes/Cargo.toml index 25c55a64..eb0e7040 100644 --- a/komorebi-themes/Cargo.toml +++ b/komorebi-themes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi-themes" -version = "0.1.39" +version = "0.1.40" edition = "2024" [dependencies] diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index a4d5502c..2ec6973f 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebi" -version = "0.1.39" +version = "0.1.40" description = "A tiling window manager for Windows" repository = "https://github.com/LGUG2Z/komorebi" edition = "2024" diff --git a/komorebi/src/static_config.rs b/komorebi/src/static_config.rs index 55e0ac14..602d9a13 100644 --- a/komorebi/src/static_config.rs +++ b/komorebi/src/static_config.rs @@ -412,7 +412,7 @@ pub enum AppSpecificConfigurationPath { #[serde_with::serde_as] #[derive(Clone, Debug, Default, Serialize, Deserialize, PartialEq)] #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] -/// The `komorebi.json` static configuration file reference for `v0.1.39` +/// The `komorebi.json` static configuration file reference for `v0.1.40` pub struct StaticConfig { /// DEPRECATED from v0.1.22: no longer required #[serde(skip_serializing_if = "Option::is_none")] diff --git a/komorebic-no-console/Cargo.toml b/komorebic-no-console/Cargo.toml index 022a6253..e19372b4 100644 --- a/komorebic-no-console/Cargo.toml +++ b/komorebic-no-console/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebic-no-console" -version = "0.1.39" +version = "0.1.40" description = "The command-line interface (without a console) for Komorebi, a tiling window manager for Windows" repository = "https://github.com/LGUG2Z/komorebi" edition = "2024" diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index 2c1c4274..fb1a8144 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "komorebic" -version = "0.1.39" +version = "0.1.40" description = "The command-line interface for Komorebi, a tiling window manager for Windows" repository = "https://github.com/LGUG2Z/komorebi" edition = "2024" diff --git a/schema.bar.json b/schema.bar.json index fdcf3d3f..55529426 100644 --- a/schema.bar.json +++ b/schema.bar.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "title": "KomobarConfig", - "description": "The `komorebi.bar.json` configuration file reference for `v0.1.39`", + "description": "The `komorebi.bar.json` configuration file reference for `v0.1.40`", "type": "object", "required": [ "left_widgets", diff --git a/schema.json b/schema.json index 95ac6e2d..4e94b60a 100644 --- a/schema.json +++ b/schema.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "title": "StaticConfig", - "description": "The `komorebi.json` static configuration file reference for `v0.1.39`", + "description": "The `komorebi.json` static configuration file reference for `v0.1.40`", "type": "object", "properties": { "animation": {