Commit Graph

3 Commits

Author SHA1 Message Date
SFG545 e9d369ddf3 feat: enhance update command with detailed progress and summary output 2026-07-13 02:24:31 -05:00
SFG545 279a7e0521 Codex refactor update transactions
Codex did this refactor.

Batch update installs, dependency installs, conflict removals, and replacement removals under one update transaction hook boundary, following pacman's sync transaction model.

Remove the unused pdf-extract dependency and refresh related dependency versions.
2026-07-08 16:35:09 -05:00
SFG545 57a364aa97 Implement update check functionality with version comparison and archive listing
- Added `check.rs` to handle package update checks, including logic for determining available updates from remote git repositories and archive listings.
- Introduced `versions.rs` to manage version patterns, comparison logic, and extraction of candidate versions from git refs and archive listings.
- Implemented `hex.rs` for encoding byte arrays to lowercase hexadecimal strings.
2026-03-29 12:09:44 -05:00