From 622b06da3f570ddb1cfe157910fadbfd28ccd73a Mon Sep 17 00:00:00 2001 From: nevaforget Date: Sat, 28 Mar 2026 14:54:18 +0100 Subject: [PATCH] chore: bump version to 0.4.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61cf3bd..14ee205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. Format based on [Keep a Changelog](https://keepachangelog.com/). +## [0.4.0] - 2026-03-28 + +### Added + +- Optional background blur via `background_blur` config option (Gaussian blur, `image` crate) + ## [0.1.1] - 2026-03-28 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 1a03629..4b32986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moonset" -version = "0.1.1" +version = "0.4.0" edition = "2024" description = "Wayland session power menu with GTK4 and Layer Shell" license = "MIT"