Skip to content

Commit

Permalink
version changed to 21.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Aug 12, 2024
1 parent 0701e10 commit a649e43
Show file tree
Hide file tree
Showing 2 changed files with 25 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.2] - 2024-08-12
### Added
- Better decimal values support (for ABCs minor 17, not standard FP)
- Better float values support (for ABCs major 47, minor 16 +, not standard FP)
Expand Down Expand Up @@ -3335,7 +3335,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.1...dev
[21.0.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.1...version21.0.2
[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
Expand Down
23 changes: 23 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,29 @@
</screenshot>
</screenshots>
<releases>
<release version="21.0.2" date="2024-08-12">
<description>
<p>Added</p>
<ul>
<li>Better decimal values support (for ABCs minor 17, not standard FP)</li>
<li>Better float values support (for ABCs major 47, minor 16 +, not standard FP)</li>
<li>Non-nullable classes support (not standard FP)</li>
<li>AS3 direct editation - unary plus support</li>
<li>Go to document class context menu item</li>
<li>Updated go to document class icon</li>
</ul>
<p>Fixed</p>
<ul>
<li>Hex view for unknown tags was not scrollable</li>
<li>#2269 Nullpointer on importing (ImportAssets) a character that does not exists</li>
<li>Asking more than once for the same imported (ImportAssets) URL</li>
<li>ABC Explorer problems when index out of bounds (Usually in obfuscated code)</li>
<li>Go to document class for classes with obfuscated name</li>
<li>#2270 AS3 decompilation - unnnecessary local registers assignments as part of expressions when using optimization like `dup, setlocal N` instead of `setlocal N, getlocal N`</li>
<li>Movies (DefineVideoStream) preview not working</li>
</ul>
</description>
</release>
<release version="21.0.1" date="2024-08-08">
<description>
<p>Added</p>
Expand Down

0 comments on commit a649e43

Please sign in to comment.