Commit graph

6 commits

Author SHA1 Message Date
Breadway
4a2adbc24d Bump version to v0.1.1
All checks were successful
dev release / build (push) Successful in 3m30s
beta (rc) release / build (push) Has been skipped
release / build (push) Successful in 3m25s
2026-08-15 23:05:47 +08:00
Breadway
f0138cf59b Pin bread-onnx and bread-utils to bread-ecosystem v0.7.2
All checks were successful
dev release / build (push) Successful in 2m41s
2026-08-15 22:53:46 +08:00
Breadway
9d8a59e3a8 Switch to tag-pinned bread-ecosystem deps; bump version to v0.1.0 2026-07-19 03:53:09 +08:00
Breadway
bb4576915e Switch to tag-pinned bread-ecosystem deps; bump version to v1.0 2026-07-19 03:27:37 +08:00
Breadway
830e80622e Fix literal-tilde fallback bug in breadarr-shared's expand_home
expand_home() fell through to PathBuf::from(input) — the literal,
unexpanded "~/..." string — whenever the HOME env var itself wasn't set,
same bug class as breadclip-core/breadpad-shared/breadmon (found during
this pass's own crate-migration sweep, in a different shape here: the bug
was in this crate's own tilde-expansion helper rather than a
dirs::xxx().unwrap_or_else() chain). Fixed via bread_utils::xdg::home_dir,
which resolves a real home directory before ever needing to fall back.

Builds and tests clean: 205 passed, 1 pre-existing network-dependent test
ignored, 0 failed.
2026-07-17 10:13:06 +08:00
Breadway
697b009627 can't be bothered writing a commit message 2026-07-16 22:22:53 +08:00