-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Muhammad Dhiyaul Atha edited this page Apr 1, 2026
·
5 revisions
This page tracks user-visible changes for ATHA releases.
Latest release announcement: v2.2.3
- Clearer decision-analysis sections for
--planacross install, remove, and update. - Stronger history audit utilities with summary and action/status filtering.
- Enforced behavioral split between
--planand--dry-runto reduce overlap and improve reviewer clarity. - Refined help and command documentation for consistency and operational readability.
- AUR release synchronized to
2.2.3-1.
- Fixed installed command dispatching so packaged
athacorrectly executes scripts from/usr/lib/atha/commands. - Removed a regression where installed builds attempted to run non-existent paths under
/usr/sbin/commands.
- Enhanced install planning output with dependency simulation, source grouping, and total download estimate.
- Added history filters and summary mode (
--action,--status,--summary) for stronger audit workflows. - Expanded doctor intelligence checks for path writability, pacman lock state, and DNS reachability.
- Standardized plan and dry-run output across install, remove, and update commands.
- Improved command preview consistency for safer package operations.
- Install simulation mode via
atha install --plan <pkg>with dependency and size preview for official packages. - Timeline mode via
atha history --timelinefor chronological operation review.
- Strengthened README value positioning around safety, transparency, and auditability.
- Updated command documentation for plan and timeline workflows.
- New command: atha history for local operation timeline.
- Dry-run mode for install, remove, and update commands.
- Install planning summary before package changes.
- Added confirmation and safer execution flow for package operations.
- Expanded command and reviewer-facing documentation.
- Fixed ANSI color rendering in help output.
- Improved logging fallback when /tmp/atha.log is not writable.
- Updated installer and package metadata for v2.0.3.
- Synced AUR package metadata to 2.0.3-1.
- Stabilized update flow and sudo validation handling.
- Added line-ending guard for shell scripts.
- Improved installation and command documentation.
- Locked package source to tagged release archives.
- Updated package metadata for reproducible builds.
- Modular command architecture with shared libraries.
- New commands: search, update, list, info, doctor.
- Logging utilities and consistent CLI output helpers.
- AUR fallback installation flow.
- Improved command dispatcher and help output.
- Strengthened command validation and operational checks.
- Users installing from AUR should run
yay -Syu atha. - Maintainers should ensure
.SRCINFOis updated wheneverPKGBUILDchanges.