Commit graph

7 commits

Author SHA1 Message Date
Breadway
8456424f1a Pin bread-theme/utils to bread-ecosystem v0.7.1; add single-trunk CLAUDE.md
Some checks failed
check / check (push) Failing after 1s
Popup, daemon, and core were split across git.breadway.dev v0.3.0 and
GitHub v0.3.1. Point every bread-theme / bread-utils dep at the same
Forgejo tag. bread-screenshots is not in v0.7.1 (the crate landed after
that tag) so it stays on that remote's main until the next ecosystem
release.

CLAUDE.md now documents the single-trunk model. EVENTS.md is unchanged
— no pin/select verbs.
2026-08-15 21:38:49 +08:00
Breadway
58aa415ef0 random commit message, read it yourself
All checks were successful
dev release / build (push) Successful in 1m6s
2026-07-22 11:37:38 +08:00
Breadway
83b1fd7c23 Fix unswapped bread-utils path dep and stale bread-theme URL; bump to v0.2.1
Some checks failed
Mirror to GitHub / mirror (push) Successful in 2s
release / build (push) Failing after 1s
2026-07-19 04:02:53 +08:00
Breadway
4c21cc3f71 Switch to tag-pinned bread-ecosystem deps; bump version to v0.2.0 2026-07-19 03:52:27 +08:00
Breadway
7634af0b4f Switch to tag-pinned bread-ecosystem deps; bump version to v0.2.0
Some checks failed
Mirror to GitHub / mirror (push) Successful in 2s
release / build (push) Failing after 1s
2026-07-19 03:42:05 +08:00
Breadway
8097d1944c breadclip: privacy hardening + event-driven daemon
- history.db and images/*.png are now created with 0600 permissions
  (owner-only) instead of default umask, since clipboard history can
  contain plaintext passwords/tokens.
- breadclipd never persists clipboard content flagged with the
  x-kde-passwordManagerHint MIME type (the convention KeePassXC,
  Bitwarden, etc. use to mark content they own).
- Replaced breadclipd's 500ms busy-poll loop (2-3 wl-paste forks per
  cycle, forever) with wl-paste --watch, so it only reacts on actual
  clipboard changes.
- Documented both behaviors in the README.
2026-07-17 03:17:24 +08:00
Breadway
69bc67e29a Initial commit 2026-07-02 20:59:21 +08:00