Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 882 Bytes

File metadata and controls

15 lines (13 loc) · 882 Bytes

v0.1.0 "Android"

  • Initial release.

v1.0.0 "Brownie"

  • Added Dry-Run Mode. (-d or --dry-run)
  • Added skip signing. (-s or --skip-signing)
  • chore: Modularize the code
  • Added init subcommand to automatically generate an example structure for your ROM.
  • Added Hooks! pre-run, post-run, pre-unzip, post-unzip, pre-zip, post-zip, pre-sign, post-sign, pre-download, post-download, pre-cleanup, post-cleanup
  • Added timestamp and variant keys to the config format.
  • Finally! you can now download LineageOS, EvolutionX and PixelOS just by typing the name instead of URL!

WIP

  • Added per-patch optional config file (patch.yaml) which specifies patch name, version, author and required android version (>=, <=, >, <, etc.).
  • Added "Patch took {} to apply" which tells each patch took how much to apply (in my case, 42 microseconds :3)