release: v0.2.0

- User avatar and username display above action buttons
- Panel on focused monitor, wallpaper overlay on all others
- Keyboard exclusive on focused monitor, Escape to dismiss
- Lock action calls moonlock directly
- GTK theme colors (@theme_*) for consistent styling
- Round action buttons, translucent card backgrounds
- 22px icon lookup rendered at 64px (matches moonlock icons)
- PKGBUILD for Arch Linux packaging
- 63 tests passing
This commit is contained in:
nevaforget 2026-03-27 15:22:33 +01:00
parent 934a92384c
commit fa8dceb514
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# Maintainer: Dominik Kressler
pkgname=moonset-git
pkgver=0.1.0.r7.g004e3d2
pkgver=0.1.0.r8.g934a923
pkgrel=1
pkgdesc="A Wayland session power menu with GTK4 and Layer Shell"
arch=('any')

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "moonset"
version = "0.1.0"
version = "0.2.0"
description = "Wayland session power menu with GTK4 and Layer Shell"
requires-python = ">=3.11"
license = "MIT"

2
uv.lock generated
View File

@ -4,7 +4,7 @@ requires-python = ">=3.11"
[[package]]
name = "moonset"
version = "0.1.0"
version = "0.2.0"
source = { editable = "." }
dependencies = [
{ name = "pygobject" },