- config.rs: expand a leading ~ in the save_dir config value on load.
The documented example config (save_dir = "~/Pictures/Screenshots")
was previously taken literally, silently creating ./~/Pictures/... in
the current working directory. Added unit tests.
- Cargo.toml: 1.0.0 -> 0.1.0, matching the only existing tag (v0.1.0).
breadshot --version previously reported nine releases ahead of the
actual release history.
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.