From e89f1da2844fe17bd1b6db55e13a47f28a5c64bb Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Fri, 17 Mar 2023 13:03:33 +1100 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index e784b34..10b1012 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,21 @@ +v1.1.15 +- Added support for M.2 drives on a PCI card, M2Dxx and E10G18-T1 etc. +- Improved flags/options checking and added usage help. +- Can now download the latest script version for you (if you have user home service enabled in DSM). +- Now adds 'support_m2_pool="yes"' line for models that don't have support_m2_pool in synoinfo.conf + - To (hopefully) prevent losing your SSH created M2 volume when running this script on models that DSM 7.2 Beta does not list as supported for creating M2 volumes. +- Changed Synology model detection to be more reliable (for models that came in different variations). +- Changed checking drive_db_test_url setting to be more durable. + +v1.1.14 +- Minor bug fix. + +v1.1.13 +- Fixed bug in v1.1.12 "check that M.2 volume support is enabled" + +v1.1.12 +- Added check that M.2 volume support is enabled. + v1.1.11 - Added support for M.2 SATA drives. - Can now skip processing M.2 drives by running script with the -m2 flag.