summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-01-20refactor: change name of some stuff, add some comments (#992)Clement Tsang
* some quick refactoring first * add todo for bug report template
2023-01-20other: refresh cpu for sysinfo users if proc is used (#991)Clement Tsang
2023-01-19other: re-enable disk usage split, update help menu (#963)Clement Tsang
* Revert "other: revert disk usage change for now (#962)" This reverts commit d3661c23200a66c7dc01f4e534d8d7e97dc188d2. * some cleanup * update help menu * update screenshot * update changelog wording * Remove redundant newlines * Use type system to ensure help constants match in size
2023-01-18docs: add felipesuri as a contributor for doc (#989)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>
2023-01-18docs: Update ArchLinux install command (#988)felipesuri
It is removing `-yu`, because it updates the system before downloading the package. ArchLinux is updated constantly and can crash the system, so it's better just to install the package.
2023-01-18other: bump edition to 2021 (#987)Clement Tsang
2023-01-18other: fix missing memory feature for heim on linux (#986)Clement Tsang
2023-01-18other: switch to windows-rs for process killing (#985)Clement Tsang
2023-01-17docs: add note about individual autocompletion filesClement Tsang
2023-01-15docs: update changelog and all contrib sections (#984)Clement Tsang
2023-01-15docs: add NitrogenDev as a contributor for code (#983)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>
2023-01-15other: Dynamic battery widget (#975)RareČ™ Constantin
* Added dynamic battery widget For bottom to know that there are no batteries on the system, I added the battery::Manager to the options.rs file because here is the first moment bottom verifies battery configuration by reading the config file, which may or may not contain the battery field, but for a better UX, it doesn't matter what bottom finds in the config file now, if it doesn't retrieve battery data, it just ignores the battery widget all together. If needed, it can be adjusted so that if the config file contains the battery field, it will still show the widget. * CFG guarding for BATTERY module I guarded the options.rs in two places for battery module that can be missing in the feature list. Co-authored-by: RaresCon <RaresCon> Co-authored-by: NitrogenDev <44950964+NitrogenDev@users.noreply.github.com>
2023-01-15other: skip battery duration draw if unknown (#974)Clement Tsang
* other: skip battery duration draw if unknown * increase others * update changelog
2023-01-14deps: update more dependencies as of 2022-01-14 (#982)Clement Tsang
2023-01-14deps: update regex to 1.7.1 (#981)Clement Tsang
2023-01-14deps: updates unicode deps to support unicode 15 (#980)Clement Tsang
2023-01-14deps: updates some minor deps as of 2023-01-14 (#979)Clement Tsang
Updates: - log - serde - itertools
2023-01-14deps: update indexmap to 1.9.2 (#978)Clement Tsang
2023-01-14deps: update procfs to 0.14.2 (#977)Clement Tsang
2023-01-13ci: add schedule to clear PR caches (#973)Clement Tsang
2023-01-13ci: try removing cache from build workflow (#972)Clement Tsang
2023-01-12ci: remove git hash and nightly tag from deb file name (#970)Clement Tsang
* ci: switch deb nightly builds back to the same string as normal Easier to stay consistent, I guess. * disable cache for cargo deb * reenable cache * nvm
2023-01-12other: bump up version in Cargo.toml to 0.7.2ClementTsang
2023-01-12ci: follow .deb naming conventions (#969)Clement Tsang
Change the .deb file generation back to following standard naming conventions.
2023-01-09docs: minor update of Windows installation docs (#966)Clement Tsang
* docs: minor update of Windows installation docs * Update README.md
2023-01-07docs: fix debian/ubuntu download links (#965)Clement Tsang
2023-01-05docs: update screenshots for 0.7.1 (#964)0.7.1Clement Tsang
2023-01-05uptick: 0.7.1 (#959)Clement Tsang
* uptick: 0.7.1 * update changelog
2023-01-05other: revert disk usage change for now (#962)Clement Tsang
This is a temp change, this commit will be reverted after 0.7.1 comes out.
2023-01-05ci: fix CI concurrency grouping (#961)Clement Tsang
Seems like we want `github.ref`, not `github.event.ref`, which is blank.
2023-01-05bug: further shrink battery time-to text (#960)Clement Tsang
2023-01-05docs: make stable docs the default (#958)Clement Tsang
2023-01-05ci: add timeout to build workflow caching (#957)Clement Tsang
* ci: add timeout and skip for cache in build workflow * use for all
2023-01-04docs: shrink GIF caption textClement Tsang
2023-01-04docs: update changelogClement Tsang
2023-01-04bug: fix CPU 'all' label missing on small sizes (#953)Clement Tsang
Fixes the "All" label being missing on small windows.
2023-01-04bug: reduce battery text cutoff in small windows (#952)Clement Tsang
Fixes an issue where small windows would cause the battery to-X time to be cut off.
2023-01-02docs: update note on unofficial FreeBSD supportClement Tsang
2023-01-02ci: add build hash to nightly builds for version (#951)Clement Tsang
This adds the build hash to the btm -V output for nightly builds, making it easier to troubleshoot when someone might have obtained a nightly build, and what commit it corresponds to.
2023-01-01feature: split usage into usage percentage and value (#950)Clement Tsang
Denotes both usage and usage percentage. This also redoes the calculation for percentage to be based on the sum of avail + used, rather than on total, as otherwise we get potentially confusing percentages.
2023-01-01other: run rustfmt (#949)Clement Tsang
2023-01-01ci: use a better way of getting branch from tagged builds for CirrusCI (#948)Clement Tsang
* ci: use a better way of getting branch from tagged builds for CirrusCI * add a bit more logging
2023-01-01docs: [ImgBot] Optimize images (#947)imgbot[bot]
/assets/demo.gif -- 3,692.42kb -> 3,226.92kb (12.61%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-01-01ci: update action-gh-release dependency (#946)Clement Tsang
2022-12-31ci: remove typo in chocolatey template (#944)Clement Tsang
2022-12-31ci: default to master branch on tag release (#943)0.7.0Clement Tsang
2022-12-31ci: disable cache for cross release gen (#942)Clement Tsang
2022-12-31docs: update demo to 0.7.0 (#941)Clement Tsang
* docs: update demo to 0.7.0 * update again
2022-12-31docs: update debian install instructions regarding ARMClement Tsang
2022-12-31uptick: 0.7.0 (#940)Clement Tsang