Release Date: 2025-12-29
Previous Version: v0.2.1
Summary
This patch release introduces cache management capabilities for the update checking system. The primary focus is on providing developers with better control over update check caching, allowing forced re-checks without waiting for cache expiration.
Features
Update Cache Management
- Added
--clear-cacheflag to update command: Thenanx self updatecommand now supports a--clear-cacheflag that forces the update checker to bypass cached results and query for the latest version directly. This is useful for development, debugging, or when immediate update status is required.
nanions::self_cmd module
- Cache clearing logic integrated into handle_self_command function
- Update check process modified in handle_update_check to respect cache clearing request
- Affects apps/nanx CLI interface
Statistics
| Metric | Value |
|---|
| Commits | 2 |
|---|---|
| Files Changed | 2 |
| Lines | +5 / -1 |
| Issues Closed | 0 |
Contributors
| Name | Commits | Lines |
|---|
| VivinMeth ([email protected]) | 2 | +5 / -1 |
|---|