Skip to content

Releases: fieryhenry/tbcml

TBCML v1.1.0

22 Nov 19:27
Compare
Choose a tag to compare

Added

  • Way to force extraction even if the apk is already extracted (1cc0de7)
  • Option to not decode resources, should be used if apktool fails to pack the apk (7803877) and (608ddd8)

Changed

  • Moved lib file patching and smali injection to optional dependencies, tbcml[scripting]. Also moved any ui related dependencies to tbcml[ui]. So now you can install tbcml without any of the optional dependencies if you don't need them. (3a593a6)
  • In the CatStats class, renamed unknwon_52-55 to gatya_offset_y_1-4 (9366cab)
  • Added counter surge ability (e2d7e64)
  • Defualt Apk folder is now in the documents folder (1e150ca)
  • Allow custom keys and ivs to be used when encrypting instead of being random (8444407)
  • Apks can now be downloaded from a url specified in the BCData git repo instead of scraping from uptodown and other sites (download_v2()) (c6522df)

TBCML v1.0.1.1

06 Oct 18:52
Compare
Choose a tag to compare

Uptodown keep changing stuff that breaks the auto apk downloads

Fixed

  • Downloading from uptodown (1aa400b)
  • moviepy not being installed (b784640)

TBCML v1.0.1

04 Oct 19:19
Compare
Choose a tag to compare

Main purpose for this release is so that I can now update game data automatically with a github action

Fixed

Added

  • dex2jar related features (64fb93a)

TBCML v1.0.0

30 Aug 12:15
Compare
Choose a tag to compare

Initial release