From 034b4f69fce29b1ad586a28c0afadbe4a0afd1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 12 Feb 2023 11:45:51 +0100 Subject: [PATCH] version changed to 18.3.5 --- CHANGELOG.md | 6 ++--- .../com.jpexs.decompiler.flash.metainfo.xml | 22 +++++++++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5b22754..0476b01e1 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.5] - 2023-02-12 ### Added - [#1959] Display frame labels along frames and FrameLabel tags @@ -2801,7 +2801,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.4...dev +[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 [18.3.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version18.3.1...version18.3.2 @@ -2952,6 +2952,7 @@ All notable changes to this project will be documented in this file. [#1963]: https://www.free-decompiler.com/flash/issues/1963 [#1968]: https://www.free-decompiler.com/flash/issues/1968 [#1971]: https://www.free-decompiler.com/flash/issues/1971 +[#1957]: https://www.free-decompiler.com/flash/issues/1957 [#1029]: https://www.free-decompiler.com/flash/issues/1029 [#1948]: https://www.free-decompiler.com/flash/issues/1948 [#1941]: https://www.free-decompiler.com/flash/issues/1941 @@ -2963,7 +2964,6 @@ All notable changes to this project will be documented in this file. [#1940]: https://www.free-decompiler.com/flash/issues/1940 [#1955]: https://www.free-decompiler.com/flash/issues/1955 [#688]: https://www.free-decompiler.com/flash/issues/688 -[#1957]: https://www.free-decompiler.com/flash/issues/1957 [#1913]: https://www.free-decompiler.com/flash/issues/1913 [#1894]: https://www.free-decompiler.com/flash/issues/1894 [#1801]: https://www.free-decompiler.com/flash/issues/1801 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index a63004ee3..e79e90bfd 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -63,6 +63,28 @@ + + +

Added

+
    +
  • #1959 Display frame labels along frames and FrameLabel tags
  • +
+

Fixed

+
    +
  • #1960 Hide tag tree root handles as it was in previous versions
  • +
  • #1964 Freezing on releasing mouse while shape transforming (deadlock)
  • +
  • #1961 Characters can use characterId 0, PlaceObject can use depth 0
  • +
  • #1963 Reading CLIPEVENTFLAGS ClipActionEndFlag on SWF versions >= 6
  • +
  • #1968, #1971, #1957 Cannot start FFDec due to large stack size on some configurations
  • +
+

Changed

+
    +
  • #1960 Quick search does not search in SWF name or folder names
  • +
  • #1961 SoundStreamHead on main timeline is exported/imported with identifier "-1"
  • +
  • #1957 Larger stack size (when needed) must be configured manually in ffdec.bat or ffdec.sh
  • +
+
+

Added