11 Commits
Author SHA1 Message Date
Clement Tsang 6f3b62851e uptick: 0.14.7 (#2178) 2026-07-26 23:18:26 -04:00
Clement Tsang 95b60c8016 feature: add configurable default column sort order (#2174)
Adds an optional configuration field for the temp/process/disk table widgets to control the default sort order.
2026-07-26 20:37:20 -04:00
Clement Tsang 547011a5c4 other: remove filedescriptor hack for freebsd (#2167)
A looooong time ago, we had to manually hijack stdio for FreeBSD to suppress a bogus stderr warning (see
#798). I filed an upstream report at GuillaumeGomez/sysinfo#875, but the real issue was actually with FreeBSD itself. From the upstream upstream bug report at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228432, it looks like this has been fixed since 2022 for FreeBSD 13, so I think it's safe to remove this hack at this point on our end, especially given that I don't build binaries for older than FreeBSD 13 anymore (oldest is 15 now).

This PR allows us to entirely remove the filedescriptor crate for FreeBSD since we no longer use it entirely.
2026-07-20 03:29:18 -04:00
Clement Tsang 75f19806f9 uptick: 0.14.6 (#2166) 2026-07-20 00:11:54 -04:00
Clement Tsang 435369fd93 uptick: 0.14.4 (#2136) 2026-07-09 17:55:42 -04:00
Clement Tsang f170988a24 deps: bump starship-battery to 0.11.1 (#2129)
Changelog: https://github.com/starship/rust-battery/blob/main/CHANGELOG.md#0111---2026-07-05
2026-07-07 07:51:47 +00:00
Clement Tsang 76bae9f93e deps: bump unicode-ellipsis to 0.6.0 (#2128) 2026-07-06 07:49:52 +00:00
Clement Tsang 7a08a0cfcc deps: bump ctrlc to 3.5.2 (#2127) 2026-07-06 06:37:08 +00:00
Clement Tsang f17a83e90b uptick: 0.14.3 (#2121) 2026-07-01 04:31:12 +00:00
Clement Tsang a0e2de6333 uptick: 0.14.2 (#2110) 2026-06-27 21:56:39 +00:00
Clement Tsang 40254c24e0 other: fix schema crate interfering with installs (#2109)
This change should fix the issue around `cargo install` being confused by the schema generation binary by just moving it entirely into a separate tool "crate".
2026-06-27 17:44:44 -04:00