From 0ead260560cd131b00a8a9542623643ef4a46316 Mon Sep 17 00:00:00 2001 From: Breadway Date: Thu, 18 Jun 2026 14:50:44 +0800 Subject: [PATCH] v0.4.0: branding refresh, breadpaper baked in, bos-settings 0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move assets to assets/ directory (bread_white.svg, icons 256/512/1024px) - Update Calamares branding + Plymouth theme logos - Bake breadpaper (wallpaper manager + pywal) into /etc/skel alongside the rest of the bread ecosystem — previously missing from the ISO build - Bump bos-settings to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb30ac3..c6e37ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bos-settings" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies]