Skip to content

V26.06.20.2112

Choose a tag to compare

@Abyss-PlayerEG Abyss-PlayerEG released this 20 Jun 13:42
· 2 commits to master since this release
69b75a0

New Features

  • Auto Update — Run api-tree update to seamlessly upgrade to the latest version, or use api-tree update --check to check for updates only.
  • Regex Search — Use $:{pattern} syntax with -s flag for regex matching (e.g., -s '$:{user|pet}').
  • Version Tags — The api-tree -v command 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 --version output
  • 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