Skip to content

Commit

Permalink
New version 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Enyby committed Dec 8, 2018
1 parent 826c1a3 commit 2463db7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Application-source/APK-Info.au3
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#AutoIt3Wrapper_Res_Comment=Shows info about Android Package Files (APK)
#AutoIt3Wrapper_Res_Description=APK-Info
#AutoIt3Wrapper_Res_LegalCopyright=zoster
#AutoIt3Wrapper_Res_Fileversion=1.31.0.0
#AutoIt3Wrapper_Res_Fileversion=1.32.0.0
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#pragma compile(AutoItExecuteAllowed True)

$ProgramVersion = "1.31"
$ProgramReleaseDate = "26.10.2018"
$ProgramVersion = "1.32"
$ProgramReleaseDate = "08.12.2018"
$ProgramName = 'APK-Info'

#include <Constants.au3>
Expand Down
9 changes: 9 additions & 0 deletions Documents/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
*** APK-Info 1.32 (08.12.2018)

- Updated binaries for adb and aapt.
- Improved work with unicode in apk name.
- Improved shell integration.
- Add aditional command in context menu Explorer.
- Update translations. Thanks to @Li Bibo
- Fixed bugs.

*** APK-Info 1.31 (26.10.2018)

- Added "Install + Start" button for ADB dialog.
Expand Down

0 comments on commit 2463db7

Please sign in to comment.