Mint v1.5.4
Mint Release Notes
v1.5.4
This release introduces automated one-liner installation scripts for macOS, Linux, and Windows, replaces AppImage with .tar.gz for Linux packaging, fixes missing dependencies, and improves continuous integration workflows.
One-Liner Automated Installers
We have introduced automated installation scripts to make setting up and updating Mint CLI easier than ever.
- Linux & macOS (One-liner):
curl -fsSL https://raw.githubusercontent.com/Pheem49/Mint/main/install.sh | bash - Windows (One-liner via PowerShell):
powershell -Command "iwr -useb https://raw.githubusercontent.com/Pheem49/Mint/main/install.ps1 | iex"
- Smart Permission Handling: The Linux/macOS script automatically detects NVM environments and user write permissions, avoiding unnecessary
sudorequests when installing the NPM package globally.
Packaging & CI Improvements
- Linux Packaging: Replaced
.AppImagewith.tar.gzpackaging for better compatibility across different Linux distributions. - CI Workflow Update: Updated the GitHub Actions workflow to run
npm installinstead ofnpm ci, resolving dependency synchronization issues and ensuring smooth builds.
Dependency & Bug Fixes
- Missing Dependency: Added
read-excel-fileto the package dependencies to fix a runtime module error when launching themintcommand.