versions.txt 5.3 KB

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