From aca4cc0ace051650d5337e25be25d5ab0ad31506 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 31 Oct 2025 14:37:57 +0100 Subject: [PATCH] fix --- CHANGELOG.md | 4 ++++ common/{fixYamlHashes.js => fixYmlHashes.js} | 0 2 files changed, 4 insertions(+) rename common/{fixYamlHashes.js => fixYmlHashes.js} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5342aa98..f70aa0c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Builds: - linux - application for linux - win - application for Windows +## 6.6.8 +- CHANGED: Windows executable now uses Azure trusted signing certificate +- CHANGED: NPM packages now use GitHub OIDC provenance signing for better security + ## 6.6.6 - ADDED: Allow disable/re-enable filter #1174 - ADDED: Close right side tabs #1219 diff --git a/common/fixYamlHashes.js b/common/fixYmlHashes.js similarity index 100% rename from common/fixYamlHashes.js rename to common/fixYmlHashes.js