chore(dev): begin 0.1.37-dev

This commit is contained in:
LGUG2Z
2025-04-13 09:38:12 -07:00
parent 6608e5a5bb
commit a8b02f40fd
10 changed files with 16 additions and 16 deletions

14
Cargo.lock generated
View File

@@ -2909,7 +2909,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "komorebi"
version = "0.1.36"
version = "0.1.37"
dependencies = [
"bitflags 2.9.0",
"clap",
@@ -2958,7 +2958,7 @@ dependencies = [
[[package]]
name = "komorebi-bar"
version = "0.1.36"
version = "0.1.37"
dependencies = [
"chrono",
"chrono-tz",
@@ -2996,7 +2996,7 @@ dependencies = [
[[package]]
name = "komorebi-client"
version = "0.1.36"
version = "0.1.37"
dependencies = [
"komorebi",
"serde_json_lenient",
@@ -3005,7 +3005,7 @@ dependencies = [
[[package]]
name = "komorebi-gui"
version = "0.1.36"
version = "0.1.37"
dependencies = [
"eframe",
"egui_extras",
@@ -3018,7 +3018,7 @@ dependencies = [
[[package]]
name = "komorebi-themes"
version = "0.1.36"
version = "0.1.37"
dependencies = [
"base16-egui-themes",
"catppuccin-egui",
@@ -3033,7 +3033,7 @@ dependencies = [
[[package]]
name = "komorebic"
version = "0.1.36"
version = "0.1.37"
dependencies = [
"chrono",
"clap",
@@ -3059,7 +3059,7 @@ dependencies = [
[[package]]
name = "komorebic-no-console"
version = "0.1.36"
version = "0.1.37"
[[package]]
name = "kqueue"

View File

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

View File

@@ -13,7 +13,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.36`
/// The `komorebi.bar.json` configuration file reference for `v0.1.37`
pub struct KomobarConfig {
/// Bar height (default: 50)
pub height: Option<f32>,

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-client"
version = "0.1.36"
version = "0.1.37"
edition = "2021"
# 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.36"
version = "0.1.37"
edition = "2021"
# 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-themes"
version = "0.1.36"
version = "0.1.37"
edition = "2021"
[dependencies]

View File

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

View File

@@ -394,7 +394,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.36`
/// The `komorebi.json` static configuration file reference for `v0.1.37`
pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required
#[serde(skip_serializing_if = "Option::is_none")]

View File

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

View File

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