Pin ecosystem crates and switch to bread-utils::singleton
All checks were successful
check / check (push) Successful in 18s

Repoint bread-theme and bread-utils at git.breadway.dev tag v0.7.1
(no github.com). bread-screenshots is not on that tag yet, so rev-pin
it instead of tracking branch=main.

Replace the homegrown PID-file toggle with bread-utils::singleton so
the launcher still dismisses on a second keybind without the TOCTOU
window. Screenshot mode still skips the lock.

README now documents the fixed BOS dark fallback (not Catppuccin
Mocha). Drop the unused GitHub Actions release workflow; Forgejo is
canonical. CONTRIBUTING already documents single-trunk.
This commit is contained in:
Breadway 2026-08-15 21:40:03 +08:00
parent 3251e18a49
commit e5ba33d810
6 changed files with 42 additions and 118 deletions

1
.github/README.md vendored Normal file
View file

@ -0,0 +1 @@
Forgejo (`.forgejo/workflows`) is the canonical CI. This `.github` tree is unused.