version changed to 21.0.1

This commit is contained in:
Jindra Petřík
2024-08-08 19:29:58 +02:00
parent eaf14956b7
commit 282fc7eaa0
2 changed files with 16 additions and 2 deletions

View File

@@ -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)
@@ -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

View File

@@ -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>