chore(dev): begin 0.1.42-dev

This commit is contained in:
LGUG2Z
2026-05-03 16:06:37 -07:00
parent 24c0ce0b1d
commit 937b28a7d9
11 changed files with 18 additions and 18 deletions
Generated
+8 -8
View File
@@ -3168,7 +3168,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]] [[package]]
name = "komorebi" name = "komorebi"
version = "0.1.41" version = "0.1.42"
dependencies = [ dependencies = [
"base64", "base64",
"bitflags 2.11.1", "bitflags 2.11.1",
@@ -3219,7 +3219,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-bar" name = "komorebi-bar"
version = "0.1.41" version = "0.1.42"
dependencies = [ dependencies = [
"chrono", "chrono",
"chrono-tz", "chrono-tz",
@@ -3263,7 +3263,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-client" name = "komorebi-client"
version = "0.1.41" version = "0.1.42"
dependencies = [ dependencies = [
"komorebi", "komorebi",
"serde_json_lenient", "serde_json_lenient",
@@ -3272,7 +3272,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-gui" name = "komorebi-gui"
version = "0.1.41" version = "0.1.42"
dependencies = [ dependencies = [
"eframe", "eframe",
"egui_extras", "egui_extras",
@@ -3285,7 +3285,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-layouts" name = "komorebi-layouts"
version = "0.1.41" version = "0.1.42"
dependencies = [ dependencies = [
"clap", "clap",
"color-eyre", "color-eyre",
@@ -3311,7 +3311,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-themes" name = "komorebi-themes"
version = "0.1.41" version = "0.1.42"
dependencies = [ dependencies = [
"base16-egui-themes", "base16-egui-themes",
"catppuccin-egui", "catppuccin-egui",
@@ -3326,7 +3326,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebic" name = "komorebic"
version = "0.1.41" version = "0.1.42"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
@@ -3354,7 +3354,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebic-no-console" name = "komorebic-no-console"
version = "0.1.41" version = "0.1.42"
[[package]] [[package]]
name = "konst" name = "konst"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi-bar" name = "komorebi-bar"
version = "0.1.41" version = "0.1.42"
edition = "2024" edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1 -1
View File
@@ -15,7 +15,7 @@ use std::path::PathBuf;
#[derive(Clone, Debug, Serialize, Deserialize)] #[derive(Clone, Debug, Serialize, Deserialize)]
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
/// The `komorebi.bar.json` configuration file reference for `v0.1.41` /// The `komorebi.bar.json` configuration file reference for `v0.1.42`
pub struct KomobarConfig { pub struct KomobarConfig {
/// Bar height /// Bar height
#[cfg_attr(feature = "schemars", schemars(extend("default" = 50)))] #[cfg_attr(feature = "schemars", schemars(extend("default" = 50)))]
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi-client" name = "komorebi-client"
version = "0.1.41" version = "0.1.42"
edition = "2024" edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi-gui" name = "komorebi-gui"
version = "0.1.41" version = "0.1.42"
edition = "2024" edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi-layouts" name = "komorebi-layouts"
version = "0.1.41" version = "0.1.42"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi-themes" name = "komorebi-themes"
version = "0.1.41" version = "0.1.42"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi" name = "komorebi"
version = "0.1.41" version = "0.1.42"
description = "A tiling window manager for Windows" description = "A tiling window manager for Windows"
repository = "https://github.com/LGUG2Z/komorebi" repository = "https://github.com/LGUG2Z/komorebi"
edition = "2024" edition = "2024"
+1 -1
View File
@@ -475,7 +475,7 @@ pub enum AppSpecificConfigurationPath {
#[serde_with::serde_as] #[serde_with::serde_as]
#[derive(Clone, Debug, Default, Serialize, Deserialize, PartialEq)] #[derive(Clone, Debug, Default, Serialize, Deserialize, PartialEq)]
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))] #[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
/// The `komorebi.json` static configuration file reference for `v0.1.41` /// The `komorebi.json` static configuration file reference for `v0.1.42`
pub struct StaticConfig { pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required /// DEPRECATED from v0.1.22: no longer required
#[deprecated(note = "No longer required")] #[deprecated(note = "No longer required")]
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebic-no-console" name = "komorebic-no-console"
version = "0.1.41" version = "0.1.42"
description = "The command-line interface (without a console) for Komorebi, a tiling window manager for Windows" description = "The command-line interface (without a console) for Komorebi, a tiling window manager for Windows"
repository = "https://github.com/LGUG2Z/komorebi" repository = "https://github.com/LGUG2Z/komorebi"
edition = "2024" edition = "2024"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebic" name = "komorebic"
version = "0.1.41" version = "0.1.42"
description = "The command-line interface for Komorebi, a tiling window manager for Windows" description = "The command-line interface for Komorebi, a tiling window manager for Windows"
repository = "https://github.com/LGUG2Z/komorebi" repository = "https://github.com/LGUG2Z/komorebi"
edition = "2024" edition = "2024"