Package Release Info

btop-1.4.0+git20240922.6c0cedd-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

btop

Change Logs

* Sun Sep 22 2024 scott.bradnick@suse.com
- Updating ROCm to v6.2.1
- Update to version 1.4.0+git20240922.6c0cedd:
  * v1.4.0 Intel GPU support & NetBSD support
  * Added documentation for Intel GPU support and setcap command to Makefile
  * Set Intel GPU baseline max power at 10W
  * Added warnings when toggling boxes and terminal size is to small
  * Fix missing core percentages, issue #792
  * GPU fixes
  * Fix missing headers headers for GPU build on Alpine
  * Fixed includes for CC
  * Fixed Makefile and added workaround for missing asprintf with Clang
  * intel gpu frequency
  * don't namespace on x64
  * add stdio
  * intel gpu power consumption
  * intel igpu support
* Fri Aug 16 2024 scott.bradnick@suse.com
- Updating ROCm to v6.2.0
- Update to version 1.3.2+git20240805.00c9088:
  * fix: include missed out utility header.
  * Switch macos continuous build from gcc to clang
  * Add fix for disk used and free percent #791
  * Beautify command line error output and help message
  * Disable STATIC build for cmake.
  * Fix the pkg_add command in README.
  * Bump NetBSD to 10.0 in CI.
  * Update README.md with NetBSD details.
  * Ignore netbsd folder in other builds.
  * Use kvm and ifaddr defs from shared.hpp.
  * Simplify the CI command.
  * Add support for reading thermal stats.
  * Add support for reading battery stats.
  * Get the 64 bit value of physmem.
  * Add CMake build support for NetBSD.
  * Attempt to fix the CI.
  * Fix some of the memory stats.
  * Add build files for NetBSD.
  * Add NetBSD Support.
* Fri Jul 26 2024 scott.bradnick@suse.com
- Update to version 1.3.2+git20240624.e4f69cd:
  * Updated soon to be deprecated actions to latest versions
  * Removed macos-14 for now due to XCode bug when compiling with gcc
  * Removed deprecated macos-11 and add macos-13 and macos-14
  * Update spacing
  * fix io_graph_speeds parsing
  * fix divide 0 error when caculating disk usage percentage (#791)
* Thu Jun 06 2024 Scott Bradnick <scott.bradnick@suse.com>
- Updating ROCm to v6.1.2
  * Adding note about RSMI_STATIC=true not working for gcc-14
  * Possibly https://github.com/ROCm/rocm_smi_lib/issues/170 has a fix?
* Sat Jun 01 2024 scott.bradnick@suse.com
- Update to version 1.3.2+git20240601.516979b:
  * Fixed missing CPU core temps when too small to show core temp graphs, issues #792 #867
  * Fixed missing IO graphs in IO mode, issue #867
  * V1 of Phoenix Night theme
  * Add missing linker flag for static links on FreeBSD
  * Fix comments in theme files
  * fix zero temp (#467)
* Tue May 14 2024 Scott Bradnick <scott.bradnick@suse.com>
- Adding 'BuildRequires: lowdown' for manpage generation.
  * Currently TW only since lowdown isn't present in Leap
* Thu May 09 2024 Scott Bradnick <scott.bradnick@suse.com>
- Adding btop-rpmlintrc as Source99
* Wed May 01 2024 scott.bradnick@suse.com
- Removing btop_collect.cpp.diff since it was fixed upstream
- Update to version 1.3.2+git20240501.dd4ada7:
  * Fixed missing definition for ROCm static build
* Wed May 01 2024 Scott Bradnick <scott.bradnick@suse.com>
- Using '-pie' for 15.5 and 15.6 causes errors in the linking stage, removing.
- Adding btop-rpmlintrc
* Wed May 01 2024 Scott Bradnick <scott.bradnick@suse.com>
- Adjusting btop_collect.cpp.diff to follow suggestion from
  https://github.com/aristocratos/btop/issues/837
Version: 1.2.5-bp154.1.20
* Mon Mar 07 2022 Scott Bradnick <scott.bradnick@suse.com> - 1.2.5
- Update to upstream release 1.2.5:
  * Fixed: Fallback to less accurate UTF8 char count if conversion to
    wstring fails
  * Fixed: Small ui fixes for mem and disks
  * Added: New theme HotPurpleTrafficLight, by @pallebone
  * Fixed: title_left symbol between auto and zero in the net box is
    not displayed, by @mrdotx
  * Fixed: Mouse mappings for net box
* Mon Feb 28 2022 Scott Bradnick <scott.bradnick@suse.com> - 1.2.4
- Update to upstream release 1.2.4:
  * Optimization: Proc::draw()
  * Fixed: Ignore duplicate disks with same mountpoint
  * Changed: Restrict command line for processes to 1000 characters to fix
    utf8 conversion errors
  * Added: add "g" and "G" to vim keys, by @mohi001
* Tue Feb 15 2022 Scott Bradnick <scott.bradnick@suse.com> - 1.2.3
- Update to upstream release 1.2.3:
  * Changed: floating_humanizer() now show fractions when shortened and value
    is < 10
  * Fixed: Process tree not redrawing properly
  * Fixed: string to wstring conversion crash when string is too big
* Mon Feb 14 2022 Scott Bradnick <scott.bradnick@suse.com> - 1.2.2
- Update to upstream release 1.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
* Fri Feb 11 2022 Scott Bradnick <scott.bradnick@suse.com> - 1.2.1
- Update to upstream release 1.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
* Tue Jan 18 2022 Scott Bradnick <scott.bradnick@suse.com> - 1.2.0
- Update to upstream release 1.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
* Wed Dec 29 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.1.4
- Update to upstream release 1.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
* Mon Dec 13 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.1.3
- Update to upstream release 1.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()
* Sun Nov 28 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.1.2
- Update to upstream release 1.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
* Tue Nov 16 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.1.1
- Update to upstream release 1.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
* Mon Nov 15 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.1.0
- Update to upstream release 1.1.0:
  * Added: Support for OSX, by @joske and @aristocratos
* Tue Nov 09 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.0.24
- Update to upstream release 1.0.24:
  * Changed: Collection ordering
  * Fixed: Restore all escape seq mouse modes on exit
  * Fixed: SIGINT not cleaning up on exit
- Update to upstream relaese 1.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
* Thu Nov 04 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.0.22
- Update to upstream release 1.0.22:
  * Fixed: Bad values for disks and network on 32-bit
* Tue Nov 02 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.0.21
- Update to upstream release 1.0.21:
  * Fixed: Removed extra spaces in cpu name
  * Added: / as alternative bind for filter
  * Fixed: Security issue when running with SUID bit set
* Wed Oct 27 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.0.20
- Update to upstream release 1.0.20:
  * Added: Improved cpu sensor detection for Ryzen Mobile, by @adnanpri
  * Changed: Updated makefile
  * Changed: Regex for Fx::uncolor() changed to string search and replace
  * Changed: Removed all use of regex with dedicated string functions
* Thu Oct 21 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.0.19
- Update to upstream release 1.0.19:
  * Fixed: Makefile now tests compiler flag compatibility
* Tue Oct 19 2021 Scott Bradnick <scott.bradnick@suse.com> - 1.0.18
- Update to upstream release 1.0.18:
  * Fixed: Makefile g++ -dumpmachine failure to get platform on some distros
- Update to upstream release 1.0.17:
  * Changed: Reverted mutexes back to custom atomic bool based locks
  * Added: Static binaries switched to building with musl + more platforms, by @jan-guenter
  * Fixed: Improved battery detection, by @jan-guenter
  * Added: Displayed battery selectable in options menu
  * Fixed: Battery error if non existent battery named is entered
* Mon Oct 18 2021 Scott Bradnick <scott.bradnick@suse.com>
- Updating to version 1.0.16 ...
* Wed Oct 13 2021 Scott Bradnick <scott.bradnick@suse.com>
- Updating to version 1.0.15 ...
* Thu Oct 07 2021 Scott Bradnick <scott.bradnick@suse.com>
- Updating to version 1.0.14 ...