From 371a886ab7b7b1b6167da96244550b0ef74c3c15 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:29:31 +1000 Subject: [PATCH] Update CHANGES.txt for version 3.6.135 Updated CHANGES.txt to reflect changes in version 3.6.135, including fixes for smart quotes, command paths, and scheduled task detection. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 66b5e43..f43f207 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +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 +- Bug fix for not detecting script was running from triggered scheduled task. + v3.6.134 - Bug fix for trying to backup M.2 PCIe card's .db.new when it didn't exist which caused the following error. Issue #599 - **cp: cannot stat '': No such file or directory