From 592382dc94a23a58efeeff63bb6db47a40e3e6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 22 Jan 2023 22:14:12 +0100 Subject: [PATCH] Modify metainfo [ci skip] --- .../com.jpexs.decompiler.flash.metainfo.xml | 68 ++++++++++++++----- 1 file changed, 50 insertions(+), 18 deletions(-) diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index b006bae46..f3d0c6921 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -62,14 +62,46 @@ https://raw.githubusercontent.com/jindrapetrik/jpexs-decompiler/master/graphics/screenshots/version14.4.0/12_debug_pcode.png - + + + +

Removed

+
    +
  • #1935, #1913 Retaining shape exact position(bounds) in SVG export/import
  • +
+
+
+ + +

Added

+
    +
  • GFX - support for TGA external images
  • +
  • GFX - DefineExternalGradient tag has gradientId in its name
  • +
  • GFX - DefineExternalSound and DefineExternalStreamSound playback
  • +
+

Fixed

+
    +
  • GFX - DefineExternalImage2 display and correct handling if standalone
  • +
  • #1931, #1934 DefineSprite rectange calculation (incorrect export dimensions)
  • +
  • #1929, #1932 Wrong subsprite frames display
  • +
  • #1933 AS3 - Detection of variable names from debug info on multiple debug ins with same regindex
  • +
  • GFX - ExporterInfo prefix is NetString
  • +
  • Scrollbars on sound playback
  • +
  • Clear preview on raw edit to stop sound playback
  • +
  • CXFORM and GRADRECORD causing NotSerializableException
  • +
  • Scrollbars
  • +
  • Incorrect frame counting
  • +
  • Save as does not change file title upon reload
  • +
+
+

Added

    -
  • [#1913] Shape transforming, point editation
  • +
  • #1913 Shape transforming, point editation
  • Hilighting currently selected shape edge in the raw edit
  • -
  • [#1905] Key strokes on folder preview panel
  • +
  • #1905 Key strokes on folder preview panel
  • Scrollbars
  • Morphshape transforming, point editation
  • Raw edit - (MORPH)GRADIENT spreadMode,interpolationMode as enums
  • @@ -77,19 +109,19 @@

Fixed

    -
  • [#1915] SVG import - gradient when it has two final stops
  • +
  • #1915 SVG import - gradient when it has two final stops
  • Native sound export format for ADPCM compression is FLV
  • -
  • [#1923] Wrong cyclic tag detection causing hidden sprites
  • +
  • #1923 Wrong cyclic tag detection causing hidden sprites
  • Ctrl + G shortcut for tag list view
  • Uncompressed FLA (XFL) export creates a directory
  • -
  • [#1827] Video replacing VP6 reading
  • -
  • [#1926] Constructors namespace taken from class - should be always public
  • -
  • [#1772] AS1/2 decompilation - StackOverflow during getVariables function
  • -
  • [#1890] AS3 - Removing first assignment in for in loop
  • +
  • #1827 Video replacing VP6 reading
  • +
  • #1926 Constructors namespace taken from class - should be always public
  • +
  • #1772 AS1/2 decompilation - StackOverflow during getVariables function
  • +
  • #1890 AS3 - Removing first assignment in for in loop

Changed

    -
  • [#1913] SVG export/import of shapes - shape exact position (bounds) is retained
  • +
  • #1913 SVG export/import of shapes - shape exact position (bounds) is retained
@@ -98,8 +130,8 @@

Fixed

  • Copy/Move/Cut with dependencies did not handle original tag when not charactertag
  • -
  • [#1922] FLA/XFL/Canvas/SVG export - exporting DefineBitsJPEG3/4 with alpha as JPEG with PNG extension
  • -
  • [#1921] AS3 direct editation - exception on code save - wrong selected ABC
  • +
  • #1922 FLA/XFL/Canvas/SVG export - exporting DefineBitsJPEG3/4 with alpha as JPEG with PNG extension
  • +
  • #1921 AS3 direct editation - exception on code save - wrong selected ABC
@@ -107,18 +139,18 @@

Added

    -
  • [#1917] Better error message for sound import on unsupported sampling rate
  • -
  • [#1827] Replacing and bulk import of DefineVideoStream
  • +
  • #1917 Better error message for sound import on unsupported sampling rate
  • +
  • #1827 Replacing and bulk import of DefineVideoStream
  • Movie FLV export - writing simple onMetadata tag
  • -
  • [#1424], [#1473], [#1835], [#1852] Replacing sound streams (SoundStreamHead, SoundStreamBlock)
  • +
  • #1424, #1473, #1835, #1852 Replacing sound streams (SoundStreamHead, SoundStreamBlock)
  • Bulk import sounds and sound streams

Fixed

    -
  • [#1914] DropShadow filter
  • -
  • [#1916] Translation tool did not load up
  • +
  • #1914 DropShadow filter
  • +
  • #1916 Translation tool did not load up
  • PlaceObject preview not cleared causing sound to repeat
  • -
  • [#1920] AS3 - Slower decompilation (returnType method optimization)
  • +
  • #1920 AS3 - Slower decompilation (returnType method optimization)