17 Commits

Author SHA1 Message Date
4000640f85 chore: release v0.3.1-rc.1 2026-04-07 22:13:43 -04:00
b0a190f592 chore: release v0.3.0-rc.3 2026-04-04 14:29:32 -04:00
220296c3f7 Prepare 0.3.0-rc.2 with Windows support and regression tests 2026-04-04 12:35:36 -04:00
a00d68b725 Prepare 0.3.0-rc.1 release and harden release checks 2026-04-04 11:40:31 -04:00
a262d6092e Move Docusaurus docs site into docs/ subdirectory
Relocates the entire Docusaurus site from the repo root into a
dedicated docs/ directory to keep docs tooling separate from the
Rust/frontend workspace. Updates CI workflows (build.yml, docs.yml),
justfile (adds `just docs` task), and GEMINI.md to reflect the new
paths.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 17:08:03 -04:00
f689453261 Fix React errors, add retry countdowns, stats depth, mobile layout, ARM64 nightly CI
- Fix React #418/#423: remove activeIndex effect from SettingsPanel, defer
  applyRootTheme via requestAnimationFrame in AppearanceSettings
- Add retry countdown on failed job rows with 30s refresh tick
- Add attempt_count to Job interface; add job_count to CodecSavings (Rust + frontend)
- Stats page: Total Library Reduction headline, job counts per codec, recharts BarChart
  for jobs-per-day histogram
- Mobile layout: hamburger overlay sidebar with backdrop, hide Updated/priority
  columns on small screens in jobs table
- CI: check-web now runs e2e tests; docker workflow adds nightly schedule
  building linux/amd64,linux/arm64 and tagging :nightly

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 10:43:56 -04:00
f47a61a9ea Make just dev build Astro before starting the backend 2026-03-29 21:41:55 -04:00
b2c65467a0 Migrate docs to redoc Markdown and remove Starlight 2026-03-28 12:19:30 -04:00
7334eb33d8 Fix probe and setup recovery regressions 2026-03-24 19:20:16 -04:00
36c8b5b937 Merge pending worktree fixes into master 2026-03-24 18:52:31 -04:00
5b61a8e627 fix(justfile): replace mapfile with while-read loops for bash 3.2 compat
macOS ships bash 3.2 (GPL2); mapfile was added in bash 4.0. Use
while IFS= read -r loops with process substitution instead, which
work in bash 3.2+.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 07:52:10 -04:00
4f6d2d29d6 chore: checkpoint before release v0.2.10-rc.7 2026-03-22 20:09:50 -04:00
6fcd656668 chore: checkpoint before release v0.2.10-rc.6 2026-03-22 19:23:43 -04:00
4df4361f89 chore: checkpoint before release v0.2.10-rc.5 2026-03-22 15:40:26 -04:00
6e19aaa9ae chore: checkpoint before release v0.2.10-rc.4 2026-03-22 15:34:02 -04:00
4485f26836 Update default config and DB paths across platforms 2026-03-22 12:46:17 -04:00
2e8ac451a0 Add a justfile and rename runtime home dir to alchemist 2026-03-22 12:38:06 -04:00