From 955f4980e12e62aaac164834467e53ae0eb02e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Wed, 4 Mar 2026 20:38:47 +0100 Subject: [PATCH] chore: change version to 25.1.3 --- CHANGELOG.md | 4 +-- Dockerfile | 2 +- .../com.jpexs.decompiler.flash.metainfo.xml | 31 +++++++++++++++++++ 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56eda9f94..2e77eb460 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] +## [25.1.3] - 2026-03-04 ### Added - Debugger - Button to disconnect current session (stay listening) - [#2644] Debugger - Button to sort variables alphabetically @@ -4007,7 +4007,7 @@ Major version of SWF to XML export changed to 2. ### Added - Initial public release -[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.1.2...dev +[25.1.3]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.1.2...version25.1.3 [25.1.2]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.1.1...version25.1.2 [25.1.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.1.0...version25.1.1 [25.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.0.0...version25.1.0 diff --git a/Dockerfile b/Dockerfile index 9c1606aa8..424cf84b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libxi6 \ && rm -rf /var/lib/apt/lists/* -ADD https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version25.1.2/ffdec_25.1.2.zip /opt/ffdec.zip +ADD https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version25.1.3/ffdec_25.1.3.zip /opt/ffdec.zip RUN cd /opt && unzip ffdec.zip -d ffdec && rm ffdec.zip WORKDIR /work diff --git a/resources/com.jpexs.decompiler.flash.metainfo.xml b/resources/com.jpexs.decompiler.flash.metainfo.xml index 3dbc57fdb..92ae45483 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -67,6 +67,37 @@ + + +

Added

+
    +
  • Debugger - Button to disconnect current session (stay listening)
  • +
  • #2644 Debugger - Button to sort variables alphabetically
  • +
  • AS3 Direct editation - Error when accessing inaccessible namespace
  • +
  • AS3 ambiguous namespace detection (back again)
  • +
  • #2648 Dockerfile
  • +
  • SVG export - Gradient bevel filter, Gradient glow filter
  • +
+

Fixed

+
    +
  • #2643 APNG export - images containing multiple IDAT chunks
  • +
  • AS3 direct editation - proper use convert/coerce instruction
  • +
  • AS3 direct editation - use coerce_f for float values
  • +
  • #2645 Windows MSI installer - Cannot change install directory
  • +
  • Long delay before switching critical status bar titles (Causing many actions to look slow - for example Debug listening)
  • +
  • AS3 goto definition missing some namespaces
  • +
  • #2514 AS3 direct editation - problems with namespaces
  • +
  • #2649 SVG export - blur scaling (on supported browsers)
  • +
  • #2651 Loop breaks detection
  • +
  • #2653 Check for WEBP availability in CLI
  • +
+

Changed

+
    +
  • Icon of Debug listen action from ear to phone receiver
  • +
  • #2649 SVG export - using gaussian blur instead of box blur with convolution matrix (Can be turned off in the settings)
  • +
+
+

Added