From bb6f7ac9a8a683a13a96229c4419e189dc1e4456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Frohm=C3=BCller?= Date: Mon, 24 Oct 2022 13:16:49 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ee0a36..9e81535 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ * Advanced drive cloning capability akin to that of ddrescue * Virtual driver mode for targeted data extraction -* USB Relay control for automatic drive powercycling +* Direct AHCI and IDE capability to circumvent OS drivers completely +* USB Relay control for automatic drive power-cycling ### Planned Features @@ -78,4 +79,4 @@ All credit belongs to Scott Dwyer with his work on HDDSuperClone. ## 📄 License -This software is licensed under the [GPLv2](LICENSE). \ No newline at end of file +This software is licensed under the [GPLv2](LICENSE). From 3045b3f4521b2a0ed31afd941e9e434b4cbb6bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Frohm=C3=BCller?= Date: Mon, 24 Oct 2022 13:17:13 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e81535..11736fe 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ * Direct AHCI and IDE capability to circumvent OS drivers completely * USB Relay control for automatic drive power-cycling -### Planned Features +#### Planned Features * Refactoring of codebase (get rid of -fcommon flag) * Implement DKMS for driver (un-)installation @@ -35,7 +35,7 @@ * Get completely rid of GTK2 code * Add configuration files and presets for settings -### Known Issues +#### Known Issues * OSCViewer is extremely buggy in GTK3 and missing functionality from its GTK2 counterpart, it is recommended to build it with GTK2 for the time being @@ -43,7 +43,7 @@ Pre-built binaries aswell as Debian packages for OpenSuperClone can be found on the Release page. -### Compiling from Source +#### Compiling from Source OpenSuperClone requires the following packages to be installed for a successful project build: @@ -66,7 +66,7 @@ $ ./release/bin/osscviewer ## ✏️ Changelog -### OpenSuperClone 2.4 [Pre-Release] +#### OpenSuperClone 2.4 [Pre-Release] * Cleanup of project files, removal of licensing related code * Implemented CMake as build system From f03dbfe32b0b4fde5394963efdbcf029e83be8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Frohm=C3=BCller?= Date: Mon, 24 Oct 2022 13:21:28 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11736fe..64fc7f4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ## 💾 Installation -Pre-built binaries aswell as Debian packages for OpenSuperClone can be found on the Release page. +Pre-built binaries aswell as Debian packages for OpenSuperClone can be found on the Release page. The current pre-release is OpenSuperClone 2.4 RC2 and may be unstable, use at your own risk. #### Compiling from Source