summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2020-11-15feature: default colour schemes (#296)Clement Tsang
Adds some default colour choices to choose from.
2020-11-02deps: update anyhow, crossterm, futures, regex, thiserror, toml (#293)Clement Tsang
Updates dependencies to their most recent versions as of Nov 02, 2020.
2020-11-02deps: Bump dependencies that require uom <0.29.0 (#274)Clement Tsang
Updates dependencies that depend on uom (battery and heim), due to requiring 0.30 for the newest nightly version of Rust.
2020-11-01deps: switch from dirs to dirs-next (#285)Clement Tsang
Addresses RUSTSEC-2020-0053.
2020-10-02other: more traces to debug, update some deps (#264)Clement Tsang
Minor update to update some dependencies and remove some traces.
2020-09-27bug: fix chart and data point overlap (#256)Clement Tsang
Update to tui-rs, which fixes #255, as well as some miscellaneous things like updating changelogs and travis.
2020-09-26refactor: tui-rs 0.11.0 refactor (#253)Clement Tsang
Refactors tui-rs usage to the new 0.11.0 release. This release also fixes the highlighting bug from #249, and now, expanding a widget no longer overrides the widget title colour. This commit also introduces #255, but that seems to be easy to bandaid so hopefully it will get fixed soon?
2020-09-06feature: Adds tree view (#223)Clement Tsang
Adds a tree process view to bottom. Currently uses a pretty jank method of column width setting, should get fixed in #225.
2020-08-31refactor: Update error messages w/ anyhow and thiserror (#216)Clement Tsang
Refactoring and updating of error messages + tests to be more useful.
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
Adds a hook to properly clean up the program in case the program gets SIGTERM'd.
2020-08-21refactor: Remove ps callsClement Tsang
Removes and refactor ps calls that... should have not been there in the first place.
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
Adds a way to display the memory value as a column in the processes widget and the basic memory widget, rather than just the percentage.
2020-08-16refactor: Revert tui upgrade to 0.10Clement Tsang
Reverts tui upgrade, there are some bugs and issues - namely, issues with rendering text. We can revert this commit when those bugs are dealt with (should be fine after 0.10.1, tested building from the repo).
2020-08-11deps: Update dependencies, drop MSRVClement Tsang
Update dependencies to most recent versions if applicable. Refactor to deal with breaking changes. Drop MSRV due to dependency issues, just support stable and later.
2020-08-07feature: add full command to process widgetClement Tsang
This PR adds the ability to toggle between the process name and process path. Currently, this uses `P` as the modifier key. Currently, the longer command names are dealt with by forcefully changing the width of the columns, but this can be handled in a more graceful manner IMO.
2020-07-08uptick: update Cargo.lock to 0.4.5ClementTsang
2020-07-06clippy: clippy error due to redundant conversionClementTsang
Fixes a redundant usize to usize conversion.
2020-07-06revert: Revert "deps: update cargo.lock"ClementTsang
This reverts commit f8127465b8be0aafba40df9ff256eaf520b5ee2f.
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
- Removal of the old slash-space-to-hide behaviour of CPU widget - Scrolling onto a specific entry will only show that entry - Showing average is now default
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
Now that the fix for empty data is patched in tui, these checks are redundant.
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
2020-04-29chore: update Cargo.lockClementTsang
2020-04-28refactor: revert linear interpolation until tui fix comesClement Tsang
2020-04-26cargo: switch to personal fork of tui-rs for now to deal with subtraction ↵ClementTsang
bug in lines
2020-04-26feature: add battery health percentageClement Tsang
2020-04-18refactor: Update tui to 0.9; refactor with new featuresClementTsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-09chore: Delete docs folder and update lockClementTsang
2020-04-09deps: sysinfo from 0.12.0 to 0.13.0 (#112)dependabot-preview[bot]
2020-04-08chore: Add Cargo.lock back in0.3.0-2ClementTsang
2019-09-04Update .gitignore.ClementTsang
2019-09-04Added TODO list, and started more work.ClementTsang
2019-09-03Setup.ClementTsang