Skip to content

Releases: aristocratos/btop

btop++ (v1.3.2) Hotfix GPU support AMD ROCm v6

12 Feb 15:30
Compare
Choose a tag to compare

Changelog v1.3.2

Description Author(s) References
fix: Can't detect librocm 6.0.x @imwints, @aristocratos #761

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

No MacOs or BSD binaries provided for the moment.

Notice! None of the binaries have GPU support, compile yourself or wait for distribution packages for GPU monitoring support!

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!

btop++ (v1.3.1) Bug fixes

11 Feb 17:32
Compare
Choose a tag to compare

Changelog v1.3.1

Description Author(s) References
GPU: Added support for dynamic loading of ROCm v6 libraries @aristocratos, @fxzjshm 5511131, #737
Increase max network interface name to 15 @tessus #714
Fix OpenBSD UTF-8 locale detection @lcheylus, @imwints #753, #717
Add hot-reloading of config file with CTRL+R or SIGUSR2 signal @MartinPit #722
Add battery power draw for linux and freebsd @vsey #689
Fix crash caused by string exception when cpu clock is exactly between 999.5 and 999.9 Mhz @rkmcode #735
Write newline at end of config file @planet36 #743
Add theme based on Everforest Dark Medium palette @M-Sviridov #746
fix: don't mangle memory for zombie processes @joske #747
Share common code from collect @imwints #756
Fixed incorrect used and available memory for OSX 4461a43

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

No Macos and FreeBSD binaries provided for the moment.

Notice! None of the binaries have GPU support, compile yourself or wait for distribution packages for GPU monitoring support!

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!

btop++ (v1.3.0) GPU Support Linux and platform support OpenBSD

07 Jan 14:23
Compare
Choose a tag to compare

Changelog v1.3.0

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

No Macos and FreeBSD binaries provided for the moment.

Notice! None of the binaries have GPU support, compile yourself or wait for distribution packages for GPU monitoring support!

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!

btop++ (v1.2.13) Bug fixes

06 Nov 21:36
Compare
Choose a tag to compare

Changelog v1.2.13

  • Makefile: VERBOSE=true flag for Makefile to display all compiler commands and fixed so already set CXXFLAGS and LDFLAGS are displayed.
  • Makefile: Added autodetection for gcc12 to make compiling on macos Ventura easier.
  • Changed: Reverted back to sysconf(_SC_NPROCESSORS_ONLN) for Cpu core count ant let the new dynamic update fix if cores are turned on later
  • Fixed: Ignore disks that fails in statvfs64() to avoid slowdowns and possible crashes.
  • Fixed: Moved up get_cpuHz() in the execution order to get better cpu clock reading.
  • Added: proc tree view: if there's more than 40 width left, try to print full cmd, by @Superty
  • Fixed: Show the first IP of the interface in NET box instead of the last, by @correabuscar
  • Changed: Replace getnameinfo with inet_ntop [on Linux], by @correabuscar
  • Fixed: Not picking up last username from /etc/passwd
  • Fixed: Process nice value underflowing, issue #461
  • Changed: Replace getnameinfo with inet_ntop [on FreeBSD], by @correabuscar
  • Changed: Replace getnameinfo with inet_ntop [on macos], by @correabuscar

Edit:

  • Changed: Release packages folder structure, all files now contained in btop folder, for reason see #242

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

Macos binaries are statically linked with libgcc and libstdc++ but only guaranteed to work on the OSX version mentioned in the name.

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!

btop++ (v1.2.12) Bug fix

07 Oct 18:59
Compare
Choose a tag to compare

Changelog v1.2.12

  • Added: Dynamic updating of max number of CPU cores.

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

Macos binaries are statically linked with libgcc and libstdc++ but only guaranteed to work on the OSX version mentioned in the name.

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!

btop++ (v1.2.11) Quick fix for number of cores detection

07 Oct 11:52
Compare
Choose a tag to compare

Changelog v1.2.11

  • Fixed: Number of cores wrongly detected for Ryzen in rare cases.

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

Macos binaries are statically linked with libgcc and libstdc++ but only guaranteed to work on the OSX version mentioned in the name.

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!

btop++ (v1.2.10) Bug fixes, cleanup + a new theme

06 Oct 20:16
Compare
Choose a tag to compare

Changelog v1.2.10

  • Fixed: Process tree filtering not case insensitive
  • Added: Paper theme, by @s6muel
  • Fixed: Extra checks to avoid crash on trying to replace empty strings in tree mode
  • Fixed: Crashing when cores are offline
  • Fixed: Cpu::collect() core count counter...
  • Changed: Using sysconf(_SC_NPROCESSORS_CONF) for number of cores instead of sysconf(_SC_NPROCESSORS_ONLN)
  • Maintenance: Code cleanup, by @stefanos82

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

Macos binaries are statically linked with libgcc and libstdc++ but only guaranteed to work on the OSX version mentioned in the name.

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!

btop++ (v1.2.9) Bug fixes + new features and themes

28 Aug 11:47
Compare
Choose a tag to compare

Changelog v1.2.9

  • Fixed: Memory values not clearing properly when not in graph mode in mem box
  • Changed: kyli0x theme color update, by @kyli0x
  • Added: Elementarish theme, by @DennisMayr
  • Added: key "?" to see help, by @mohi001
  • Added: solarized_light theme, by @Fingerzam
  • Changed: Made ZFS stats collection compatible with zfs_pools_only option, by @simplepad
  • Changed: Rewrite of process sorting and tree generation including fixes for tree sorting and mouse support
  • Added: Option to hide the small cpu graphs for processes
  • Changed: Small graphs now show colors for each character
  • Fixed: Getting selfpath on macos (fix for finding theme folder)

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

Macos binaries are statically linked with libgcc and libstdc++ but only guaranteed to work on the OSX version mentioned in the name.

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!

btop++ (v1.2.8) New features & themes

29 Jun 16:59
Compare
Choose a tag to compare

Changelog v1.2.8

  • Added: Support for ZFS pool io stats monitoring, by @simplepad
  • Added: Filtering of kernel processes, by @0xJoeMama
  • Added: New theme everforest-dark-hard, by @iambeingtracked
  • Added: New theme tomorrow-night, by @appuchias
  • Changed: Disable battery monitoring if it fails instead of exiting

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

Macos binaries are statically linked with libgcc and libstdc++ but only guaranteed to work on the OSX version mentioned in the name.

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!

btop++ (v1.2.7) Bug fixes & new features

28 May 19:08
Compare
Choose a tag to compare

Changelog v1.2.7

  • Fixed: Disk IO stats for individual partitions instead of whole disk (Linux)
  • Added: Case insensitive process filtering, by @abrasumente233
  • Added: Include ZFS ARC in cached/available memory on Linux, by @mattico
  • Added: Desktop entry and icons, by @yonatan8070
  • Fixed: Net sync scale bug
  • Added: tokyo-night & tokyo-storm themes, by @Schievel1

For additional binaries see the Continuous Builds.

Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.

Macos binaries are statically linked with libgcc and libstdc++ but only guaranteed to work on the OSX version mentioned in the name.

Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!