Skip to content

Commit 72fb9cd

Browse files
author
Enyby
committed
New version 1.31
1 parent 6a3855d commit 72fb9cd

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Application-source/APK-Info.au3

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
#AutoIt3Wrapper_Res_Comment=Shows info about Android Package Files (APK)
77
#AutoIt3Wrapper_Res_Description=APK-Info
88
#AutoIt3Wrapper_Res_LegalCopyright=zoster
9-
#AutoIt3Wrapper_Res_Fileversion=1.30.0.0
9+
#AutoIt3Wrapper_Res_Fileversion=1.31.0.0
1010
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
1111
#pragma compile(AutoItExecuteAllowed True)
1212

13-
$ProgramVersion = "1.30"
14-
$ProgramReleaseDate = "29.08.2018"
13+
$ProgramVersion = "1.31"
14+
$ProgramReleaseDate = "26.10.2018"
1515
$ProgramName = 'APK-Info'
1616

1717
#include <Constants.au3>

Documents/Changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
*** APK-Info 1.31 (26.10.2018)
2+
3+
- Added "Install + Start" button for ADB dialog.
4+
- Improved work with timeout for ADB.
5+
- Added check for APK update.
6+
- Fixed bugs.
7+
18
*** APK-Info 1.30 (29.08.2018)
29

310
- Added short names for textures.

0 commit comments

Comments
 (0)