chore(dev): begin v0.1.32-dev

This commit is contained in:
LGUG2Z
2024-12-14 08:53:42 -08:00
parent 40c55dec39
commit 6c07863b81
10 changed files with 16 additions and 16 deletions

14
Cargo.lock generated
View File

@@ -2665,7 +2665,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "komorebi"
version = "0.1.31"
version = "0.1.32"
dependencies = [
"bitflags 2.6.0",
"clap",
@@ -2710,7 +2710,7 @@ dependencies = [
[[package]]
name = "komorebi-bar"
version = "0.1.31"
version = "0.1.32"
dependencies = [
"chrono",
"clap",
@@ -2743,7 +2743,7 @@ dependencies = [
[[package]]
name = "komorebi-client"
version = "0.1.31"
version = "0.1.32"
dependencies = [
"komorebi",
"serde_json_lenient",
@@ -2752,7 +2752,7 @@ dependencies = [
[[package]]
name = "komorebi-gui"
version = "0.1.31"
version = "0.1.32"
dependencies = [
"eframe",
"egui_extras",
@@ -2764,7 +2764,7 @@ dependencies = [
[[package]]
name = "komorebi-themes"
version = "0.1.31"
version = "0.1.32"
dependencies = [
"base16-egui-themes",
"catppuccin-egui",
@@ -2777,7 +2777,7 @@ dependencies = [
[[package]]
name = "komorebic"
version = "0.1.31"
version = "0.1.32"
dependencies = [
"chrono",
"clap",
@@ -2806,7 +2806,7 @@ dependencies = [
[[package]]
name = "komorebic-no-console"
version = "0.1.31"
version = "0.1.32"
[[package]]
name = "kqueue"

View File

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

View File

@@ -12,7 +12,7 @@ use std::collections::HashMap;
use std::path::PathBuf;
#[derive(Clone, Debug, Serialize, Deserialize, JsonSchema)]
/// The `komorebi.bar.json` configuration file reference for `v0.1.31`
/// The `komorebi.bar.json` configuration file reference for `v0.1.32`
pub struct KomobarConfig {
/// Bar positioning options
#[serde(alias = "viewport")]

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi-client"
version = "0.1.31"
version = "0.1.32"
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.31"
version = "0.1.32"
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.31"
version = "0.1.32"
edition = "2021"
[dependencies]

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebi"
version = "0.1.31"
version = "0.1.32"
description = "A tiling window manager for Windows"
categories = ["tiling-window-manager", "windows"]
repository = "https://github.com/LGUG2Z/komorebi"

View File

@@ -237,7 +237,7 @@ impl From<&Monitor> for MonitorConfig {
}
#[derive(Debug, Serialize, Deserialize, JsonSchema)]
/// The `komorebi.json` static configuration file reference for `v0.1.31`
/// The `komorebi.json` static configuration file reference for `v0.1.32`
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.31"
version = "0.1.32"
description = "The command-line interface (without a console) for Komorebi, a tiling window manager for Windows"
categories = ["cli", "tiling-window-manager", "windows"]
repository = "https://github.com/LGUG2Z/komorebi"

View File

@@ -1,6 +1,6 @@
[package]
name = "komorebic"
version = "0.1.31"
version = "0.1.32"
description = "The command-line interface for Komorebi, a tiling window manager for Windows"
categories = ["cli", "tiling-window-manager", "windows"]
repository = "https://github.com/LGUG2Z/komorebi"