Skip to content

Releases: Abyss-PlayerEG/api-tree

V26.06.21.1349

21 Jun 05:54
bddf365

Choose a tag to compare

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).
  • Fixed HTTPS connections for all API requests (SSL certificate handling).
  • Added User-Agent header to prevent 403 Forbidden errors from some servers.

V26.06.20.2112

20 Jun 13:42
69b75a0

Choose a tag to compare

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

V26.06.01.1100

01 Jun 04:00
80b64ef

Choose a tag to compare

What's Changed

  • 支持外部配置文件"~/.config/api-tree/config.json"
  • 支持用户自定义配置:默认保存位置、默认访问url
  • 编译前使用MyPy做静态类型检测

V26.05.31.2100

31 May 13:56
006d64c

Choose a tag to compare

What's Changed

  • Dev by @Ender-g in #1
  • chore(build): 更新应用程序版本号 by @Ender-g in #2
  • Dev by @Ender-g in #3
  • Dev by @Ender-g in #4
  • Dev by @Ender-g in #5
  • Dev by @Ender-g in #6
  • 分支合并 by @Ender-g in #7
  • Merge pull request #7 from Ender-g/master by @Ender-g in #8
  • 合并 by @Ender-g in #9

Full Changelog: https://github.com/Ender-g/api-tree/commits/V26.05.31.2100