Skip to main content
← All Internal Releases

nanx v0.2.2

Internal
2025-12-29

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-cache flag to update command: The nanx self update command now supports a --clear-cache flag 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.
- Implementation in 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

MetricValue
Commits2
Files Changed2
Lines+5 / -1
Issues Closed0

Contributors

NameCommitsLines
VivinMeth ([email protected])2+5 / -1