diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d15617e79..901136d9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## [Unreleased] +## [18.5.0] - 2023-06-25 ### Added - [#1998] Setting for maximum number of items in the cache - allows less memory consumption (Defaults to 500 per cache) - [#2038], [#2028], [#2034], [#2036] Support for Harman AIR encrypted SWFs (Read-only) @@ -2888,7 +2888,7 @@ All notable changes to this project will be documented in this file. ### Added - Initial public release -[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.4.1...dev +[18.5.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.4.1...version18.5.0 [18.4.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.4.0...version18.4.1 [18.4.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.6...version18.4.0 [18.3.6]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.5...version18.3.6 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index bc1d62e388..959bf32e9b 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -63,6 +63,25 @@ + + +

Added

+
    +
  • #1998 Setting for maximum number of items in the cache - allows less memory consumption (Defaults to 500 per cache)
  • +
  • #2038, #2028, #2034, #2036 Support for Harman AIR encrypted SWFs (Read-only)
  • +
  • Decrypt Harman AIR SWFs via commandline
  • +
+

Fixed

+
    +
  • #2004 Freezing when a shape has nonimage character set as fill
  • +
  • #2004 Nonrepeating fill border
  • +
  • #2008 AS3 P-code editing optional Double value when it has no fractional part
  • +
  • AS3 P-code editation - zero line number on error
  • +
  • #2007 AS3 renaming invalid identifiers - not refreshing AbcIndex afterwards
  • +
  • AS1/2 - loadMovie / loadVariables / loadMovieNum / loadVariablesNum editation incorrectly setting GET as method
  • +
+
+

Fixed