mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-02 15:51:16 +00:00
version changed to 21.0.5
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user