From d94ca3769314127ee2fd719ad1562f4d2b2ab3c6 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:37:09 +1000 Subject: [PATCH] Update CHANGES.txt for versions 3.6.135 and 3.6.134 Added details about changes made in version 3.6.135 and 3.6.134, including fixes for jq errors and scheduled task detection. --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index f43f207..4857649 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,7 @@ v3.6.135 - Changed to replace curly/smart quotes (from db files edited in Word or in iOS) before backing db files to prevent jq errors. - Added `/usr/syno/bin` or `/usr/syno/sbin` to the syno... commmands that were missing the full path (for people with a corrupt or edited PATH). Issue #601 + - The change above also fixes js errors caused by those commmands not returning anything. Issue #601 - Bug fix for not detecting script was running from triggered scheduled task. v3.6.134