Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
Oh jeez, it's been a while, eh?

I wanted to do more features for this, hence why it kept getting held back, but life's made it hard to find as much time/energy to work on this... hopefully things will settle down soon though.

As usual, thank you to everyone who has contributed!


Features

  • #1625: Add the ability to configure the disk widget's table columns.
  • #1641 + #1692: Support AMD GPU data collection on Linux (thank you @yretenai for doing this!)
  • #1642: Support changing the widget borders.
  • #1717: Support delete key (fn + delete on macOS) to kill processes.
  • #1306: Support using left/right key to collapse/expand process trees respectively (thanks to @nyurik).
  • #1767: Add a virtual memory column for processes.
  • #1770 (originally #1627): Add option to have process tree entries be collapsed by default (thanks @Bucket-Bucket-Bucket for the original PR!).

Bug Fixes

  • #1551: Fix missing parent section names in default config.
  • #1552: Fix typo in default config.
  • #1565: Fix issue where CPU usage in basic mode looks weird if core count isn't divisible by four (thanks @zebp for fixing this)
  • #1578: Fix missing selected text background colour in default-light theme (thanks @stephen-huan for the fix).
  • #1593: Fix using "none" for chart legend position in configs.
  • #1594: Fix incorrect default config definitions for chart legends.
  • #1596: Fix support for nilfs2 file system (thanks @llc0930).
  • #1660: Fix properly cleaning up the terminal if the program is terminated due to an Err bubbling to the top.
  • #1663: Fix network graphs using log scaling having broken lines when a point was 0.
  • #1667: Fix for ARC/SWAP not being hidden in basic mode after refactor (thanks @jamartin9)
  • #1683: Fix graph lines potentially showing up behind legends (thanks @mtoohey31).
  • #1701: Fix process kill dialog occasionally causing panics.
  • #1755: Fix missing stats/incorrect mount name for certain entries in the disk widget.
  • #1759: Fix increment for data tables if the change is greater than the number of entries left (thanks @yahlia).

Changes

  • #1559: Rename --enable_gpu to --disable_gpu, and make GPU features enabled by default (kudos to @shurizzle).
  • #1570: Consider $XDG_CONFIG_HOME on macOS when looking for a default config path in a backwards-compatible fashion.
  • #1686: Allow hyphenated arguments to work as well (e.g. --autohide-time).
  • #1701: Redesign process kill dialog.
  • #1706: Disable mouse capture when disable_click is set (thanks @benjamb).
  • #1769: Change how we calculate swap usage in Windows.

Other

  • #1551: Fix missing parent section names in TOML (thanks to @Frederick888).
  • #1566: Add Terra installation instructions (thanks @woodsb02)
  • #1588: Update demo caption in docs (kudos to @jasongwartz)
  • #1650: Update Arch install instructions (thanks @Wateir)
  • #1655: Better handle NVIDIA GPUs on Linux with only libnvidia-ml.so.1 (thanks @al42and for this)
  • #1658: Make it possible to override completion/manpage generation output directory via env (thanks @fgimian).
  • #1663: Rework how data is stored internally, reducing memory usage a bit.
  • #1674: Update Nix installation instructions (thanks @SigmaSquadron)
  • #1687: Update openSUSE installation instructions (thanks @win8linux).
  • #1689: Update Alpine Linux installation instructions (thanks @win8linux again).
  • #1749: Fix invalid desktop file values (thanks @kachick).

View the full release notes at https://github.com/ClementTsang/bottom/releases/tag/0.11.0.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Aug 6, 2025
Copy link
Contributor

github-actions bot commented Aug 6, 2025

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 6, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 6, 2025 08:54
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 6, 2025
Merged via the queue into main with commit be0dd96 Aug 6, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-bottom-0.11.0 branch August 6, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants