Skip to content

v1.3

Latest
Compare
Choose a tag to compare
@rootifera rootifera released this 22 Jul 22:39
· 3 commits to main since this release
f9220c5

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