From 8dd7d7051e4326b39ee24178f8d2b9a7d930c91e Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sat, 27 Jan 2024 07:05:39 +1100 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index ab25054..e9502f3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,10 @@ +v3.4.83 +- Fix for drives that exist in the drive database already but have "compatibility not_support". + - Affected drives were showing as "Incompatible" in storage manager. + v3.4.82 - Fix for drives that exist in the drive database already but have "compatibility unverified". Issue #224 + - Affected drives were showing as "Unverified" in storage manager. v3.4.81 - Bug fix for false "This script is NOT running on a Synology NAS!" if uname is installed from Entware. Issue #218