versions.txt 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. # Version History
  2. ## 1.7.1
  3. - Added support for optimizing shared libraries.
  4. - Added Arabic translation.
  5. - Added Spanish (Mexican) translation.
  6. - Fixed Apktool update loop when Java is not found.
  7. - Windows: Improved Java path detection.
  8. ## 1.7.0
  9. - Added automatic Apktool updater.
  10. - Added framework manager.
  11. - Added global Find and Replace.
  12. - Added code search case sensitivity option.
  13. - Added code search by regular expression option.
  14. - Added syntax definition downloader.
  15. - Added ability to open resources in an external app.
  16. - Added ability to disassemble only main DEX classes.
  17. - Added ability to disassemble without debug info.
  18. - Added progress indication for APK cloning.
  19. - Added Android 13 support.
  20. - Added Swedish translation.
  21. - Updated default Apktool to 2.7.0.
  22. - Updated Android SDK Build Tools to 33.0.1.
  23. - Fixed error while saving the currently open resource.
  24. ## 1.6.0
  25. - Added Smali syntax highlighting.
  26. - Added Find and Replace features to code editor.
  27. - Added code folding.
  28. - Added code indentation control (Tab, Shift+Tab).
  29. - Added custom dark theme for all platforms.
  30. - Added stand-alone version of Android Explorer.
  31. - Added ability to filter resource tree.
  32. - Added ability to build debuggable APKs.
  33. - Added Android 12 support.
  34. - Updated Apktool to 2.6.0.
  35. - Migrated to a new syntax highlighter.
  36. - Set AAPT2 as a default option.
  37. - Remember resource tree columns state.
  38. - Remove empty resource tree nodes.
  39. - Improved Android Explorer window.
  40. - Improved dynamic GUI translation.
  41. - Fixed erroneous resource item deletion on open file.
  42. - Added explicit warning for default keystore.
  43. - Windows: Fixed WebP image format support.
  44. - Windows: Changed default editor font to Consolas.
  45. - Linux: Dropped DEB package.
  46. - Linux: Updated Qt to 5.15.2.
  47. ## 1.5.0
  48. - Added APK cloning (experimental).
  49. - Added signature viewer.
  50. - Added command line parameters.
  51. - Added ability to sign and optimize APK without unpacking.
  52. - Added support for multi-window mode.
  53. - Added support for system dark mode.
  54. - Added support for relative tool paths.
  55. - Added explicit toolbar customization.
  56. - Added RTL UI support.
  57. - Added Android 11 support.
  58. - Updated Apktool to 2.5.0.
  59. - Updated Android SDK Build Tools to 29.0.3.
  60. - Added Azerbaijani translation.
  61. - Added Chinese (Simplified) translation.
  62. - Added Czech translation.
  63. - Added English (British) translation.
  64. - Added French translation.
  65. - Added Hebrew translation.
  66. - Added Hungarian translation.
  67. - Added Indonesian translation.
  68. - Added Italian translation.
  69. - Added Korean translation.
  70. - Added Kurdish translation.
  71. - Added Persian translation.
  72. - Fixed installation of an unsaved project.
  73. - Fixed confirmation when closing modified tabs.
  74. - Fixed crash on empty application title.
  75. - Fixed potential duplicates in recent list.
  76. - Windows: Added Explorer integration.
  77. - Windows: Updated Qt to 5.15.2.
  78. - Windows: Removed bundled Visual C++ Redistributable.
  79. - macOS: Updated minimum version to 10.13 (High Sierra).
  80. - macOS: Updated Qt to 5.15.2.
  81. ## 1.4.0
  82. - Added Android Explorer.
  83. - Added AAPT2 support.
  84. - Added ability to take screenshots.
  85. - Added ability to set Java heap size.
  86. - Added support for UTF-16 and UTF-32.
  87. - Added Greek translation.
  88. - Added Polish translation.
  89. - Added Romanian translation.
  90. - Added Turkish translation.
  91. - Fixed GUI freezes and crashes.
  92. - Fixed project modified state triggers.
  93. - Updated QtKeychain to 0.10.0.
  94. - Improved Key Manager layout.
  95. - macOS: Updated minimum version to 10.11 (El Capitan).
  96. - macOS: Updated Qt to 5.11.2.
  97. - Linux: Improved image format support.
  98. - Linux: Released first AppImage package.
  99. ## 1.3.1
  100. - Updated Apktool to 2.4.1.
  101. - Added support for Android 10.
  102. - Windows: Fixed missing icons.
  103. ## 1.3.0
  104. - Added Permission Editor.
  105. - Added ability to keep broken resources.
  106. - Added ability to specify path to Java.
  107. - Added German translation.
  108. - Added Japanese translation.
  109. - Added Portuguese translation.
  110. - Added Spanish translation.
  111. - Added sorting to title editor.
  112. - Improved code editor layout.
  113. - Improved handling of tool paths.
  114. - Fixed adaptive icon bug on bulk replacement.
  115. - Fixed Validity field on key store creation.
  116. - Made JKS a default key store type.
  117. - Changed loading animation to spinner.
  118. - Windows: Updated Qt to 5.13.2.
  119. ## 1.2.0
  120. - Added support for WebP image format.
  121. - Added support for activity icons.
  122. - Added ability to remove resources.
  123. - Added ability to sort resource tree.
  124. - Added taskbar blinking / dock bouncing.
  125. - Added button to instantly copy log text.
  126. - Improved sorting by DPI.
  127. - Fixed project status badge bug.
  128. - Fixed resource replacement bug.
  129. - Windows: Updated Qt to 5.12.3.
  130. ## 1.1.0
  131. - Added round icons support.
  132. - Added TV banners support.
  133. - Added API selection dialog.
  134. - Added line numbers in code editor.
  135. - Added "What's New" in the update dialog.
  136. - Added "DPI" column to the resource inspector.
  137. - Added current line highlighting in the code editor.
  138. - Updated Apktool to 2.4.0.
  139. - Display uniform-sized thumbnails in the icon list.
  140. - Display system file icons for non-graphical thumbnails.
  141. - Display tab titles without a bulky GUID prefix.
  142. - Improved drag and drop from external sources.
  143. - Improved code editor "Unsaved" state after undo.
  144. - Improved minor GUI details.
  145. - Windows: Updated Qt to 5.12.2.
  146. - Windows: Compiled OpenSSL to match VC versions.
  147. ## 1.0.0
  148. - First release.