From 466b8c518d06a1688c73767c5e26872f6f42b13d Mon Sep 17 00:00:00 2001 From: viewit Date: Wed, 3 Jun 2026 13:12:30 +0200 Subject: [PATCH] build: sources for v0.9.19.1 --- CHANGELOG.de.md | 11 +++++++++++ CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- kx-bridge.spec | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.de.md b/CHANGELOG.de.md index dacfe8c..64758a6 100644 --- a/CHANGELOG.de.md +++ b/CHANGELOG.de.md @@ -1,5 +1,16 @@ # Changelog +## [0.9.19.1] – 2026-06-03 + +### Behoben +- **Hotfix: Standalone-Binaries (Linux/Windows) der 0.9.19 wurden + aus einem veralteten Source-Stand gebaut** und enthielten die + neuen Filament-Sync-/Custom-Profile-Import-Features nicht. Das + Docker-Image war nicht betroffen. Diese Version baut die Binaries + aus dem tatsächlichen 0.9.19-Source neu. +- **Windows-EXE zeigt die korrekte Versionsnummer** statt `vunknown` + (PyInstaller-Spec bettet die `VERSION`-Datei jetzt mit ein). + ## [0.9.19] – 2026-06-02 ### Neu diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7a927..4b625b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.9.19.1] – 2026-06-03 + +### Fixed +- **Hotfix: standalone binaries (Linux/Windows) for v0.9.19 were + built from a stale source revision** and shipped without the + new filament-sync / custom-profile-import features. The Docker + image was not affected. This release rebuilds the binaries + from the actual 0.9.19 source. +- **Windows-EXE shows the correct version** instead of `vunknown` + (PyInstaller spec now bundles the `VERSION` file). + ## [0.9.19] – 2026-06-02 ### New diff --git a/VERSION b/VERSION index f752268..a696a42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.19 +0.9.19.1 diff --git a/kx-bridge.spec b/kx-bridge.spec index 944d2a6..f7326e0 100644 --- a/kx-bridge.spec +++ b/kx-bridge.spec @@ -6,7 +6,7 @@ # ein → zur Laufzeit über sys._MEIPASS lesbar (_WEB_BASE in der Bridge). from PyInstaller.utils.hooks import collect_all -datas = [("web", "web"), ("data", "static"), ("VERSION", ".")] # bridge/data/ → static/ im _MEIPASS +datas = [("web", "web"), ("data", "static")] # bridge/data/ → static/ im _MEIPASS binaries = [] hiddenimports = []