Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

This PR contains the following updates:

Package Update Change
ClementTsang/bottom minor 0.9.60.12.3

Release Notes

ClementTsang/bottom (ClementTsang/bottom)

v0.12.3

Compare Source

Bug Fixes
  • #​1943: Fix a crash caused by multibyte UTF8 chars in process
    names.
Other
  • #​1939: Update Fedora install instructions.

v0.12.2

Compare Source

Bug Fixes
  • #​1933: Fix a memory leak in Windows while getting process priority
    information.

v0.12.1

Compare Source

Other
  • #​1920, #​1921:
    Fix issues with installing via Cargo when locked dependencies aren't used.

v0.12.0

Compare Source

Features
  • #​1830: Add spacebar shortcut to toggle process tree expansion.
  • #​1861: Add read-only mode, where things like killing processes is
    disabled.
  • #​1890: Add enter key shortcut to close process search widget.
  • #​1881: Add nice (UNIX-only) and priority columns to the process
    widget.
Bug Fixes
  • #​1910: Fix a bug around quote parsing in the process widget's
    search.
Other
  • #​1888: Make automatically generated .deb package conflict with
    the official one.
  • #​1891: Fix typos in codebase.
  • #​1896: Rename Linux icon to avoid collision with generic "bottom"
    icon.
  • #​1913: Add loongarch64-unknown-linux-gnu binary build target in
    CI.
  • #​1914: Add aarch64-linux-android binary build target in CI (with
    no default features).

v0.11.4

Compare Source

Bug Fixes
  • #​1859: Ensure average CPU is drawn on top in "All" mode.
  • #​1867: Fix network graph y-axis height cache not updating
    correctly.
  • #​1867: Fix network graph y-axis occasionally starting with a range
    of zero.
Other
  • #​1863: Replace bottom icon with a square version.
  • #​1865: Improve help dialog width calculation.

v0.11.3

Compare Source

Features
  • #​1812: Add free_arc option to subtract ARC from total memory
    usage.
Bug Fixes
  • #​1833: Sort disk I/O using actual value rather than string
    representation.
  • #​1812: Fix ARC collection on FreeBSD.
  • #​1846: Fix displayed average CPU value being wrong in graphs.
Other

v0.11.2

Compare Source

Features
  • #​1793: Add support for threads in Linux.
  • #​1719: Support ignoring all keypresses.
  • #​1772: Support hiding kernel threads.
Bug Fixes
  • #​1800: Fix colon at end of process name in Linux.
  • #​1804: Draw average CPU last again.
  • #​1811: Fix drawing average CPU in basic mode when dedicated row is
    enabled.
  • #​1817: Fix builds for FreeBSD on ARM/PowerPC due to libc::c_char
    data type being different.
  • #​1821: Use alpha version of ratatui version which fixes drawing at
    high resolutions.
  • #​1827: Fix crash for Windows where the network widget could cause
    a crash if the program started too quickly after boot under certain settings.
Other
  • #​1801: Build and check Windows ARM.
  • #​1816: Optimize username cloning on Unix.

v0.11.1

Compare Source

Bug Fixes
  • #​1776: Fix disk.columns being incorrectly interpreted as blank.
  • #​1787: Fix issue with battery widget time and small widths.
Other

v0.11.0

Compare Source

Features
  • #​1625: Add the ability to configure the disk widget's table
    columns.
  • #​1641 + #​1692:
    Support AMD GPU data collection on Linux.
  • #​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.
  • #​1767: Add a virtual memory column for processes.
  • #​1770 (
    originally #​1627): Add option to have process tree entries be
    collapsed by default.
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.
  • #​1578: Fix missing selected text background colour in
    default-light theme.
  • #​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.
  • #​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.
  • #​1683: Fix graph lines potentially showing up behind legends.
  • #​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.
Changes
  • #​1559: Rename --enable_gpu to --disable_gpu, and make GPU
    features enabled by default.
  • #​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.
  • #​1769: Change how we calculate swap usage in Windows.
Other
  • #​1655: Better handle NVIDIA GPUs on Linux with only
    libnvidia-ml.so.1.
  • #​1658: Make it possible to override completion/manpage generation
    output directory via env.
  • #​1663: Rework how data is stored internally, reducing memory usage
    a bit.
  • #​1749: Fix invalid desktop file values.

v0.10.2

Compare Source

Features
  • #​1487: Add option to move the AVG CPU bar to another row in basic mode.
Bug Fixes
  • #​1541: Fix some process details not updating for macOS and Windows.
  • #​1542: Fix confusing process run times being reported on macOS.
  • #​1543: Fix the --default_cpu_entry argument not being checked.

v0.10.1

Compare Source

Bug Fixes
  • #​1526: Fix --help description being incorrectly set for a flag, breaking the output.

v0.10.0

Compare Source

Features
  • #​1276: Add GPU process info.
  • #​1353: Support selecting the average CPU graph as a default.
  • #​1373: Add support for bcachefs in disk widget.
  • #​1430: Support controlling the graph legend position for memory and network graph widgets.
  • #​1512: Support bold text styling options.
  • #​1514: Support italic text styling options.
Changes
  • #​1276: NVIDIA GPU functionality is now tied behind the --enable_gpu flag. This will likely be changed in the future.
  • #​1344: Change the group command line-argument to group_processes for consistency with the config file option.
  • #​1376: Group together related command-line arguments in -h and --help.
  • #​1411: Add time as a default column.
  • #​1436: Use actual "swap" value for Windows.
  • #​1441: The following arguments have changed names:
    • --left_legend/-l is now --cpu_left_legend.
  • #​1441: The following config fields have changed names:
    • expanded_on_startup is now expanded.
    • left_legend is now cpu_left_legend.
  • #​1458: Fix a bug with --hide_table_gap with the battery widget.
  • #​1472: The following arguments have changed names:
    • --mem_as_value is now process_memory_as_value.
  • #​1472: The following config fields have changed names:
    • mem_as_value is now process_memory_as_value.
  • #​1481: The following config fields have changed names:
    • disk_filter is now disk.name_filter.
    • mount_filter is now disk.mount_filter.
    • temp_filter is now temperature.sensor_filter
    • net_filter is now network.interface_filter
  • #​1499: Redesign how styling is configured.
  • #​1499: The following arguments have changed names:
    • --colors is now --theme
  • #​1513: Table headers are now bold by default.
  • #​1515: Show the config path in the error message if unable to read/create a config.
  • #​1682: On Linux, temperature sensor labels now always have their first letter capitalized (e.g. "k10temp: tctl" -> "k10temp: Tctl").
Bug Fixes
  • #​1314: Fix fat32 mounts not showing up in macOS.
  • #​1355: Reduce chances of non-D0 devices waking up due to temperature checks on Linux.
  • #​1410: Fix uptime calculation for Linux.
Other

v0.9.7

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Aug 1, 2024
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from f2614cb to 2e99414 Compare August 1, 2024 18:07
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.10.0 Update dependency ClementTsang/bottom to v0.10.1 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from 2e99414 to bb40277 Compare August 6, 2024 01:55
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.10.1 Update dependency ClementTsang/bottom to v0.10.2 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from bb40277 to 40c720f Compare August 7, 2024 14:44
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from 40c720f to 8ea61b0 Compare August 6, 2025 04:31
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.10.2 Update dependency ClementTsang/bottom to v0.11.0 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from 8ea61b0 to 83adde8 Compare August 15, 2025 05:55
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.11.0 Update dependency ClementTsang/bottom to v0.11.1 Aug 15, 2025
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.11.1 Update dependency ClementTsang/bottom to v0.11.2 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from 83adde8 to 658e712 Compare October 8, 2025 04:43
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from 658e712 to 7f6dff3 Compare November 6, 2025 20:51
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.11.2 Update dependency ClementTsang/bottom to v0.11.3 Nov 6, 2025
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from 7f6dff3 to bdb2454 Compare November 16, 2025 22:44
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.11.3 Update dependency ClementTsang/bottom to v0.11.4 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from bdb2454 to ea4b81b Compare December 25, 2025 04:24
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.11.4 Update dependency ClementTsang/bottom to v0.12.0 Dec 25, 2025
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from ea4b81b to c89d63d Compare December 25, 2025 17:57
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.12.0 Update dependency ClementTsang/bottom to v0.12.1 Dec 25, 2025
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from c89d63d to 53a54a6 Compare December 27, 2025 18:05
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.12.1 Update dependency ClementTsang/bottom to v0.12.2 Dec 27, 2025
@renovate renovate bot force-pushed the renovate/clementtsang-bottom-0.x branch from 53a54a6 to c5f4d34 Compare January 1, 2026 04:37
@renovate renovate bot changed the title Update dependency ClementTsang/bottom to v0.12.2 Update dependency ClementTsang/bottom to v0.12.3 Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant