Skip to content

Commit

Permalink
New version 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Enyby committed Jul 5, 2018
1 parent e413dae commit 941ba36
Show file tree
Hide file tree
Showing 2 changed files with 14 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.26.0.0
#AutoIt3Wrapper_Res_Fileversion=1.27.0.0
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#pragma compile(AutoItExecuteAllowed True)

$ProgramVersion = "1.26"
$ProgramReleaseDate = "01.07.2018"
$ProgramVersion = "1.27"
$ProgramReleaseDate = "05.07.2018"
$ProgramName = 'APK-Info'

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

- Improved load APK icon.
- Improved APK info.
- Updated translations. Thanks to @bovirus
- Added option AdbTimeout.
- Add support user.ini for custom settings.
- Add option LocalizeName.
- Add check for a new version and option CheckNewVersion.
- Updated aapt binary.

*** APK-Info 1.26 (01.07.2018)

- Improved texts.
Expand Down

0 comments on commit 941ba36

Please sign in to comment.