From 8db291043b53cba47ebff2ead1d1e2479aef4004 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 May 2026 08:04:49 +0000 Subject: [PATCH] chore: change version to 26.1.0 [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 166059348..90e3e261e 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.1.0] - 2026-05-24 +### Features +- ui: redetect scale factor on each launch when not set in config ([PR260]) + ## [26.0.0] - 2026-04-06 ### Features - redesigned loop detector ([#2542]) @@ -4064,6 +4068,7 @@ Major version of SWF to XML export changed to 2. ### Added - Initial public release +[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 [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 @@ -5555,6 +5560,7 @@ Major version of SWF to XML export changed to 2. [#32]: https://www.free-decompiler.com/flash/issues/32 [#31]: https://www.free-decompiler.com/flash/issues/31 [#27]: https://www.free-decompiler.com/flash/issues/27 +[PR260]: https://github.com/jindrapetrik/jpexs-decompiler/pull/260 [PR228]: https://github.com/jindrapetrik/jpexs-decompiler/pull/228 [PR224]: https://github.com/jindrapetrik/jpexs-decompiler/pull/224 [PR222]: https://github.com/jindrapetrik/jpexs-decompiler/pull/222 diff --git a/Dockerfile b/Dockerfile index d5efa87fa..afa0c81b5 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.0.0/ffdec_26.0.0.zip /opt/ffdec.zip +ADD https://github.com/jindrapetrik/jpexs-decompiler/releases/download/version26.1.0/ffdec_26.1.0.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 22e116e26..b96df49da 100644 --- a/resources/com.jpexs.decompiler.flash.metainfo.xml +++ b/resources/com.jpexs.decompiler.flash.metainfo.xml @@ -67,6 +67,14 @@ + + +

Features

+
    +
  • ui: redetect scale factor on each launch when not set in config (PR260)
  • +
+
+

Features