chore(dev): begin v0.1.35-dev

This commit is contained in:
LGUG2Z
2025-02-20 19:31:27 -08:00
parent 80edcadbf7
commit c903cdbb75
12 changed files with 18 additions and 18 deletions
Generated
+7 -7
View File
@@ -2654,7 +2654,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]] [[package]]
name = "komorebi" name = "komorebi"
version = "0.1.34" version = "0.1.35"
dependencies = [ dependencies = [
"bitflags 2.8.0", "bitflags 2.8.0",
"clap", "clap",
@@ -2700,7 +2700,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-bar" name = "komorebi-bar"
version = "0.1.34" version = "0.1.35"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
@@ -2734,7 +2734,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-client" name = "komorebi-client"
version = "0.1.34" version = "0.1.35"
dependencies = [ dependencies = [
"komorebi", "komorebi",
"serde_json_lenient", "serde_json_lenient",
@@ -2743,7 +2743,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-gui" name = "komorebi-gui"
version = "0.1.34" version = "0.1.35"
dependencies = [ dependencies = [
"eframe", "eframe",
"egui_extras", "egui_extras",
@@ -2755,7 +2755,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-themes" name = "komorebi-themes"
version = "0.1.34" version = "0.1.35"
dependencies = [ dependencies = [
"base16-egui-themes", "base16-egui-themes",
"catppuccin-egui", "catppuccin-egui",
@@ -2768,7 +2768,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebic" name = "komorebic"
version = "0.1.34" version = "0.1.35"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
@@ -2794,7 +2794,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebic-no-console" name = "komorebic-no-console"
version = "0.1.34" version = "0.1.35"
[[package]] [[package]]
name = "kqueue" name = "kqueue"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi-bar" name = "komorebi-bar"
version = "0.1.34" version = "0.1.35"
edition = "2021" edition = "2021"
# 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
@@ -13,7 +13,7 @@ use std::collections::HashMap;
use std::path::PathBuf; use std::path::PathBuf;
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)] #[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
/// The `komorebi.bar.json` configuration file reference for `v0.1.34` /// The `komorebi.bar.json` configuration file reference for `v0.1.35`
pub struct KomobarConfig { pub struct KomobarConfig {
/// Bar height (default: 50) /// Bar height (default: 50)
pub height: Option<f32>, pub height: Option<f32>,
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi-client" name = "komorebi-client"
version = "0.1.34" version = "0.1.35"
edition = "2021" edition = "2021"
# 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.34" version = "0.1.35"
edition = "2021" edition = "2021"
# 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-themes" name = "komorebi-themes"
version = "0.1.34" version = "0.1.35"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi" name = "komorebi"
version = "0.1.34" version = "0.1.35"
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 = "2021" edition = "2021"
+1 -1
View File
@@ -260,7 +260,7 @@ impl From<&Monitor> for MonitorConfig {
} }
#[derive(Clone, Debug, Default, Serialize, Deserialize, JsonSchema, PartialEq)] #[derive(Clone, Debug, Default, Serialize, Deserialize, JsonSchema, PartialEq)]
/// The `komorebi.json` static configuration file reference for `v0.1.34` /// The `komorebi.json` static configuration file reference for `v0.1.35`
pub struct StaticConfig { pub struct StaticConfig {
/// DEPRECATED from v0.1.22: no longer required /// DEPRECATED from v0.1.22: no longer required
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebic-no-console" name = "komorebic-no-console"
version = "0.1.34" version = "0.1.35"
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 = "2021" edition = "2021"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebic" name = "komorebic"
version = "0.1.34" version = "0.1.35"
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 = "2021" edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "KomobarConfig", "title": "KomobarConfig",
"description": "The `komorebi.bar.json` configuration file reference for `v0.1.34`", "description": "The `komorebi.bar.json` configuration file reference for `v0.1.35`",
"type": "object", "type": "object",
"required": [ "required": [
"left_widgets", "left_widgets",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"title": "StaticConfig", "title": "StaticConfig",
"description": "The `komorebi.json` static configuration file reference for `v0.1.34`", "description": "The `komorebi.json` static configuration file reference for `v0.1.35`",
"type": "object", "type": "object",
"properties": { "properties": {
"animation": { "animation": {