diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e5fd5115..a5a9c415fb 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] +## [20.0.0] - 2023-11-05 ### Added - [#1130], [#1220] Remembering last used screen (monitor), opening dialogs on same screen as the main window, @@ -3093,7 +3093,7 @@ Major version of SWF to XML export changed to 2. ### Added - Initial public release -[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version19.1.2...dev +[20.0.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version19.1.2...version20.0.0 [19.1.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version19.1.1...version19.1.2 [19.1.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version19.1.0...version19.1.1 [19.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version19.0.0...version19.1.0 @@ -3252,7 +3252,6 @@ Major version of SWF to XML export changed to 2. [#2005]: https://www.free-decompiler.com/flash/issues/2005 [#2105]: https://www.free-decompiler.com/flash/issues/2105 [#1799]: https://www.free-decompiler.com/flash/issues/1799 -[#2113]: https://www.free-decompiler.com/flash/issues/2113 [#1306]: https://www.free-decompiler.com/flash/issues/1306 [#1768]: https://www.free-decompiler.com/flash/issues/1768 [#2013]: https://www.free-decompiler.com/flash/issues/2013 @@ -3270,6 +3269,7 @@ Major version of SWF to XML export changed to 2. [#2112]: https://www.free-decompiler.com/flash/issues/2112 [#1193]: https://www.free-decompiler.com/flash/issues/1193 [#802]: https://www.free-decompiler.com/flash/issues/802 +[#2113]: https://www.free-decompiler.com/flash/issues/2113 [#2099]: https://www.free-decompiler.com/flash/issues/2099 [#2090]: https://www.free-decompiler.com/flash/issues/2090 [#2079]: https://www.free-decompiler.com/flash/issues/2079 diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index 464ac24fa4..a9911d0b9a 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -63,6 +63,71 @@ + + +

Added

+
    +
  • #1130, #1220 Remembering last used screen (monitor), opening dialogs on same screen as the main window, do not restore window size to larger value that actual screen size
  • +
  • #1717 AS1/2/3 Option to hide P-code panel
  • +
  • #2005 Export files to directories by bundle names on multiple bundle (zips, etc.) selection
  • +
  • ActionScript Debugger - Call stack frames switching - view variables around call stack
  • +
  • ActionScript Debugger - Highlight lines of callstack
  • +
  • #2105 GFX - Basic tag info
  • +
  • Context menu items to create new tags (shape, morphshape, sprite, image, movie, sound, binaryData) from files and using font embed dialog for fonts
  • +
  • Replacing morphshapes (either from previously exported animated SVG or from two shape files)
  • +
  • SVG Export - stroke-bitmapId, fill-bitmapId attribute
  • +
  • Morphshape SVG Export - bitmap fill strokes
  • +
  • SVG Export/Import - retain bitmap fill smoothed attribute
  • +
  • Export Morphshape as start and end shape (SVG, PNG, BMP)
  • +
  • Directory selection dialog in directory configs in advanced settings
  • +
  • Status bar with info about edges on walking shaperecords
  • +
  • #1799 Text tags editor has new parameter `[space xxx]` specifying exact letter advance value (add to the font advance + calculated letterspacing)
  • +
  • DefineEditText display - letterspacing, kerning, indent, relative font size
  • +
  • FLA export - DefineEditText autokern attribute
  • +
+

Fixed

+
    +
  • #1306, #1768 Maximizing window on other than main monitor
  • +
  • AS3 Cast exception when used tree filter and then direct editing
  • +
  • #2013 AS3 Multiname renaming - closing the script when renaming the class, nullpointer exception
  • +
  • GFX - FontTextureInfo tag reading
  • +
  • GFX - Fonts with stripped shapes
  • +
  • #2104 Empty texts import
  • +
  • Centered start playing triangle (Playing on demand)
  • +
  • miterLimitFactor is FIXED8 value in MORPHLINESTYLE2
  • +
  • Display of morphshape end shape to be exactly at 65535 ratio
  • +
  • SVG import - duplicated image on bitmap fill style
  • +
  • Generic tag editor - morphshape fill - show bitmapId for repeating bitmap fill, gradient matrix for focal gradient
  • +
  • Morphshape SVG export - focalPoint animation
  • +
  • Do not display lines with zero width
  • +
  • Not updating Morphshape end bounds
  • +
  • SVG import - linear gradients
  • +
  • SVG import - Do not use fill winding nonzero when only stroking
  • +
  • Morphshape SVG export - closing the stroke
  • +
  • #2031 FLA export - morphshapes with duplicated strokes, timelines with multiple shape tweens
  • +
  • #1866 FLA export - multilevel clipping handling
  • +
  • #1866 FLA export - morphshape rounding fix
  • +
  • #1866 FLA export - multiple usage of morphshapes
  • +
  • #503, #1011, #1257, #1902, #1903, #2048 FLA export - shapes with overlapping edges
  • +
  • #2108 Cannot change text when ShiftJIS flag is set on font
  • +
  • #2074, #2074 Use mxmlc.bat file when exe not available for Flex SDK compilation
  • +
  • FLA export - DefineEditText - allow negative letterspacing
  • +
  • #2112 GFX - new image types in DefineExternalImage
  • +
  • #1193 FLA export - DefineEditText position and size
  • +
  • FLA export - allow float frame rate
  • +
  • FLA export - font export - allow dot as character
  • +
  • AS3 Debugging P-code inside nested functions
  • +
  • AS3 Debugging - show (and click through) proper call stack
  • +
+

Changed

+
    +
  • Basic tag info panel always visible even when nothing to display (to avoid flickering)
  • +
  • SVG export - attributes like data-characterId and data-characterName moved under `ffdec:` namespace
  • +
  • #802 - FLA export - calculating letterspacing on text with fonts without layout is now optional and turned off by default
  • +
  • #2113 Commandline `-importScript` command aborts import on first error, can be changed with `-onerror ignore` argument
  • +
+
+

Fixed