Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5757411
refactor(media): swap kamadak-exif → nom-exif for unified EXIF + vide…
utof Apr 20, 2026
f344037
refactor(media): use nom-exif's typed as_time_components for DateTime…
utof Apr 20, 2026
a4a1c7e
test(media): cover tz-aware EXIF + no-EXIF paths; harden string + doc…
utof Apr 20, 2026
c2b45e4
perf(media): swap image::imageops::resize → fast_image_resize for thu…
utof Apr 20, 2026
1b6c2cb
refactor(media): L4 inline fixes from double code review
utof Apr 20, 2026
938eccc
chore(deps): swap anyhow → miette in cli + desktop binary crates
utof Apr 20, 2026
044e156
refactor(fs): drop path-slash; add crate::platform_path; UNC-safe rel…
utof Apr 20, 2026
d9acf63
refactor(fs): apply reviewer nits to 044e156
utof Apr 20, 2026
e170c04
refactor(core): drop NFC from MediaPath::new; swap proptest to fs::ca…
utof Apr 20, 2026
53848d6
docs(core): apply reviewer nits to e170c04
utof Apr 20, 2026
dc20a0f
refactor(cli): drop dunce direct dep; consume perima_fs::platform_path
utof Apr 20, 2026
87db513
refactor(desktop): drop dunce direct dep; consume perima_fs::platform…
utof Apr 20, 2026
2dd810a
docs(workspace,core): link tag-NFC follow-up issues in WHY comments
utof Apr 20, 2026
57c3752
chore(desktop,ci): bump Vite 6 → 8 and @vitejs/plugin-react 4 → 6
utof Apr 20, 2026
bcb06dc
chore(desktop): pin packageManager to bun@1.3.11
utof Apr 20, 2026
ceb508a
feat(desktop): adopt React Compiler 1.0
utof Apr 20, 2026
e4f24ef
fix(desktop): repair TS build break + phantom dep on Compiler canary
utof Apr 20, 2026
59eb35a
chore(desktop): link react-hooks v7 audit follow-up issue
utof Apr 20, 2026
3bcd0bf
chore(workspace): tighten Tauri / tauri-build / plugin-dialog to tild…
utof Apr 21, 2026
b5088c7
fix(core): allow clippy::similar_names on macOS-only NFC/NFD test
utof Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- uses: taiki-e/install-action@cargo-deny
- uses: taiki-e/install-action@typos

- uses: actions/setup-node@v4
with:
node-version: '22.12'

- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
Expand Down
Loading
Loading