Releases: rootifera/diskforge
v1.3
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
- readme update by @rootifera in #4
- Dev by @rootifera in #5
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
- 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
- Dev by @rootifera in #1
- Dev by @rootifera in #2
- prints none found if there are no partitions to umount by @rootifera in #3
New Contributors
- @rootifera made their first contribution in #1
Full Changelog: stable...v1.2
stable
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