Skip to content

Releases: rootifera/diskforge

v1.3

22 Jul 22:39
f9220c5
Compare
Choose a tag to compare

rootifera-diskforge (1.3) stable

  • Enhanced ncurses UI for disk scanning:

    • Added color-coding to improve readability and distinguish different performance metrics.
    • Implemented distinct color schemes for performance categories (<5ms, <10ms, <20ms, <50ms, <150ms, <500ms, >500ms, and BAD).
    • Added bold text styling for the "BAD" category to highlight it.
  • Improved user interaction for disk scanning:

    • Added functionality to prompt the user to start a surface scan of disks.
    • Implemented a user-friendly prompt asking if the user wishes to surface scan the disks, with options to proceed or exit.
    • Ensured proper handling of user input and exit conditions.
  • Bug fixes and enhancements:

    • Fixed an issue where input buffer for user commands was not properly handling multiple inputs and backspaces.
    • Improved error handling for cases where terminal input might overflow or cause display issues.

What's Changed

Full Changelog: v1.2...v1.3

Debian Repo Added:

apt update && apt install -y curl gnupg

curl https://repo.rootifera.xyz/diskforge/public.gpg | gpg --yes --dearmor -o /usr/share/keyrings/openrepo-diskforge.gpg

echo "deb [arch=any signed-by=/usr/share/keyrings/openrepo-diskforge.gpg] https://repo.rootifera.xyz/diskforge/ stable main" > /etc/apt/sources.list.d/openrepo-diskforge.list

apt update

apt install rootifera-diskforge

v1.2

15 Jul 17:48
94d5a3b
Compare
Choose a tag to compare
  • Added functionality to forcefully unmount partitions of specified disks:
    • Implemented a Python script to unmount partitions using lsblk, findmnt, and umount commands.
    • The script now handles cases where no partitions are found or if unmounting fails quietly.
    • Improved error handling and output to only print successful unmounts.
    • Added a feature to print "None Found" if no partitions were unmounted after attempting all specified disks.

What's Changed

New Contributors

Full Changelog: stable...v1.2

stable

07 Jul 18:18
Compare
Choose a tag to compare

First DEB release.

Now the Disk Health output includes disk size.
Disk sizes displayed in different colours.
10 Seconds timeout added into SMART tests.
750GB disks now correctly gets detected as 750GB
General improvement in disk size detection.

Full Changelog: https://github.com/rootifera/diskforge/commits/stable