Releases: aicers/roxy
Releases · aicers/roxy
Roxy 0.5.1
Changed
- Reverted bincode version to 1.0.
Roxy 0.5.0
Added
- Add and functions for graceful
system shutdown operations that allow processes to terminate cleanly
Changed
- Improved disk usage calculation accuracy to match Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 75085112 47841084 27227644 64% /
tmpfs 8189732 84 8189648 1% /dev/shm
tmpfs 3275896 1104 3274792 1% /run
tmpfs 5120 0 5120 0% /run/lock
/dev/sdb16 901520 60640 777752 8% /boot
/dev/sdb15 106832 6250 100582 6% /boot/efi
/dev/sda1 76829444 4194336 68686668 6% /mnt
tmpfs 1637944 12 1637932 1% /run/user/1001 command output- The file system that calculates disk usage is , and if that
file system cannot be found, is used on Linux, and the largest file
system on non-Linux - On Linux: Use syscall via nix crate instead of sysinfo for precise
disk space calculations - Updated struct: replaced and
fields with and - Added method that calculates usage percentage using
the same formula as Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 75085112 47841084 27227644 64% /
tmpfs 8189732 84 8189648 1% /dev/shm
tmpfs 3275896 1104 3274792 1% /run
tmpfs 5120 0 5120 0% /run/lock
/dev/sdb16 901520 60640 777752 8% /boot
/dev/sdb15 106832 6250 100582 6% /boot/efi
/dev/sda1 76829444 4194336 68686668 6% /mnt
tmpfs 1637944 12 1637932 1% /run/user/1001: - Non-Linux platforms continue to use sysinfo as fallback
- The file system that calculates disk usage is , and if that
- Migrate logging from crate to for improved async support and
structured logging capabilities.
Roxy 0.4.0
Changed
- Update roxy PATH from to .
- Update disk mount PATH from to .
- Update PATH from to .
- Bump bincode crate to 2.0 and modified the related code.
Roxy 0.3.0
Release 0.3.0