Enhancements
-
Internal Refactoring
- Various internal improvements to streamline performance and maintainability.
-
New Command:
mago self-update
- Easily update Mago to the latest version or check for updates without manual intervention.
Chores
-
Crates Removed
mago_cli
andmago_services
are no longer available.
-
Build Process Fixes
- Resolved build issues across multiple targets, ensuring broader compatibility.
New Feature: One-Line Installation
Quickly install or update Mago with a simple script for macOS or Linux.
Installation Command
curl --proto '=https' --tlsv1.2 -sSf https://carthage.software/mago.sh | bash
# or
wget -qO- https://carthage.software/mago.sh | bash
Full Changelog: 0.0.12...0.0.13