Skip to content

Commit

Permalink
version changed to 21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Aug 8, 2024
1 parent eaf1495 commit 282fc7e
Show file tree
Hide file tree
Showing 2 changed files with 16 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]
## [21.0.1] - 2024-08-08
### Added
- [#2221] AS3 P-code - add new function button (creates methodinfo, methodbody)
- Javadoc HTML documentation for library (Separate download)
Expand Down Expand Up @@ -3315,7 +3315,7 @@ Major version of SWF to XML export changed to 2.
### Added
- Initial public release

[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.0...dev
[21.0.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.0...version21.0.1
[21.0.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version20.1.0...version21.0.0
[20.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version20.0.0...version20.1.0
[20.0.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version19.1.2...version20.0.0
Expand Down
14 changes: 14 additions & 0 deletions resources/com.jpexs.decompiler.flash.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,20 @@
</screenshot>
</screenshots>
<releases>
<release version="21.0.1" date="2024-08-08">
<description>
<p>Added</p>
<ul>
<li>#2221 AS3 P-code - add new function button (creates methodinfo, methodbody)</li>
<li>Javadoc HTML documentation for library (Separate download)</li>
</ul>
<p>Fixed</p>
<ul>
<li>#2267 Script decompilation - Loop detection causing `§§goto` instructions in some cases</li>
<li>#2268 AS3 script export with embedded assets fails (_assets dir not exists) when no other than sprite assets exist</li>
</ul>
</description>
</release>
<release version="21.0.0" date="2024-08-05">
<description>
<p>Added</p>
Expand Down

0 comments on commit 282fc7e

Please sign in to comment.