Skip to content

Commit

Permalink
version changed to 18.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrapetrik committed Jan 30, 2023
1 parent daef690 commit 39fa12a
Show file tree
Hide file tree
Showing 2 changed files with 34 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]
## [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
Expand Down Expand Up @@ -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
Expand Down
32 changes: 32 additions & 0 deletions resources/com.jpexs.decompiler.flash.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

3 comments on commit 39fa12a

@Legacy-TacticalGamingInteractive
Copy link

@Legacy-TacticalGamingInteractive Legacy-TacticalGamingInteractive commented on 39fa12a Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This release version will not open on W10. It hangs on loading splash and then just gives error.
image

Edit 18.3.3 wont run either.

18.3.2 does though.

@jindrapetrik
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Commenting on GitHub is really not an appreciated way to report problems. Please use our issue tracker next time, we can better track down all issues, thank you for understanding.
  2. Could you run ffdec.bat from commandline and if it terminates too - could you write us the console output? Is there an error message?

@jindrapetrik
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. What version of Java do you have? Also, is the Java 64 bit or 32 bit? Is your computer 64bit?

Please sign in to comment.