Skip to content

Releases: free-programmers/MirrorMate

v1.0.0

08 Aug 15:43
4f547b2

Choose a tag to compare

Release Notes - MirrorMate v1.0.0
Release Date: 2025-08-08

New Features

  • 🎉 Completely redesigned interactive menu:
  • Main menu lists all categories (Python, Node.js, Docker, Go, APT, Restore, Quit) in one flat list for easier navigation.
  • Selecting a category opens a dedicated submenu showing all available mirrors for that category.

⚙️ Dynamic mirror management:

  • Mirrors are defined in a centralized array with Category|Name|URL format.
  • Adding new mirrors requires only editing this array—no need to create new functions or menus.

💾 Backup and Restore:

  • Current package manager and system repository settings are backed up automatically before applying changes.
  • User can restore individual or all previous settings from the menu.

🔄 Post-configuration confirmation page:

  • After setting mirrors, users are prompted to exit or return to main menu for further changes.

🛠️ Improved usability and code maintainability with modular functions and clean logic.