From 992bc2abfe7dff8bf4e5b3cb085aa27e1dba1695 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Thu, 20 Mar 2025 21:17:55 -0700 Subject: [PATCH] chore(release): v0.1.35 --- README.md | 8 ++++++-- docs/komorebi.bar.example.json | 2 +- docs/komorebi.example.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65062647..6b133ba8 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ showcases the many awesome projects that exist in the _komorebi_ ecosystem. ## Licensing for Personal Use +`komorebi` is [educational source +software](https://lgug2z.com/articles/educational-source-software/). + `komorebi` is licensed under the [Komorebi 1.0.0 license](https://github.com/LGUG2Z/komorebi-license), which is a fork of the [PolyForm Strict 1.0.0 @@ -99,7 +102,8 @@ me on GitHub. [GitHub Sponsors is enabled for this project](https://github.com/sponsors/LGUG2Z). Sponsors can claim custom roles on the Discord server, get shout outs at the end of _komorebi_-related videos on -YouTube, and gain the ability to submit feature requests on the issue tracker. +YouTube, gain the ability to submit feature requests on the issue tracker, and +receive releases of komorebi with "easter eggs" on physical media. If you would like to tip or sponsor the project but are unable to use GitHub Sponsors, you may also sponsor through [Ko-fi](https://ko-fi.com/lgug2z), or @@ -389,7 +393,7 @@ every `WindowManagerEvent` and `SocketMessage` handled by `komorebi` in a Rust c Below is a simple example of how to use `komorebi-client` in a basic Rust application. ```rust -// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.34"} +// komorebi-client = { git = "https://github.com/LGUG2Z/komorebi", tag = "v0.1.35"} use anyhow::Result; use komorebi_client::Notification; diff --git a/docs/komorebi.bar.example.json b/docs/komorebi.bar.example.json index 8917bec3..c714c3e1 100644 --- a/docs/komorebi.bar.example.json +++ b/docs/komorebi.bar.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.34/schema.bar.json", + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.35/schema.bar.json", "monitor": 0, "font_family": "JetBrains Mono", "theme": { diff --git a/docs/komorebi.example.json b/docs/komorebi.example.json index 71b1805d..0d5b4805 100644 --- a/docs/komorebi.example.json +++ b/docs/komorebi.example.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.34/schema.json", + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.35/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/applications.json", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert",