summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2021-01-30uptick: 0.5.7 (#399)Clement Tsang
2021-01-25bug: Fix missing sorting arrow when for non-% mem (#389)Clement Tsang
2020-12-17uptick: 0.5.6 (#362)0.5.6Clement Tsang
2020-12-17deps: Update various dependencies (#358)Clement Tsang
2020-12-17deps: Update to heim 0.1 (#354)Clement Tsang
2020-12-15uptick: 0.5.5 (#356)0.5.5Clement Tsang
2020-12-12refactor: More minor optimization changes (#353)Clement Tsang
2020-12-11refactor: Another small optimization pass (#350)Clement Tsang
2020-12-10uptick: 0.5.4 (#348)0.5.4Clement Tsang
2020-12-03refactor: Clean up some parts of data harvesting (#336)Clement Tsang
2020-11-30refactor: Simplify data harvesting (#335)Clement Tsang
2020-11-28deps: update dependencies (#334)Clement Tsang
2020-11-26uptick: 0.5.30.5.3ClementTsang
2020-11-25uptick: 0.5.2ClementTsang
2020-11-22other: Switch to once_cell (#324)Clement Tsang
2020-11-22ci: uptick to 0.5.1, fix ciClementTsang
2020-11-20docs: Update README and changelog for 0.5.0ClementTsang
2020-11-15feature: default colour schemes (#296)Clement Tsang
2020-11-02deps: update anyhow, crossterm, futures, regex, thiserror, toml (#293)Clement Tsang
2020-11-02deps: Bump dependencies that require uom <0.29.0 (#274)Clement Tsang
2020-11-01deps: switch from dirs to dirs-next (#285)Clement Tsang
2020-10-02other: more traces to debug, update some deps (#264)Clement Tsang
2020-09-27bug: fix chart and data point overlap (#256)Clement Tsang
2020-09-26refactor: tui-rs 0.11.0 refactor (#253)Clement Tsang
2020-09-06feature: Adds tree view (#223)Clement Tsang
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
2020-08-29deps: Update battery, sysinfoClementTsang
2020-08-26uptick: 0.4.70.4.7ClementTsang
2020-08-25uptick: 0.4.6 (#200)Clement Tsang
2020-08-21feature: Add hook to properly clean up in the case of a kill callClement Tsang
2020-08-21refactor: Remove ps callsClement Tsang
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-16refactor: Revert tui upgrade to 0.10Clement Tsang
2020-08-11deps: Update dependencies, drop MSRVClement Tsang
2020-08-07feature: add full command to process widgetClement Tsang
2020-07-08uptick: update Cargo.lock to 0.4.5ClementTsang
2020-07-06clippy: clippy error due to redundant conversionClementTsang
2020-07-06revert: Revert "deps: update cargo.lock"ClementTsang
2020-07-06deps: update cargo.lockClementTsang
2020-05-19deps: update typed-builder to 0.6.0ClementTsang
2020-05-16change: remove slash, change scroll behaviour on cpuClement Tsang
2020-05-15deps: update cargo.lock0.4.3ClementTsang
2020-05-14deps: update sysinfoClementTsang
2020-05-11deps: update cargo.lock0.4.2ClementTsang
2020-05-11refactor: remove redundant empty checks in graphsClement Tsang
2020-05-10refactor: re-enable tui-rs linear interpolationClementTsang
2020-05-07refactor: avoid using max checks, use saturating_sub insteadClement Tsang
2020-05-05docs: update README and CHANGELOG for 0.4.1ClementTsang
2020-05-04chore: support MSRV of 1.40.0ClementTsang
2020-05-02change: more advanced searching and filteringClementTsang