version changed to 18.3.4

This commit is contained in:
Jindra Petřík
2023-01-30 22:36:36 +01:00
parent daef690623
commit 39fa12a4e9
2 changed files with 34 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]
## [18.3.4] - 2023-01-30
### Added
- [#1029] Better separation of library and main app, dependencies inside library zip, library readme
- Remembering script+folder scroll/caret position when switching between items, saving for pinned items
@@ -2785,7 +2785,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.3...dev
[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
[18.3.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.1...version18.3.2
[18.3.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.0...version18.3.1

View File

@@ -63,6 +63,38 @@
</screenshot>
</screenshots>
<releases>
<release version="18.3.4" date="2023-01-30">
<description>
<p>Added</p>
<ul>
<li>#1029 Better separation of library and main app, dependencies inside library zip, library readme</li>
<li>Remembering script+folder scroll/caret position when switching between items, saving for pinned items</li>
</ul>
<p>Fixed</p>
<ul>
<li>#1948 Timeout while deobfuscation did not skip method</li>
<li>#1948 NullPointerException on Simplify expressions on incrementent/decrement</li>
<li>#1941 Export when no node is selected after SWF opening</li>
<li>Exception handling in cache clearing thread</li>
<li>DottedChain.PathPart NoSerializable exception</li>
<li>#1951 Clearing Namespace/Multiname cache after renaming identifiers</li>
<li>#1951 Renaming invalid identifiers with existing string collisions</li>
<li>#1888 String casts - ConvertS on XML, XMLList</li>
<li>#1953 Save as EXE - add file extension when missing</li>
<li>#1954 Incorrect calculation of empty button bounds causing OutOfMemory</li>
<li>#1944 Scroll position not retained on Ctrl+click in the tag tree</li>
<li>#1940 AS3 decompilation - wrong assignment</li>
<li>AS3 - incorrect switching P-code causing empty text</li>
<li>AS3 - Select the trait after adding new</li>
<li>#1955 AS3 - Exception during removing trait</li>
<li>#688 AS3 Direct editation - construction (new keyword) converted to call when result not used</li>
</ul>
<p>Changed</p>
<ul>
<li>#1957 Increased maximum stack size to avoid StackOverflowErrors on unusual scripts</li>
</ul>
</description>
</release>
<release version="18.3.3" date="2023-01-22">
<description>
<p>Added</p>