V26.06.20.2112
·
2 commits
to master
since this release
New Features
- Auto Update — Run
api-tree updateto seamlessly upgrade to the latest version, or useapi-tree update --checkto check for updates only. - Regex Search — Use
$:{pattern}syntax with-sflag for regex matching (e.g.,-s '$:{user|pet}'). - Version Tags — The
api-tree -vcommand now displays both the version number and the build type (e.g.,Tag: macos-zip).
Improvements
- Download progress bar with real-time speed indicator during updates.
- macOS users can now run the binary directly after using
install.sh(no manual Gatekeeper bypass needed).
What's Changed
- feat: add update command and
__tag__build identifier - feat: regex search with
$:{pattern}syntax - feat: version tags in
--versionoutput - feat: download progress bar with speed
- security: SHA256 verification, backup/rollback
- fix: macOS Gatekeeper issue (xattr in install.sh)
- fix: Windows locked file handling
- fix: SSL certificate verification on macOS/Linux