version changed to 21.0.5

This commit is contained in:
Jindřich Petřík
2024-09-05 09:56:54 +02:00
parent 9d421bb23a
commit a884da26d4
2 changed files with 13 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.5] - 2024-09-05
### Fixed
- [#2293] FLA export - stackoverflow on multilevel clips extraction, clipping
- [#2294], [#2300] AS3 export - Nullpointer on SWFs without document class
@@ -3373,7 +3373,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.4...dev
[21.0.5]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.4...version21.0.5
[21.0.4]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.3...version21.0.4
[21.0.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.2...version21.0.3
[21.0.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.1...version21.0.2

View File

@@ -65,6 +65,17 @@
</screenshot>
</screenshots>
<releases>
<release version="21.0.5" date="2024-09-05">
<description>
<p>Fixed</p>
<ul>
<li>#2293 FLA export - stackoverflow on multilevel clips extraction, clipping</li>
<li>#2294, #2300 AS3 export - Nullpointer on SWFs without document class</li>
<li>#2299 AS1/2 - Nullpointer on loadMovie with register as parameter</li>
<li>#2301 AS3 direct editing - instance variables assignments producing additional static assignments</li>
</ul>
</description>
</release>
<release version="21.0.4" date="2024-08-27">
<description>
<p>Fixed</p>