Skip to content

Releases: 007revad/Synology_enable_M2_volume

v1.1.22

03 Jul 22:23
8a0bbd1
Compare
Choose a tag to compare
  • Bug fix for false "Failed to delete tmp files" log entries when script updates itself.
    • Bug first appeared in v1.0.9

v1.1.21

19 Feb 08:55
b363985
Compare
Choose a tag to compare
  • Hard coded /usr/syno/bin/ for Synology commands (to prevent PATH issues).

v1.1.19

30 Jan 06:52
e454b55
Compare
Choose a tag to compare
  • Bug fix when script updates itself and user ran the script from ./scriptname.sh

v1.1.18

27 Jan 18:37
9a7f5d6
Compare
Choose a tag to compare
  • Bug fix for false "This script is NOT running on a Synology NAS!" if uname is installed from Entware.
  • Bug fix for wrong version number.

v1.1.17

12 Jan 10:51
713ab9b
Compare
Choose a tag to compare
  • Improved script updating itself.
  • Now checks script is running on a Synology NAS.

v1.1.15

07 Jan 00:26
28fdf47
Compare
Choose a tag to compare

v1.1.15

  • Now warns if script is located on an NVMe drive.
  • Now saves changes.txt as scriptname_changes.txt when updating the script.
    • To not overwrite changes.txt if my other scripts are in the same folder.
  • Minor bug fix.

V1.1.14

24 Nov 02:04
17db516
Compare
Choose a tag to compare
  • Removed the need for bc by using xargs instead. Thanks capull0

v1.1.13

21 Nov 22:16
2961d2b
Compare
Choose a tag to compare
  • Changed to avoid downloading malicious file if GitHub account is hacked:
    • Now only downloads bc if bc is not found in PATH or in script location.
    • Now asks to download bc if --autoupdate option not used.
    • Now checks md5 hash of downloaded bc file.

v1.1.12-RC

18 Nov 18:53
599c2a0
Compare
Choose a tag to compare
v1.1.12-RC Pre-release
Pre-release
  • Bug fix for getting bc location.

v1.1.11-RC

16 Nov 20:45
a60d67b
Compare
Choose a tag to compare
v1.1.11-RC Pre-release
Pre-release
  • Now only downloads bc if bc is not found in PATH or in script location.
  • Now asks to download bc if --autoupdate option not used.