summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2020-09-22feature: Beginnings of in-app config (#231)Clement Tsang
Initial refactorings and additions to support in-app config. - Refactor our current options logic to support in-app configs. That is, we can write to a config file with our changes now. - The default action when creating a new config file is to leave it blank. (TBD and for now, not sure on this one) - Previously, we would set everything in a config file on startup; now we need to read from the config TOML struct whenever. - `C` keybind is now occupied for configs. - `no_write` option to never write to a config file.
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
You can now filter out disks and temp sensors by name via config.
2020-08-26docs: Update CONTRIBUTING.md with note on cargo-huskyClementTsang
2020-08-19refactor: Refactor code, add new testsClement Tsang
Refactor code so we use a lib, allowing for easier testing. Adds additional tests for layouts.
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-05-04docs: update contributing to mention that MSRV will fail cargo testClementTsang
2020-05-04chore: support MSRV of 1.40.0ClementTsang
2020-05-02Merge pull request #139 from ClementTsang/improve_searchingClement Tsang
Improve searching
2020-05-02change: more advanced searching and filteringClementTsang
2020-05-01chore: pretty up CONTRIBUTING.mdClement Tsang
2020-04-29docs: Add CONTRIBUTING.mdClementTsang