diff --git a/doc/screenshot.png b/doc/screenshot.png new file mode 100644 index 0000000..7606712 Binary files /dev/null and b/doc/screenshot.png differ diff --git a/ignoreDrives.conf b/ignoreDrives.conf index ed2b36a..8b13789 100644 --- a/ignoreDrives.conf +++ b/ignoreDrives.conf @@ -1,3 +1 @@ -/dev/sdc:4673974d-1af2-44fd-996b-a2d8e4c43d9a -/dev/sda:508ef27d-5039-4e8b-9e2c-22d7528b7149 -/dev/sdb:32b66944-ffa0-40e9-817c-3f0c52eefaf4 + diff --git a/include/reHDD.h b/include/reHDD.h index 5d6de82..f10f157 100644 --- a/include/reHDD.h +++ b/include/reHDD.h @@ -8,12 +8,14 @@ #ifndef REHDD_H_ #define REHDD_H_ -#define DRYRUN +#define REHDD_VERSION "bV0.1.0" + +//#define DRYRUN // Drive handling Settings #define WORSE_HOURS 19200 //mark drive if at this limit or beyond #define WORSE_POWERUP 10000 //mark drive if at this limit or beyond -#define SHRED_ITERATIONS 1 +#define SHRED_ITERATIONS 3 #define FROZEN_TIMEOUT 5 //After this timeout (minutes) the drive will be marked as frozen // Logger Settings diff --git a/src/tui.cpp b/src/tui.cpp index e9d63fa..1f962cc 100644 --- a/src/tui.cpp +++ b/src/tui.cpp @@ -279,7 +279,7 @@ WINDOW* TUI::overwriteDetailViewWindow( int iXSize, int iYSize, int iXStart) centerTitle(newWindow, title.c_str()); string sLine01 = "reHDD - hard drive refurbishing tool"; - string sLine02 = "Version: beta X.X.X"; + string sLine02 = "Version: " + string(REHDD_VERSION); string sLine03 = "Available under GPL 3.0"; string sLine04 = "https://git.mosad.xyz/localhorst/reHDD"; string sLine05 = "Delete: Wipe format table - this is NOT secure";