Commit graph

716 commits

Author SHA1 Message Date
kz6fittycent 5d486f36d1
Update .gitignore 2021-09-26 12:51:36 -05:00
kz6fittycent ca57a99220
Update README.md 2021-09-26 12:46:27 -05:00
aristocratos 2ed28fcb44 Changed: use_fstab for disks collection now defaults to true 2021-09-26 19:35:09 +02:00
aristocratos 68d88e6e4d v1.0.9 Bug fixes 2021-09-26 13:46:51 +02:00
aristocratos f8cc4c4378 Fixed: Freeze on cin.ignore() 2021-09-26 10:14:38 +02:00
aristocratos 528df4d84f Added: ifstream check and try-catch for stod() in Tools::system_uptime() 2021-09-26 01:03:57 +02:00
aristocratos 5ae05f0333 v1.0.8 Bug fixes 2021-09-26 00:23:46 +02:00
aristocratos 771a200107 Changed: Only log tty name if known 2021-09-26 00:17:39 +02:00
aristocratos 4197f0bb23 Added entry for gdb backtrace in bug report 2021-09-26 00:06:00 +02:00
aristocratos 741778bedd Fixed: Missing NULL check for ttyname 2021-09-25 23:45:59 +02:00
aristocratos cb8345390f Added example for ADDFLAGS when compiling 2021-09-25 11:57:20 +02:00
aristocratos 3b4a7c12fc Changed: Only look for g++-11 if CXX=g++ 2021-09-25 11:48:33 +02:00
aristocratos 94feb4e16e More fixes for UTF-8 detection 2021-09-25 11:35:50 +02:00
aristocratos 5273a62856 Fixed: Additional NULL checks in UTF-8 detection 2021-09-25 00:10:18 +02:00
kz6fittycent 3114c6cd80
Update snapcraft.yaml 2021-09-24 16:58:26 -05:00
aristocratos ee8109ec38 v1.0.7 Bug fixes 2021-09-24 22:35:13 +02:00
aristocratos 2aca963f30 Fixed: Scrollbar position incorrect in small lists and selection not working when filtering 2021-09-24 22:24:15 +02:00
aristocratos a35a2c6884 Fixed: Cores not constrained to cpu box and core numbers above 100 cut off 2021-09-24 22:07:01 +02:00
aristocratos 37de9464e1 Fixed: Crash when opening menu at too small size 2021-09-24 20:58:58 +02:00
kz6fittycent 62e016f7db
Update snapcraft.yaml 2021-09-23 15:21:46 -05:00
kz6fittycent abdc2f4878
Update snapcraft.yaml 2021-09-23 15:10:03 -05:00
kz6fittycent 93c8d1ba6d
Update snapcraft.yaml 2021-09-23 15:03:53 -05:00
kz6fittycent 18f7e13ba8
Update snapcraft.yaml 2021-09-23 14:59:18 -05:00
kz6fittycent f4afb040a3
trying override build
Build is successful but fails to run:
```
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
Aborted (core dumped)
```
2021-09-23 14:52:58 -05:00
aristocratos 78c417bc9f v1.0.6 Bug fixes 2021-09-23 21:00:56 +02:00
aristocratos 5e6d1babdc Fixed: Processes not completely hidden when collapsed in tree mode 2021-09-23 12:44:46 +02:00
aristocratos afc2288405
Merge pull request #23 from CoryM/main
Ignore hidden directories like .vscode
2021-09-23 07:43:12 +02:00
Cory Marshall fcd27ab709 Ignore hidden directories like .vscode 2021-09-22 22:16:11 -04:00
aristocratos 1f5aebead0 Fixed: Check that getenv("LANG") is not NULL in UTF-8 check 2021-09-22 19:32:00 +02:00
aristocratos bc0c109e5e Changed wrong filename error.log > btop.log 2021-09-22 17:38:06 +02:00
aristocratos 2f27d9fa17 v1.0.5 Bug fixes 2021-09-22 17:31:17 +02:00
aristocratos eedab3062e Fixed: UTF-8 check crashing if LANG was set to non existant locale 2021-09-22 17:27:25 +02:00
aristocratos b818d0102d Fixed: Sizing constraints bug on start and boxes can be toggled from size error screen 2021-09-22 12:55:39 +02:00
aristocratos 299f56460e
Merge pull request #17 from davised/main
Add make install missing reset escape sequence.
2021-09-22 10:50:14 +02:00
aristocratos 078daf431a Fixed: Load AVG sizing when hiding temperatures 2021-09-22 09:10:52 +02:00
Edward Davis b9e470fc81 Add make install missing reset escape sequence. 2021-09-21 13:05:03 -07:00
aristocratos 5ce72403b6 v1.0.4 Bug fixes 2021-09-21 21:27:46 +02:00
aristocratos 6d11c8b4db Fixed: Use /proc/pid/statm if RSS memory from /proc/pid/stat is faulty 2021-09-21 21:24:58 +02:00
aristocratos 8288d7c311 Added QUIET variable "true/false" to suppress most messages during build 2021-09-21 18:57:16 +02:00
aristocratos 19e9a181ea v1.0.3 Bug fixes 2021-09-21 17:39:49 +02:00
aristocratos 8d3e4575be Fixed: stoi 0 literal pointer to nullptr and added more clamping for gradient array access 2021-09-21 17:21:42 +02:00
aristocratos fe089038e0 Added binary and compiler questions to bug report 2021-09-21 08:40:44 +02:00
aristocratos 026a9311e9 v1.0.2 Bug fixes 2021-09-20 18:32:08 +02:00
aristocratos bb5728187a Fixed: Options menu page selection alignment 2021-09-20 18:28:45 +02:00
aristocratos af465b5b84 Fixed: Menu size and preset size issues and added warnings for small terminal size 2021-09-20 18:20:30 +02:00
aristocratos 85f945ada0 Fixed: Color gradient array out of bounds, added clamp 0-100 for cpu percent values 2021-09-20 17:23:34 +02:00
aristocratos feaf2cd14f Log name 2021-09-20 17:02:37 +02:00
aristocratos b552e75dc3 Added minimum kernel version for release binaries 2021-09-19 20:14:54 +02:00
aristocratos d2ee28f00c Added link to latest release 2021-09-19 16:05:37 +02:00
aristocratos 748095cf35 Changes in v1.0.2 2021-09-19 06:23:02 +02:00