versions.txt 5.6 KB

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