Skip to content

Commit 295b882

Browse files
author
Enyby
committed
New version 1.26
1 parent 022ce0b commit 295b882

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-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.25.0.0
9+
#AutoIt3Wrapper_Res_Fileversion=1.26.0.0
1010
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
1111
#pragma compile(AutoItExecuteAllowed True)
1212

13-
$ProgramVersion = "1.25"
14-
$ProgramReleaseDate = "29.06.2018"
13+
$ProgramVersion = "1.26"
14+
$ProgramReleaseDate = "01.07.2018"
1515

1616
#include <Constants.au3>
1717
#include <EditConstants.au3>

Documents/Changelog.txt

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
*** APK-Info 1.26 (01.07.2018)
2+
3+
- Improved texts.
4+
- Updated translations.
5+
- Added detection of density 'any'.
6+
- Improved lists of permissions and features.
7+
- Added hotkey Ctrl+A to select all text in the text area.
8+
- Added button 'more' to display text from text areas in a large field.
9+
- Fixed the size of dialogs.
10+
- Improved GUI layout.
11+
- Improved detection of OpenGL ES.
12+
113
*** APK-Info 1.25 (29.06.2018)
214

315
- Fix dialogs position and size.

0 commit comments

Comments
 (0)