Releases: Abyss-PlayerEG/api-tree
Releases · Abyss-PlayerEG/api-tree
V26.06.21.1349
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). - 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
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
V26.06.01.1100
What's Changed
- 支持外部配置文件"~/.config/api-tree/config.json"
- 支持用户自定义配置:默认保存位置、默认访问url
- 编译前使用MyPy做静态类型检测
V26.05.31.2100
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