Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Surendrajat committed Jul 23, 2023
1 parent 3c362ba commit fbc8d15
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.7.0] - 2023-07-23

### Added

- Added option to Rebuild and Install APK (#189) (thanks @Udhayarajan)

### Fixed

- Jadx: don't use verbose and quiet mode together
- fix typo in settings (#181) (thanks @souramoo)
- handle update check when device is offline (#194)
- config: disable `git init` by default
- (dev) code refactoring & updated deps
- (ci) tests: fix git init tests after default config change

## [1.6.1] - 2022-07-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "APKLab",
"description": "Android Reverse-Engineering Workbench",
"publisher": "Surendrajat",
"version": "1.6.1",
"version": "1.7.0",
"license": "SEE LICENSE IN LICENSE",
"icon": "assets/icon.png",
"engines": {
Expand Down

0 comments on commit fbc8d15

Please sign in to comment.