mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 13:25:50 +00:00
version changed to 18.3.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user