summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-01-30docs: remove other errant typo in README0.5.7ClementTsang
(cherry picked from commit f8ff0360e905a11b8b5929b8e69839a887c8d439)
2021-01-30docs: Update changelog, revert formatting typo in READMEClementTsang
(cherry picked from commit 425f4877dec8b4ee2f0796241e54b8a2f71a6c61)
2021-01-30uptick: 0.5.7 (#399)Clement Tsang
(cherry picked from commit 58e18da0c32017e526e2ba02f8ed9ebc2ad991e9)
2021-01-25bug: Workaround for strange rendering when there are <4 CPU entries reported ↵Clement Tsang
(#398) So it seems that tui-rs doesn't like rendering my CPU bars if the height is exactly 1. It needs at least 2. I have no idea why, this is probably something weird with how I render. This, of course, breaks when there is only one row to report (i.e. with a dual core setup in #397). The workaround switches the gap between the CPU and mem/net parts to 0, and increases the CPU's draw height by 1, only when the height is otherwise 1 (so the draw height is now at least 2). This does have the side effect of including an extra line to the side borders, but I think it's fine. (cherry picked from commit d48e6cd7e080432daeca54a0aff9271c60a45107)
2021-01-25bug: Fix missing sorting arrow when for non-% mem (#389)Clement Tsang
Fixes a bug where you could make the sorting arrow disappear in the mem column if you did: 1. Go to proc widget 2. Switch to memory values from % 3. Press `m` (cherry picked from commit e30518bf6213bb99d333f836ecaeb252f967d41e)
2021-01-25bug: Fix hide table gap option not working in battery widget (#386)Clement Tsang
Fixes the `hide_table_gap` option not working with the battery widget. (cherry picked from commit cfddb7e223ce05ab916965abd72cebf40466058c)
2021-01-25bug: Fixes incorrect colours being used the CPU widget in basic mode (#373)Clement Tsang
Fixes the colour order being off in basic mode, and not using the average CPU colour. (cherry picked from commit 23ad597d18f28cbe079f29f720d74506bd858c53)
2020-12-17uptick: 0.5.6 (#362)0.5.6Clement Tsang
(cherry picked from commit bfdaa09e3a397df08ff45c44022537195bab0c2b)
2020-12-17refactor: re-use heim for ARM targets if possible (#360)Clement Tsang
Use heim on ARM targets again where appropriate. (cherry picked from commit 682f6493d1b0cd7e138b734cf5e789d81530bda5)
2020-12-17bug: Fix missing component list refresh (#361)Clement Tsang
(cherry picked from commit 061cdb913b04aa6cd7e29cf0cc285227ac21846a)
2020-12-17deps: Update various dependencies (#358)Clement Tsang
(cherry picked from commit 4471ecc16162edce8616f5b92c756a5fd46cccd4)
2020-12-17deps: Update to heim 0.1 (#354)Clement Tsang
(cherry picked from commit 49cfc75aca75ccda53f1dd40be584f82094389fb)
2020-12-15uptick: 0.5.5 (#356)0.5.5Clement Tsang
2020-12-14Add --no-default-features to PKGBUILD (#355)Clement Tsang
2020-12-12refactor: More minor optimization changes (#353)Clement Tsang
- Move data rather than cloning during data transferring step - Try using beef?
2020-12-11refactor: Use feature flags to avoid building with fern and log (#351)Clement Tsang
2020-12-11refactor: Another small optimization pass (#350)Clement Tsang
Making some small changes that would hopefully improve performance a bit. - Remove redundant string generations for CPU data conversion - Switch to fnv for PID hashmap and hashsets - Use buffered reading to avoid having to store too many lines as strings
2020-12-11bug: Fix incorrect cpu colour matching again in all position (#349)Clement Tsang
Turns out there was yet another bug with the CPU colour allocation. I had forgotten to use the same index calculation for the "all" position.
2020-12-10uptick: 0.5.4 (#348)0.5.4Clement Tsang
2020-12-10bug: Fix some performance regressions (#344)Clement Tsang
Fixes some performance regressions and forgotten cleanup. Changes to attempt to improve performance to match 0.4.x: - Remove `trace!` and `--debug` for now. These were a significant hog. Removing this dropped initial memory usage by about half. - Add additional cleaning step for `pid_mapping` during process harvesting. This should hopefully improve memory usage as time goes on. - Slightly change how we do sorting to hopefully be a bit more optimal? This was just an easy change to make that I spotted. - Fix broken cleaning child thread task.
2020-12-10ci: Switch to musl for homebrew linux (#347)Clement Tsang
Move from gnu to musl to avoid glibc issues.
2020-12-10ci: Use ubuntu-16.04 for linux gnu deploys and CIClement Tsang
2020-12-10bug: Fix missing states in processes (#345)Clement Tsang
Fixes another change breaking states from showing in processes.
2020-12-08refactor: Refactor some canvas code (#342)Clement Tsang
2020-12-05refactor: Rename battery_harvester to batteries (#340)Clement Tsang
2020-12-04docs: Add FAQ document (#339)Clement Tsang
2020-12-03refactor: Clean up some parts of data harvesting (#336)Clement Tsang
2020-11-30refactor: Simplify data harvesting (#335)Clement Tsang
Refactors the data harvesting system function names.
2020-11-28deps: update dependencies (#334)Clement Tsang
2020-11-28feature: Add scroll indicator to keep track of table position in widgets. (#333)Clement Tsang
Adds the option to enable an "out of" indicator for scrollable table widgets (using --show_table_scroll_position).
2020-11-27ci: Fix post-deploy step to actually use the correct files (#332)Clement Tsang
Previously it was CURL-ing from a non-existent URL, giving the wrong SHA hashes. Changed to upload the binaries as artifacts and using those directly.
2020-11-26uptick: 0.5.30.5.3ClementTsang
2020-11-26bug: Fix inverted battery colours (#331)Clement Tsang
Fixes colour theming for batteries being flipped.
2020-11-26ci: Fix some bugs/typos with the deploy script and components (#329)Clement Tsang
- Fix bug with choco and homebrew using incorrect bash syntax causing broken downloads. Why this didn't fail, idk. - Add tag entry for manual runs to make it easier to deploy/re-run - Fixed some typos - Fixed incorrect string in choco python script
2020-11-26ci: Move post deploy steps to main deploy script0.5.2Clement Tsang
2020-11-25ci: Fix incorrect path.ClementTsang
2020-11-25ci: Fix post-deploy scriptClementTsang
2020-11-25uptick: 0.5.2ClementTsang
2020-11-25bug: Fix inverted hide_avg_cpu option in config (#327)Clement Tsang
2020-11-23docs: Update choco versionClementTsang
2020-11-22other: Switch to once_cell (#324)Clement Tsang
Switch from lazy_static to once_cell.
2020-11-22other: update default config.tomlClementTsang
2020-11-22ci: Fix windows deployments (#323)Clement Tsang
Fixes an issue in the windows deployment action.
2020-11-22ci: Fix missing CARGO_HUSKY_DONT_INSTALL_HOOKS in pkgbuild templateClementTsang
2020-11-22ci: Fix homebrew deploy template using wrong autocomplete fileClementTsang
2020-11-22ci: Fix post-deploy script0.5.1ClementTsang
2020-11-22ci: Fix deployment GitHub Action script (#322)Clement Tsang
2020-11-22ci: Add downloads for windows in post-deployClement Tsang
2020-11-22ci: uptick to 0.5.1, fix ciClementTsang
2020-11-21ci: Add initial github actions ciClementTsang