Skip to content

Commit

Permalink
version changed to 18.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Jun 25, 2023
1 parent 5fb5ac8 commit 07e3092
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions resources/com.jpexs.decompiler.flash.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,25 @@
</screenshot>
</screenshots>
<releases>
<release version="18.5.0" date="2023-06-25">
<description>
<p>Added</p>
<ul>
<li>#1998 Setting for maximum number of items in the cache - allows less memory consumption (Defaults to 500 per cache)</li>
<li>#2038, #2028, #2034, #2036 Support for Harman AIR encrypted SWFs (Read-only)</li>
<li>Decrypt Harman AIR SWFs via commandline</li>
</ul>
<p>Fixed</p>
<ul>
<li>#2004 Freezing when a shape has nonimage character set as fill</li>
<li>#2004 Nonrepeating fill border</li>
<li>#2008 AS3 P-code editing optional Double value when it has no fractional part</li>
<li>AS3 P-code editation - zero line number on error</li>
<li>#2007 AS3 renaming invalid identifiers - not refreshing AbcIndex afterwards</li>
<li>AS1/2 - loadMovie / loadVariables / loadMovieNum / loadVariablesNum editation incorrectly setting GET as method</li>
</ul>
</description>
</release>
<release version="18.4.1" date="2023-04-05">
<description>
<p>Fixed</p>
Expand Down

0 comments on commit 07e3092

Please sign in to comment.