Skip to content

Commit

Permalink
New version 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Enyby committed Jun 30, 2018
1 parent 022ce0b commit 295b882
Show file tree
Hide file tree
Showing 2 changed files with 15 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.25.0.0
#AutoIt3Wrapper_Res_Fileversion=1.26.0.0
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#pragma compile(AutoItExecuteAllowed True)

$ProgramVersion = "1.25"
$ProgramReleaseDate = "29.06.2018"
$ProgramVersion = "1.26"
$ProgramReleaseDate = "01.07.2018"

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

- Improved texts.
- Updated translations.
- Added detection of density 'any'.
- Improved lists of permissions and features.
- Added hotkey Ctrl+A to select all text in the text area.
- Added button 'more' to display text from text areas in a large field.
- Fixed the size of dialogs.
- Improved GUI layout.
- Improved detection of OpenGL ES.

*** APK-Info 1.25 (29.06.2018)

- Fix dialogs position and size.
Expand Down

0 comments on commit 295b882

Please sign in to comment.