Skip to content

Releases: aristocratos/btop

btop++ (v1.0.6) Bug fixes

23 Sep 19:01
Compare
Choose a tag to compare

Changelog v1.0.6

  • Fixed: Check that getenv("LANG") is not NULL in UTF-8 check
  • Fixed: Processes not completely hidden when collapsed in tree mode
  • Fixed: Changed wrong filename error.log to btop.log

Binaries for each architecture are statically linked and works on kernel 3.2.0 and newer.

btop++ (v1.0.5) Bug fixes

22 Sep 15:31
Compare
Choose a tag to compare

Changelog v1.0.5

  • Fixed: Load AVG sizing when hiding temperatures
  • Fixed: Sizing constraints bug on start and boxes can be toggled from size error screen
  • Fixed: UTF-8 check crashing if LANG was set to non existant locale

Binaries for each architecture are statically linked and works on kernel 3.2.0 and newer.

btop++ (v1.0.4) Bug fixes

21 Sep 19:27
Compare
Choose a tag to compare

Changelog v1.0.4

  • Fixed: Use /proc/pid/statm if RSS memory from /proc/pid/stat is faulty

Binaries for each architecture are statically linked and works on kernel 3.2.0 and newer.

btop++ (v1.0.3) Bug fixes

21 Sep 15:39
Compare
Choose a tag to compare

Changelog v1.0.3

  • Fixed: stoi 0 literal pointer to nullptr and added more clamping for gradient array access

Binaries for each architecture are statically linked and works on kernel 3.2.0 and newer.

btop++ (v1.0.2) Bug fixes

20 Sep 16:32
Compare
Choose a tag to compare

Changelog v1.0.2

  • Fixed: ARCH detection in Makefile
  • Fixed: Color gradient array out of bounds, added clamp 0-100 for cpu percent values
  • Fixed: Menu size and preset size issues and added warnings for small terminal size
  • Fixed: Options menu page selection alignment

Binaries for each architecture are statically linked and works on kernel 3.2.0 and newer.

btop++ (v1.0.1) Bug fixes

18 Sep 18:20
Compare
Choose a tag to compare

Changelog v1.0.1

  • Fixed: UTF-8 check to include UTF8
  • Fixed: Added thread started check before joining in clean_quit()
  • Fix documentation of --utf-force in README and --help. by @purinchu

btop++ (v1.0.0) First release

18 Sep 13:30
Compare
Choose a tag to compare

Changelog v1.0.0

  • First release for Linux