Skip to content

Releases: aristocratos/btop

btop++ (v1.2.2) Bug fixes

12 Feb 23:59
Compare
Choose a tag to compare

Changelog v1.2.2

  • Changed: Reverted uncolor() back to using regex to fix delay in opening menu when compiled with musl
  • Added: Toggle for showing free disk space for privileged or normal users
  • Added: Clarification on signal screen that number can be manually entered

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.

RISCV64 Linux binaries currently unavailable while we investigate compilation issues with musl, manual compilation with dynamic linking still works.

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.1) Bug fixes

11 Feb 19:02
Compare
Choose a tag to compare

Changelog v1.2.1

  • Added: Arrow only after use of "f" when filtering processes, by @NavigationHazard
  • Fixed: Fx::uncolor not removing all escapes
  • Fixed: Text alignment for popup boxes
  • Fixed: Terminal resize warning getting stuck
  • Removed: Unnecessary counter for atomic_lock
  • Added: Percentage progress to Makefile
  • Fixed: Alignment of columns in proc box when wide UTF8 characters are used
  • Fixed: Battery meter draw fix

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.

RISCV64 Linux binaries currently unavailable while we investigate compilation issues with musl, manual compilation with dynamic linking still works.

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.0) FreeBSD Support

16 Jan 13:19
Compare
Choose a tag to compare

Changelog v1.2.0

  • Added: Support for FreeBSD, by @joske and @aristocratos
  • Fixed (again): Account for system rolling over net speeds in Net::collect()
  • Added: Theme gruvbox_material_dark, by @marcoradocchia
  • Added: Option for base 10 bytes/bits

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.1.4) Bug fixes

29 Dec 13:40
Compare
Choose a tag to compare

Changelog v1.1.4

  • Fixed: Create dependency files in build directory when compiling, by @stwnt
  • Fixed: fix CPU temp fallback on macOS, by @joske
  • Changed: From rng::sort() to rng::stable_sort() for more stability
  • Fixed: in_avail() can always be zero, by @pg83

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.1.3) New themes + bugfixes

11 Dec 17:22
Compare
Choose a tag to compare

Changelog v1.1.3

  • Added: New theme ayu, by @AlphaNecron
  • Added: New theme gruvbox_dark_v2, by @pietryszak
  • Fixed: Macos cpu coretemp for Intel, by @joske
  • Added: New theme OneDark, by @vtmx
  • Fixed: Fixed network graph scale int rollover
  • Fixed: Suspected possibility of very rare stall in Input::clear()

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.1.2) Bug fixes

27 Nov 17:52
Compare
Choose a tag to compare

Changelog v1.1.2

  • Fixed: SISEGV on macos Mojave, by @mgradowski
  • Fixed: Small optimizations and fixes to Mem::collect() and Input::get()
  • Fixed: Wrong unit for net_upload and net_download in config menu
  • Fixed: UTF-8 detection on macos
  • Fixed: coretemp iteration due to missing tempX_input, by @KFilipek
  • Fixed: coretemp ordering

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.1.1) OSX build fixes

16 Nov 07:41
Compare
Choose a tag to compare

Changelog v1.1.1

  • Added: Partial static build (libgcc, libstdc++) for macos
  • Changed: Continuous build macos switched to OSX 11.6 (Big Sur) and partial static build
  • Changed: Release binaries for macos switched to OSX 12 (Monterey) and partial static build

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.1.0) OSX Support

14 Nov 00:23
Compare
Choose a tag to compare

Changelog v1.1.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.

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

btop++ (v1.0.24) Bug fixes

09 Nov 09:03
Compare
Choose a tag to compare

Changelog v1.0.24

  • Changed: Collection ordering
  • Fixed: Restore all escape seq mouse modes on exit
  • Fixed: SIGINT not cleaning up on exit

For additional binaries see the Continuous Build.

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

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

btop++ (v1.0.23) Bug fixes

08 Nov 17:58
Compare
Choose a tag to compare

Changelog v1.0.23

  • Fixed: Config parser missing first value when not including version header
  • Fixed: Vim keys menu lists selection
  • Fixed: Stall when clearing input queue on exit and queue is >1
  • Fixed: Inconsistent behaviour of "q" key in the menus

For additional binaries see the Continuous Build.

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

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