Skip to content

version 16.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 20:36
· 1253 commits to master since this release

Downloads:

Name File OS
Installer (Windows) Installer (Windows) ffdec_16.0.0_setup.exe Works on Windows
ZIP (Windows, Linux, Mac OS) ZIP (Windows, Linux, Mac OS) ffdec_16.0.0.zip Works on WindowsWorks on LinuxWorks with Mac OSX
DEB package (Linux) DEB package (Linux) ffdec_16.0.0.deb Works on Linux
Mac OS X Installer (pkg) Mac OS X Installer (pkg) ffdec_16.0.0.pkg Works with Mac OSX
Mac OS X Application (zipped) Mac OS X Application (zipped) ffdec_16.0.0_macosx.zip Works with Mac OSX
Language pack for translators (zipped) Language pack for translators (zipped) ffdec_16.0.0_lang.zip Works on java
Library only (Java SE) - Zipped Library only (Java SE) - Zipped ffdec_lib_16.0.0.zip Works on java

What's new:

Added

  • Replace characters references
  • Replace commandline action allows to load replacements list from a textfile
  • SymbolClass export from commandline
  • data-characterId and data-characterName tags to SVG export
  • #1731 Image viewer zoom support
  • Cloning of tags and frames
  • Changing tag position
  • Tag list view
  • Inserting new tags before and after selection
  • #1825, #1737 Adding new frames
  • Context menu icons
  • Icon of tag in raw editor
  • #1845 Show warning on opening file in Read only mode (binary search, unknown extensions, etc.)
  • #1845 Show error message on saving in Read only mode, "Save As" must be used

Fixed

  • #1834 PlaceObject4 tags appear as Unresolved inside of DefineSprite
  • #1839 Sprite frames exported incorrectly and repeating
  • #1838 AS3 - Properly handling of long unsigned values, hex values, default uint values etc.
  • #1847 Shape viewer and PDF exporter - correct drawing of pure vertical/horizontal shapes (zero width/height)
  • Slow zooming/redrawing on action when SWF has low framerate
  • Correct debug info label position/content on the top of flash viewer to avoid unwanted initial scroll
  • #1829 Adding extra pixel to the width and height when rendering items (for example to AVI)
  • #1828 Zero scale layer matrices support
  • #1828 Incorrect stroke scaling (normal/none/vertical/horizontal)
  • #1771 DefineShape4 line filled using single color
  • Minimum stroke width should be 1 px
  • #1828 Closing path in shape strokes from last moveTo only
  • Shape not clipped when clip area ouside of view
  • Sound tag player now uses less memory / threads - does not use Clip sound class
  • Freetransform tool dragging not always started on mousedown
  • #1695 Freetransform tool vs zooming
  • #1752 Freetransform tool on sprites with offset
  • #1711 DefineFont2-3 advance values need to be handled as unsigned (UI16)
  • Leading of the font can be set to negative value
  • Reset configuration button in advanced settings not working

Changed

  • AS3 integer values are internally (e.g. in the lib) handled as java int type instead of long.