Releases: ClementTsang/bottom
0.5.2 Release
Note: this version has a bug causing very large memory usage over long periods of time. Please use <0.5.0 or >=0.5.4
Bug Fixes
- #327: Fixes
hide_avg_cpubeing inverted in config files.
0.5.1 Release
Note: this version has a bug causing very large memory usage over long periods of time. Please use <0.5.0 or >=0.5.4
Patch for some bugs that were spotted in the 0.5.0 release.
Bug Fixes
0.5.0 Release
Note: this version has a bug causing very large memory usage over long periods of time. Please use <0.5.0 or >=0.5.4
Apologies for how long this took.
Features
- Adaptive network graphs: the network widget's y-axis will now adjust based on your current usage. For example:
-
Mouse support for tables and moving to widgets.
-
The ability to hide specific temperature and disk entries via config.
-
Added a tree mode, you can access this with the
tkey.
- A simple indicator for when data updating is frozen.
- Built-in colour themes.
Changes
-
Updated help descriptions, added auto-complete generation.
-
Changed how we do battery theming. We now only set high, medium, and low colours and we deal with the ratios.
Bug Fixes
- Fixes a bug where you could move down in the process widget even if the process widget search was closed.
- Add labels to Linux temperature values.
- Implements sorting by count. It previously did absolutely nothing.
- Fix being able to cause an index out-of-bounds by resizing to a smaller terminal just after the program got the terminal size, but right before the terminal started drawing.
- Fixed not clearing screen before drawing, which caused issues for some environments.
- Fix highlighted entries being stuck in another colour when the widget is not selected.
- Expanding a widget no longer overrides the widget/dialog title colour.
- Fixed process names occasionally showing up as truncated, due to only using /proc//stat as our data source.
- Fixed missing thread termination steps as well as improper polling causing blocking in input thread.
- Fixed the CPU basic widget showing incorrect data due to an incorrect offset when displaying the data.
- Fixed an incorrect offset affecting the CPU colour when scrolling.
- Fixed spacing problems in basic CPU mode.
- Fixed an incorrect offset affecting the graph CPU colour mismatching the legend.
- Removes an accidental extra comma in one of the headers in the disk widget.
- Removes the automatically generated CPU colours method.
0.4.7 Release
Just a single bug fix, where searching by command name was broken.
0.4.6 Release
Minor update, with some bug fixes, changes, and new features. Most of the work done was refactoring and updating old, weird code.
Features
- Allow using
Pto toggle between the processes' base name and the processes' full name:
- Added sorting capabilities for any column. Using
swill open up a menu allowing you to select which column you want to sort by.
-
Added
Ito invert the current process sort. -
Added the ability to toggle between mem% and actual memory values by using
%in the process widget:
and basic memory widget when using --basic:
- Support searching processes by state (i.e.
state=sleeping):
-
Added
WASDas an alternative method to moving between widgets. -
Made
ealso escape expanded widgets (soeexpands, then pressingeagain will shrink the widget, like if you had pressedESC).
Changes
-
Dropped MSRV (for now), mainly supporting stable and newer versions of Rust.
-
For macOS, support
$HOME/Library/Application Supportinstead of$HOME/.configfor config files. For backwards compatibility's sake, for macOS, this will still check.configif it exists first, but otherwise, it will default to the new location.
Bug fixes
-
Fixed bug in basic mode where the battery widget was placed incorrectly.
-
Fixed a bug caused by hitting
Enterwhen a process kill fails, breaking future process kills. -
Fix bug caused by incorrectly reading the
/proc/{pid}/statsfile.
0.4.5 Release
Minor update to match needing to update on crates.io. No changes.
0.4.4 Release
...Well this is a bit awkward. There hasn't been any updates for a while - sorry! I've been busy with school, so that's put a huge damper on any productivity regarding this project.
...Anyways, onto the important parts that people reading this would care about. This is a minor release that consists of a few changes/bug fixes that were actually done months ago, but I had wanted to release together with 0.5.0... except that's going to take a while, so I might as well push these now, and load a bit more onto 0.5.0 to make it a bit of a bigger update when I have the time to do so.
Features
- Added process states to the processes widget.
Bug Fixes
-
Fixed a bug where bottom would incorrectly read the wrong values to calculate the read/write columns for processes in Linux.
-
Fixed a bug where OR operations in the process query wouldn't properly for some cases.
-
Improved process query overall... it should be generally more usable, at least from my testing.
Changes
-
Showing average CPU is now on by default. Disable it via flag.
-
Removed CPU filtering. I didn't like it and had planned on rolling out this change with an alternative, more usable CPU widget system. Note, if you liked it, let me know, it's easy to add back in as an option but for now, I ripped it out since it was causing more headaches.
show_disabled_dataflag and option are also removed as they are now irrelevant.
-
Made the CPU entry you're scrolling over highlight even when you're not on the widget.
0.4.3 Release
Minor update to update a dependency to avoid an overflow.
0.4.2 Release
A minor update to fix some bugs and some minor QoL changes:
Changes
-
Automatically hide time axis labels if the widget gets too small.
-
Automatically hide table gap if the widget gets too small.
Bugs
- The
<Space>character can be used as an "AND" again (properly) in queries. For example:
(btm cpu > 0) (discord mem > 0)is equivalent to:
(btm AND cpu > 0) AND (discord AND mem > 0)-
Fixed an issue where if the drive I/O label didn't match any disk, the entire disk widget would display no results.
-
Also fixed macOS disk I/O not working at all. Now it sorta works.
-
Display SWAP and MEM legends even if the total amount is 0 to avoid a weird blank spot in the legend.











