Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.22.0...v3.0.0) (2023-09-12) ### Bug Fixes * also delete temporary files when uninstalling ([52c3be2](52c3be2)) * check for package compatibility at first ([9fe5a0b](9fe5a0b)) * Create options if it does not exist when updating them ([ca809f0](ca809f0)) * delete temporary files after root installation ([a3d8705](a3d8705)) * do not delete output file ([0f3e090](0f3e090)) * do not filter explicitly included patches ([a3d8f00](a3d8f00)) * do not use absolute path from custom AAPT2 binary option ([a9c2a5f](a9c2a5f)) * filtration of patches malfunctioning ([2d5a7fd](2d5a7fd)) * fix running commands not running ([2c7fcaf](2c7fcaf)) * format patches input ([bbb1a63](bbb1a63)) * only check once for patch options ([11c3a6c](11c3a6c)) * print original instead of kebab cased names ([5eaad33](5eaad33)) * print stack trace when a patch failed ([924c1f8](924c1f8)) * specify correct class containing entry-point ([1fcc591](1fcc591)) * use correct option name ([f8972ea](f8972ea)) * refactor!: restructure code ([07da528](07da528)) ### Features * add install command ([0350b7f](0350b7f)) * add options command ([9edbbf3](9edbbf3)) * Check for missing integrations ([c93186f](c93186f)) * Improve command line argument descriptions ([f9cf7d2](f9cf7d2)) * properly make use of logging facade ([41898d7](41898d7)) * rip-lib and unsigned ([bdae08e](bdae08e)) * show full package name when listing patches ([ReVanced#240](https://github.com/j-hc/revanced-cli/issues/240)) ([7174364](7174364)) * Simplify command description ([3b3f7c7](3b3f7c7)) * use better logging text ([b0e748d](b0e748d)) * use friendly descriptions ([3dd875d](3dd875d)) * use separate command to list patches ([b74213f](b74213f)) * use separate command to patch ([32da961](32da961)) * use separate command to uninstall ([c0cc909](c0cc909)) * use simpler log ([ba758f0](ba758f0)) ### BREAKING CHANGES * This introduces major changes to how ReVanced CLI is used from the command line.
- Loading branch information