Files
BA-AD/.github/docs/CHANGELOG.md
2025-06-28 09:59:57 +08:00

44 lines
1.2 KiB
Markdown

# Changelogs
## v2.0.3
### Fixes
- Fix where the apk doesn't download if it's outdated
- Fix logs features not properly handled
- Removing logs in now opt in
### Misc
- Exposed paris module
- Updated build ci
## v2.0.0
### Features
- Rewrite the entire codebase
- This is a port of ba-ad and also a rewrite of ba-ad-rs
- Added library support
- You can now use baad in any language you want or even use it in your rust projects
- Added **Global** support
- Added `--clean` to quickly clean the cache
- Added `--filter` to filter out specific files
- Alternative to search mode
- Added `--filter-method`
- You can now filter using `glob`, `fuzzy`, or `exact`
- This is powered by `lazy-regex` and `nucleo` for performance
- Fully integrated with `BA-CY`
- Replaced the old download manager with `trauma`
- Improved performance
- Improved logging
### Fixes
- Fixed APK will extract regardless you already did it
- Fixed catalog always fetches even though it's already been cached
- Fixed table bundles files are set to numbers instead of their actual name
### Misc
- Removed extract mode
- Removed search mode
- Removed custom catalog url
- Removed custom apk version
- Moved crypto to `BA-CY`