From 792d2c2fc886ddac030c601d286cf179b11b59c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 May 2026 17:01:45 +0000 Subject: [PATCH] chore: change version to 26.2.1 [ci skip] --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- resources/com.jpexs.decompiler.flash.metainfo.xml | 8 ++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 086ac503c..4e5d8a1cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [26.2.1] - 2026-05-24 +### Bug Fixes +- fix nullpointer on program start - ui scale ([#2720]) + ## [26.2.0] - 2026-05-24 ### Features - text tag convertor: set default color, fontId, hasLayout ([#2383]) @@ -4099,6 +4103,7 @@ Major version of SWF to XML export changed to 2. ### Added - Initial public release +[26.2.1]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version26.2.0...version26.2.1 [26.2.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version26.1.0...version26.2.0 [26.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version26.0.0...version26.1.0 [26.0.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version25.1.3...version26.0.0 @@ -4281,6 +4286,7 @@ Major version of SWF to XML export changed to 2. [alpha 9]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha8...alpha9 [alpha 8]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha7...alpha8 [alpha 7]: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/alpha7 +[#2720]: https://www.free-decompiler.com/flash/issues/2720 [#2383]: https://www.free-decompiler.com/flash/issues/2383 [#2702]: https://www.free-decompiler.com/flash/issues/2702 [#2707]: https://www.free-decompiler.com/flash/issues/2707 diff --git a/Dockerfile b/Dockerfile index ba61f7862..55eb0d0de 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/version26.2.0/ffdec_26.2.0.zip /opt/ffdec.zip +ADD https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version26.2.1/ffdec_26.2.1.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 85363ace4..c4f38d30c 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -67,6 +67,14 @@ + + +

Bug Fixes

+
    +
  • fix nullpointer on program start - ui scale (#2720)
  • +
+
+

Features