summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
3 daysRun cargo wix init (#1468)nightlymainClement Tsang
* ci: run cargo wix init * remove wix init call
6 daysci: bump cargo-deb to 2.2.0 (#1466)args_structClement Tsang
7 daysrefactor: extract unicode-ellipsis into its own crate (#1465)Clement Tsang
* refactor: extract unicode-ellipsis into its own crate * 0.1.4
8 daysci: forgot to add if statement for nightly skip check (#1464)Clement Tsang
8 daysrefactor: some string-related code cleanup/refactor (#1463)Clement Tsang
* other: organize some utility function files * deps: remove kstring * refactor: some naming changes * refactor: some more small refactoring/naming changes * simplify to_cell to return a Cow * enable lints
9 daysci: add skip for nightly build (#1462)Clement Tsang
10 daysdocs: add TheSkyentist as a contributor for code (#1461)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
10 daysbug: fix battery table when hiding gaps (#1458)Raphael Erik Hviding
This changes the behavior of the battery widget when paired with the skip_table_gap.
12 daysci: try attestations for binaries (#1455)Clement Tsang
* ci: try attestations for binaries * add additional attestation steps
13 daysother: comment out some dead code (#1456)Clement Tsang
2024-04-30docs: add MichalBryxi as a contributor for doc (#1453)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-04-30docs: Which table goes "flags" under? (#1452)Michal Bryxí
- There is currently no indication under which [table](https://toml.io/en/v1.0.0#table) do "flags" go in the config file. - I think having that being explicitly spelled out & having an example saves quite a bit of people's time. Would for me 🙃
2024-04-28deps: bump lock deps as of 2024-04-28 (#1451)Clement Tsang
2024-04-28deps: bump deps as of 2024-04-28 (#1450)Clement Tsang
* deps: bump deps as of 2024-04-28 * fix tests * extra test
2024-04-13docs: update some docs about install methods (#1446)Clement Tsang
2024-04-11deps: bump clap-related dependencies, increase unofficial msrv to 1.74 (#1445)Clement Tsang
2024-04-11deps: bump dependencies as of 2024-04-10, including sysinfo 0.30.10 (#1444)Clement Tsang
2024-04-10docs: sort some install methods (#1443)Clement Tsang
2024-04-10other: update a bunch of argument descriptions and some arg/config names (#1441)Clement Tsang
* other: update a bunch of argument descriptions and some arg/config names * update docs * changelog
2024-04-10docs: add davlgd as a contributor for doc (#1442)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-04-10docs: add install instructions to Exherbo Linux in README.md (#1440)David Legrand
2024-04-02docs: update changelog for #1436 and #1430 (#1439)Clement Tsang
2024-04-02docs: add lyuha as a contributor for code, and doc (#1438)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-04-02feature: Add option to set a position of legend (#1430)Lee Wonjoon
* Add option to set a position of legend * some small changes --------- Co-authored-by: ClementTsang <34804052+ClementTsang@users.noreply.github.com>
2024-03-27change: use sysinfo's swap value for Windows (#1436)Clement Tsang
* some consts * change: use sysinfo's swap calculation for windows I'll add an additional field for committed in a separate PR which shows the previous value.
2024-03-23deps: bump dependencies as of 2024-03-23 (#1431)Clement Tsang
2024-03-23docs: bump deps as of 2024-03-23 (#1432)Clement Tsang
2024-03-09ci: bump action-gh-release to 2.0.1 (#1426)Clement Tsang
Update resolves Node deprecation warnings from GHA.
2024-03-09ci: bump cargo-deb version to 2.1.0 (#1424)Clement Tsang
2024-03-09deps: bump sysinfo to =0.30.7 (#1425)Clement Tsang
2024-03-04deps: downgrade clap and run cargo update to build on 1.70 (#1423)Clement Tsang
bottom doesn't have an MSRV, but if we can still build on older versions of Rust then I'm all for it. The updated clap versions didn't bring anything interesting so there's no real issue for me to downgrade IMO.
2024-03-04deps: bump root dependencies as of 2024-03-04 (#1422)Clement Tsang
2024-03-04deps: bump sysinfo to 0.30.6 (#1420)Clement Tsang
2024-03-04chore(deps): bump mio from 0.8.10 to 0.8.11 (#1421)dependabot[bot]
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03ci: migrate macOS ARM builds to use GHA (#1419)Clement Tsang
* ci: migrate macOS ARM builds to use GHA M1 macOS runners are now available on GHA, so we can use it instead of CirrusCI for builds/CI. * bump freebsd
2024-03-02ci: update sha for auto winget PR action (#1418)Clement Tsang
2024-03-02docs: actually fix numbering for Windows font troubleshooting guide (#1417)Clement Tsang
2024-03-02docs: fix numbering for Windows font troubleshooting guide (#1416)Clement Tsang
2024-02-20docs: some clarification (#1415)Clement Tsang
2024-02-19docs: add john-s-lin as a contributor for doc (#1414)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-19docs: fix broken link to config documentation in README (#1413)john-s-lin
2024-02-15other: add process uptime as a default column (#1411)Clement Tsang
* other: add process uptime as a default column * update docs
2024-02-15bug: fix uptime calculation for Linux (#1410)Clement Tsang
* bug: fix uptime for linux Use another calculation to determine the uptime of a process on Linux. * appease clippy * changelog * edit add
2024-02-15deps: update lock dependencies (2024-02-14) (#1409)Clement Tsang
2024-02-15deps: update root dependencies (2024-02-14) (#1408)Clement Tsang
2024-02-04other: add v1 schema + versioning + tests (#1407)Clement Tsang
* other: add v1.0 schema * add tests, rename some files for consistency
2024-02-03deps: bump ratatui to 0.26 (#1406)Clement Tsang
* deps: bump ratatui to 0.26 * adjust process width * a few nonzero optimizations * add a todo * update comments to be less confusing about time chart
2024-02-02docs: add Freed-Wu as a contributor for code, and doc (#1404)allcontributors[bot]
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-02-02other: add json schema (#1382) (#1394)wzy
* other: add json schema (#1382) * docs: add some screenshots * other: move around schema files * docs: move around some docs around config files --------- Co-authored-by: ClementTsang <34804052+ClementTsang@users.noreply.github.com>
2024-01-28ci: bump choco action to v3.0.0 and replace release deletion action (#1402)Clement Tsang
* ci: bump choco action to v3.0.0 and replace release delete action with gh * back to action since it isn't a git repo * let's test if gh works fine if I pull repo