Blub blub blub
This version mainly fixes a long-standing formatting issue which improperly
truncates important information and data. Alongside several other minor
improvements.
Tests are still failing on MacOS and Windows, but we have now identified the
root cause. Will likely be fixed next minor version release.
What's Changed
- CI: allow Windows tests to run if PR source is own repo by @cyqsimon in #306
- Partially fix flaky tests by @cyqsimon in #308
- Table formatting logic overhaul by @cyqsimon in #305
- Make logging race-free using a global lock & macro by @cyqsimon in #309
- Refactor
OsInputOutput
(combine interfaces & frames into single Vec) by @cyqsimon in #310 Cargo.toml
manifest cleanup by @cyqsimon in #311- Minor code style improvements in raw mode tests by @cyqsimon in #312
- Use
once_cell::sync::Lazy
to make regex usage more ergonomic by @cyqsimon in #313 - Fix vague CLI option documentation; closes #314 by @cyqsimon in #316
- Log unresolved processes in more detail + general refactor by @cyqsimon in #318
- chore(deps): bump clap-verbosity-flag from 2.0.1 to 2.1.0 by @dependabot in #326
- chore(deps): bump http_req from 0.10.0 to 0.10.1 by @dependabot in #324
- chore(deps): bump thiserror from 1.0.49 to 1.0.50 by @dependabot in #323
- chore(deps): bump regex from 1.10.1 to 1.10.2 by @dependabot in #325
- chore(deps): bump clap from 4.4.6 to 4.4.7 by @dependabot in #320
- chore(deps): bump trust-dns-resolver from 0.23.1 to 0.23.2 by @dependabot in #319
- chore(deps): bump procfs from 0.15.1 to 0.16.0 by @dependabot in #321
- Bump ratatui to 0.24.0 by @cyqsimon in #327
- Reorganise & cleanup by @cyqsimon in #329
- Display bandwidth in different unit families by @cyqsimon in #328
- CI: ensure a changelog entry exists for each PR by @cyqsimon in #331
- chore(deps): bump openssl from 0.10.57 to 0.10.60 by @dependabot in #332
- chore(deps): bump clap from 4.4.7 to 4.4.10 by @dependabot in #333
- chore(deps): bump itertools from 0.11.0 to 0.12.0 by @dependabot in #334
- chore(deps): bump tokio from 1.33.0 to 1.34.0 by @dependabot in #335
- chore(deps): bump sysinfo from 0.29.10 to 0.29.11 by @dependabot in #336
- Fix PR submitter detection by @cyqsimon in #342
- Show interface names by @ilyes-ced in #340
- chore(deps): bump zerocopy from 0.7.21 to 0.7.31 by @dependabot in #343
- chore(deps): bump async-trait from 0.1.74 to 0.1.76 by @dependabot in #352
- chore(deps): bump tokio from 1.34.0 to 1.35.1 by @dependabot in #351
- chore(deps): bump clap-verbosity-flag from 2.1.0 to 2.1.1 by @dependabot in #350
- chore(deps): bump once_cell from 1.18.0 to 1.19.0 by @dependabot in #349
- chore(deps): bump thiserror from 1.0.50 to 1.0.53 by @dependabot in #346
- chore(deps): bump clap from 4.4.10 to 4.4.12 by @dependabot in #345
- chore(deps): bump http_req from 0.10.1 to 0.10.2 by @dependabot in #344
- chore(deps): bump anyhow from 1.0.75 to 1.0.78 by @dependabot in #347
- chore(deps): bump tracing from 0.1.39 to 0.1.40 by @dependabot in #354
- chore(deps): bump ratatui from 0.24.0 to 0.25.0 by @dependabot in #348
- Bump all dependencies by @cyqsimon in f865a5d
New Contributors
- @ilyes-ced made their first contribution in #340
Full Changelog: v0.21.1...v0.22.0