Commit graph

10 commits

Author SHA1 Message Date
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
e16c1b461c Migrate to bread-utils: Hyprland IPC, single-instance lock, popup scaffold, XDG paths
Mirrors tonight's breadbox migration (same shared crate, same duplicated
patterns):

- position.rs's raw socket1 client -> bread_utils::hypr (file removed
  entirely, its logic now lives in the shared crate)
- toggle_or_continue's TOCTOU-prone PID-file dance -> bread_utils::singleton
- the layer-shell window setup, Up/Down visible-row navigation, and
  click-outside-close gesture -> bread_utils::gtk_popup
- breadclip-core's data_dir(): replaced the buggy
  `dirs::data_local_dir().unwrap_or_else(|| PathBuf::from("~/.local/share"))`
  fallback (flagged but never fixed in tonight's earlier audit pass —
  PathBuf never expands `~`) with bread_utils::xdg::data_dir, which
  resolves a real $HOME before ever falling back.

Builds and tests clean across the whole breadclip workspace.
2026-07-17 09:24:38 +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
86ebe5d050 breadclip: bump version to 0.1.1
All checks were successful
Mirror to GitHub / mirror (push) Successful in 1s
release / build (push) Successful in 55s
2026-07-16 18:04:39 +08:00
Breadway
7ee762f5ea breadclip: bump bread-theme to v0.2.10 (fixes pywal-colored window background) 2026-07-16 17:52:11 +08:00
Breadway
add5c6c8f1 CI: migrate release workflow from GitHub Actions to Forgejo Actions
All checks were successful
Mirror to GitHub / mirror (push) Successful in 1s
GitHub Actions self-hosted runners need per-repo registration on a
personal account; Forgejo Actions' runner already serves every repo
with zero setup. Moves release publishing there (dl.breadway.dev stays
the primary bakery target; GitHub release upload is kept as the
fallback via an explicit token, since Forgejo Actions has no ambient
GITHUB_TOKEN) and adds a mirror workflow to keep GitHub in sync
automatically.
2026-07-03 14:10:11 +08:00
Breadway
308b5eb10c CI: add release workflow
Some checks failed
release / build (push) Failing after 2s
2026-07-02 21:03:17 +08:00
Breadway
69bc67e29a Initial commit 2026-07-02 20:59:21 +08:00