Skip to content

Commit

Permalink
version changed to 18.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Feb 25, 2023
1 parent 9a693a7 commit 0e66acd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## [Unreleased]
## [18.3.6] - 2023-02-25
### Fixed
- [#1970] FLA export - do not strip empty frames at the end of timeline
- [#1970] AS2 Renaming invalid identifiers for direct strings (no constant indices)
Expand Down Expand Up @@ -2818,7 +2818,7 @@ All notable changes to this project will be documented in this file.
### Added
- Initial public release

[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.5...dev
[18.3.6]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.5...version18.3.6
[18.3.5]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.4...version18.3.5
[18.3.4]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.3...version18.3.4
[18.3.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.2...version18.3.3
Expand Down
23 changes: 22 additions & 1 deletion resources/com.jpexs.decompiler.flash.metainfo.xml
Expand Up @@ -62,7 +62,28 @@
<image width="1527" height="935">https://raw.githubusercontent.com/jindrapetrik/jpexs-decompiler/master/graphics/screenshots/version14.4.0/12_debug_pcode.png</image>
</screenshot>
</screenshots>
<releases>
<releases>
<release version="18.3.6" date="2023-02-25">
<description>
<p>Fixed</p>
<ul>
<li>#1970 FLA export - do not strip empty frames at the end of timeline</li>
<li>#1970 AS2 Renaming invalid identifiers for direct strings (no constant indices)</li>
<li>#1970 AS2 Renaming invalid identifiers IndexOutOfBounds on invalid constant index (obfuscated code, etc.)</li>
<li>#1972 AS3 Renaming invalid identifiers - '#' character</li>
<li>#1972 AS3 Renaming invalid identifiers - various fixes</li>
<li>#1972 AS3 imports taken only from packages, not package internal</li>
<li>Unresponsive status bar and its icon</li>
<li>#1973 FLA export - improper calculation of shape instance count</li>
<li>FLA export - XML formatting with blank lines on Java9+</li>
<li>#1974 DefineBits image reading problem</li>
<li>#1963 AS2 properly decompile/direct edit long classes</li>
<li>#1977 AS3 Find usages - class and function usages, various fixes</li>
<li>IllegalArgumentException: JSplitPane weight must be between 0 and 1</li>
<li>#1979 SVG import - autoclosing fill paths (without closing stroke paths)</li>
</ul>
</description>
</release>
<release version="18.3.5" date="2023-02-12">
<description>
<p>Added</p>
Expand Down

0 comments on commit 0e66acd

Please sign in to comment.