From 95b227752512dc8861343dbb6dae959c2f2cc583 Mon Sep 17 00:00:00 2001 From: Breadway Date: Wed, 17 Jun 2026 13:59:59 +0800 Subject: [PATCH] bos-settings 0.3.1: bread-theme v0.2.8 (working live reload) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick up the directory-watch fix so bos-settings hot-reloads the shared stylesheet on `bread-theme reload` like the rest of the desktop (its v0.2.6 build had the broken file-watch). No code change — only the dependency + version bump. Co-Authored-By: Claude Opus 4.8 --- Cargo.lock | 4 ++-- bos-settings/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01235eb..9199452 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" [[package]] name = "bos-settings" -version = "0.3.0" +version = "0.3.1" dependencies = [ "async-channel", "bread-theme", @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "bread-theme" version = "0.2.3" -source = "git+https://github.com/Breadway/bread-ecosystem?tag=v0.2.6#0c8c5c00e435fedff4f81e36d603424c153519a9" +source = "git+https://github.com/Breadway/bread-ecosystem?tag=v0.2.8#77417d552130281ff787e07d52541eb25e9d533b" dependencies = [ "dirs", "gtk4", diff --git a/bos-settings/Cargo.toml b/bos-settings/Cargo.toml index 6b5ef91..cb30ac3 100644 --- a/bos-settings/Cargo.toml +++ b/bos-settings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bos-settings" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies] @@ -8,7 +8,7 @@ gtk4 = { version = "0.11", features = ["v4_12"] } glib = "0.22" # Shared ecosystem theming — bos-settings loads the same generated stylesheet as # breadbar/breadbox/breadpad so the whole desktop looks consistent. -bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.2.6", features = ["gtk"] } +bread-theme = { git = "https://github.com/Breadway/bread-ecosystem", tag = "v0.2.8", features = ["gtk"] } serde = { version = "1", features = ["derive"] } serde_json = "1" toml = "0.8"