Fix date formatting overflow bug, bump to v0.2.1

- Use chrono library for proper date parsing from Unix timestamps
- Fixes integer overflow in manual date calculation that caused
  dates to display as huge numbers like "2026-01-18446744073709551241"
This commit is contained in:
kidev 2026-01-31 00:03:32 +01:00
parent edb7545a4d
commit 1828dc4e78

View File

@ -1,6 +1,6 @@
[package]
name = "zfsdu"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "ncdu-like disk usage viewer for ZFS with snapshot management"
authors = ["Florian Schermer"]