chore(dev): begin v0.1.41-dev

This commit is contained in:
LGUG2Z
2026-02-20 16:56:51 -08:00
parent bed314b866
commit 5b6fab0044
13 changed files with 20 additions and 20 deletions

16
Cargo.lock generated
View File

@@ -3140,7 +3140,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "komorebi"
version = "0.1.40"
version = "0.1.41"
dependencies = [
"base64",
"bitflags 2.11.0",
@@ -3191,7 +3191,7 @@ dependencies = [
[[package]]
name = "komorebi-bar"
version = "0.1.40"
version = "0.1.41"
dependencies = [
"chrono",
"chrono-tz",
@@ -3231,7 +3231,7 @@ dependencies = [
[[package]]
name = "komorebi-client"
version = "0.1.40"
version = "0.1.41"
dependencies = [
"komorebi",
"serde_json_lenient",
@@ -3240,7 +3240,7 @@ dependencies = [
[[package]]
name = "komorebi-gui"
version = "0.1.40"
version = "0.1.41"
dependencies = [
"eframe",
"egui_extras",
@@ -3253,7 +3253,7 @@ dependencies = [
[[package]]
name = "komorebi-layouts"
version = "0.1.40"
version = "0.1.41"
dependencies = [
"clap",
"color-eyre",
@@ -3279,7 +3279,7 @@ dependencies = [
[[package]]
name = "komorebi-themes"
version = "0.1.40"
version = "0.1.41"
dependencies = [
"base16-egui-themes",
"catppuccin-egui",
@@ -3294,7 +3294,7 @@ dependencies = [
[[package]]
name = "komorebic"
version = "0.1.40"
version = "0.1.41"
dependencies = [
"chrono",
"clap",
@@ -3322,7 +3322,7 @@ dependencies = [
[[package]]
name = "komorebic-no-console"
version = "0.1.40"
version = "0.1.41"
[[package]]
name = "kqueue"

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.40/schema.bar.json",
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.41/schema.bar.json",
"font_family": "JetBrains Mono",
"theme": {
"palette": "Base16",

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.40/schema.json",
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.41/schema.json",
"app_specific_configuration_path": "$Env:USERPROFILE/applications.json",
"window_hiding_behaviour": "Cloak",
"cross_monitor_move_behaviour": "Insert",

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-bar"
version = "0.1.40"
version = "0.1.41"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -15,7 +15,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.40`
/// The `komorebi.bar.json` configuration file reference for `v0.1.41`
pub struct KomobarConfig {
/// Bar height
#[cfg_attr(feature = "schemars", schemars(extend("default" = 50)))]

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-client"
version = "0.1.40"
version = "0.1.41"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-gui"
version = "0.1.40"
version = "0.1.41"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-layouts"
version = "0.1.40"
version = "0.1.41"
edition = "2024"
[dependencies]

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-themes"
version = "0.1.40"
version = "0.1.41"
edition = "2024"
[dependencies]

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi"
version = "0.1.40"
version = "0.1.41"
description = "A tiling window manager for Windows"
repository = "https://github.com/LGUG2Z/komorebi"
edition = "2024"

View File

@@ -451,7 +451,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.40`
/// The `komorebi.json` static configuration file reference for `v0.1.41`
pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required
#[deprecated(note = "No longer required")]

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebic-no-console"
version = "0.1.40"
version = "0.1.41"
description = "The command-line interface (without a console) for Komorebi, a tiling window manager for Windows"
repository = "https://github.com/LGUG2Z/komorebi"
edition = "2024"

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebic"
version = "0.1.40"
version = "0.1.41"
description = "The command-line interface for Komorebi, a tiling window manager for Windows"
repository = "https://github.com/LGUG2Z/komorebi"
edition = "2024"