Commit Graph

184 Commits

Author SHA1 Message Date
aristocratos 7ca4940deb Added OSX fixes for upcoming merge 2021-11-13 21:19:18 +01:00
aristocratos 81df582687 v1.0.24 Bug fixes 2021-11-09 10:03:37 +01:00
aristocratos 41f1e9e0a7 Fixed: SIGINT not cleaning up on exit 2021-11-08 20:35:16 +01:00
aristocratos eb19bb3fd6 Fixed: Restore all escape seq mouse modes on exit 2021-11-08 19:39:16 +01:00
aristocratos e717606938 Changed: Collection ordering 2021-11-08 19:29:02 +01:00
aristocratos 0201b5f859 v1.0.23 Bug fixes 2021-11-08 18:58:25 +01:00
aristocratos c133997b21 Fixed: Inconsistent behaviour of "q" key in the menus 2021-11-08 18:48:11 +01:00
aristocratos e4ac3d9b21 Fixed: Stall when clearing input queue on exit and queue is >1 2021-11-08 12:46:18 +01:00
aristocratos a6dba19817 Fixed: Vim keys menu lists selection 2021-11-04 12:44:11 +01:00
aristocratos 9af8e0074d Fixed: Config parser missing first value when not including version header 2021-11-04 12:36:23 +01:00
aristocratos 45169223eb v1.0.22 Fixed 32-bit 2021-11-03 22:11:31 +01:00
aristocratos 156998073a Fixed: Bad values for disks and network on 32-bit 2021-11-03 21:01:34 +01:00
aristocratos 6383ef8704 v1.0.21 Security and bug fixes 2021-11-02 21:18:44 +01:00
aristocratos 0f566ae688 Fixed: Security issue when running with SUID bit set 2021-11-02 21:10:41 +01:00
aristocratos a6fd835ff3 Added: / as alternative bind for filter 2021-10-27 20:19:43 +02:00
aristocratos 9ecea2c94e Fixed: Removed extra spaces in cpu name 2021-10-26 23:50:28 +02:00
aristocratos 587005f094 v1.0.20 Bug fixes 2021-10-26 23:41:40 +02:00
aristocratos 36c74fb08a Changed: Regex for Fx::uncolor() changed to string search and replace 2021-10-26 22:56:19 +02:00
aristocratos ce2a2797b8 Merge branch 'main' of github.com:aristocratos/btop 2021-10-26 17:31:37 +02:00
aristocratos 1e374b1ede Removed bad code 2021-10-26 17:31:13 +02:00
CS Adnan 73a0ad73c0 remove log warning + extra if for k10temp 2021-10-26 11:26:52 +06:00
CS Adnan 602cef8760 add support for AMD Ryzen 5000 temp sensor 2021-10-25 00:17:54 +06:00
aristocratos a1ba01980f v1.0.19 Improved build system 2021-10-21 16:54:18 +02:00
aristocratos a0ee4046c6 v1.0.18 Fix for build platform detection 2021-10-19 17:29:57 +02:00
aristocratos 997bfd2712 v1.0.17 New features and bug fixes 2021-10-18 18:56:27 +02:00
aristocratos 7d89c75abb FIxed: Battery error if non existant battery named is entered 2021-10-17 22:55:36 +02:00
aristocratos 4cacdf28fe Added: Displayed battery selectable in options menu 2021-10-17 22:26:43 +02:00
Jan Günter 22297f7954 added try catch block as suggested in review
https://github.com/aristocratos/btop/pull/97#discussion_r730428842
2021-10-17 17:06:18 +02:00
Jan Günter 966c9f5e5e improved battery detection
- new considering all power supplies (instead of path name filtering)
- only consider power supplies that are currently present
- only consider power supplies of type Batter or UPS
2021-10-17 16:31:25 +02:00
aristocratos 8a1211ec59
Merge pull request #92 from jan-guenter/musl-build
static musl builds
2021-10-17 01:59:07 +02:00
Jan Günter 816270750d readability change request in review
https://github.com/aristocratos/btop/pull/92#discussion_r730321422
2021-10-17 01:45:26 +02:00
aristocratos 1601422613 Changed: Reverted mutexes back to custom atomic bool based locks 2021-10-16 23:52:06 +02:00
Jan Günter c8a7c0dc19 changed static build behavior
restrict getpwuid usage only in static builds with glibc
2021-10-16 13:02:06 +02:00
aristocratos 3e936bfa8e v1.0.16 Bug fixes 2021-10-16 11:14:11 +02:00
Javier López Úbeda 084e231f1e fix: when vim keys [k]ill should be [K]ill
When we activate the vim_keys new option the label for kill a process
should be capitalized as "Kill" for match the shortcut Shift+K

fix: #87
2021-10-16 03:29:39 +02:00
aristocratos e20258ea9f Added: Try to restart secondary thread in case of stall and addiotional error checks for ifstream in Proc::collect() 2021-10-15 08:32:37 +02:00
aristocratos 832699ffe6 Changed: Removed unnecessary async threads in Runner thread 2021-10-14 21:44:39 +02:00
aristocratos 79a030ca82 Changed: Reverted thread mutex lock to atomic bool with wait and timeout 2021-10-14 09:22:14 +02:00
aristocratos 804fe60ca9 Fixed: Swapped from atomic bool spinlocks to mutexes to fix rare deadlock 2021-10-13 20:54:36 +02:00
aristocratos a1bda5f30c Fixed: atomic_wait() and atomic_lock{} use cpu pause instructions instead of thread sleep 2021-10-12 20:09:35 +02:00
aristocratos 903ab4cc8a v1.0.15 Vim keys 2021-10-12 17:39:21 +02:00
aristocratos 2df9b58ff1 Added: Toggle in options for enabling directional vim keys "h,j,k,l" 2021-10-12 17:34:52 +02:00
aristocratos 07145f9351 Fixed: Removed unneeded lock in Runner::run() 2021-10-12 16:56:47 +02:00
aristocratos 4b4bac7edd Changed: Limit atomic_wait() to 1000ms to fix rare stall 2021-10-12 16:49:10 +02:00
aristocratos d96fdd7eb2 Fixed: Extra "root" partition when running in snap 2021-10-06 18:06:05 +02:00
aristocratos 2d013e857f v1.0.14 Bug fixes and start of OSX development 2021-10-06 17:11:10 +02:00
aristocratos dbcd12b9d0 Fixed: snap root disk and changed to compiler flags instead of env variables for detection 2021-10-06 11:25:10 +02:00
aristocratos 69c5eba1db Fixed: Uid -> User fallback to getpwuid() if failure for non static builds 2021-10-06 10:47:24 +02:00
aristocratos 02fcb8c34a Changed: Total system memory is checked at every update instead of once at start 2021-10-05 09:18:04 +02:00
aristocratos f9505a425d v1.0.13 Better symbol compatibility 2021-10-02 22:43:49 +02:00