From 39fa12a4e9ff4566cca1ac4e92acf17b0c523010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 30 Jan 2023 22:36:36 +0100 Subject: [PATCH] version changed to 18.3.4 --- CHANGELOG.md | 4 +-- .../com.jpexs.decompiler.flash.metainfo.xml | 32 +++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e52a7a35..1b84380569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index de0ab620d1..a63004ee31 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -63,6 +63,38 @@ + + +

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
  • +
+

Fixed

+
    +
  • #1948 Timeout while deobfuscation did not skip method
  • +
  • #1948 NullPointerException on Simplify expressions on incrementent/decrement
  • +
  • #1941 Export when no node is selected after SWF opening
  • +
  • Exception handling in cache clearing thread
  • +
  • DottedChain.PathPart NoSerializable exception
  • +
  • #1951 Clearing Namespace/Multiname cache after renaming identifiers
  • +
  • #1951 Renaming invalid identifiers with existing string collisions
  • +
  • #1888 String casts - ConvertS on XML, XMLList
  • +
  • #1953 Save as EXE - add file extension when missing
  • +
  • #1954 Incorrect calculation of empty button bounds causing OutOfMemory
  • +
  • #1944 Scroll position not retained on Ctrl+click in the tag tree
  • +
  • #1940 AS3 decompilation - wrong assignment
  • +
  • AS3 - incorrect switching P-code causing empty text
  • +
  • AS3 - Select the trait after adding new
  • +
  • #1955 AS3 - Exception during removing trait
  • +
  • #688 AS3 Direct editation - construction (new keyword) converted to call when result not used
  • +
+

Changed

+
    +
  • #1957 Increased maximum stack size to avoid StackOverflowErrors on unusual scripts
  • +
+
+

Added