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
2107f70e71
Updated README.md
2021-11-03 22:01:49 +01:00
aristocratos
156998073a
Fixed: Bad values for disks and network on 32-bit
2021-11-03 21:01:34 +01:00
aristocratos
f083c0aac1
Merge pull request #135 from lu4/patch-1
...
Update to Readme.md
2021-11-03 16:36:45 +01:00
Denis Yaremov
77244dd65f
Update to Readme.md
...
There seems to be a problem with `osx => OSX` branch casing, the command doesn't work by just copy and pasting on osx
2021-11-03 14:04:31 +02: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
98ae5e8f46
Updated README.md
2021-10-30 18:17:18 +02: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
aristocratos
383932a72b
Merge pull request #114 from adnanpri/main
...
Add support for AMD Ryzen 5000 series temp sensor
2021-10-26 13:56:04 +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
496283ea1a
Moved flags not needing to be tested
2021-10-24 01:16:15 +02:00
aristocratos
a1ba01980f
v1.0.19 Improved build system
2021-10-21 16:54:18 +02:00
aristocratos
a046f75949
Fixed: Makefile now tests compiler flag compatibility
2021-10-21 08:16:52 +02:00
aristocratos
a0ee4046c6
v1.0.18 Fix for build platform detection
2021-10-19 17:29:57 +02:00
aristocratos
f15c2fdcf6
Fixed: Makefile g++ -dumpmachine failure to get platform on some distros
2021-10-18 20:55:06 +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
368ed273ec
Merge pull request #98 from jan-guenter/svg-logo
...
SVG logo
2021-10-17 22:48:47 +02:00
aristocratos
4cacdf28fe
Added: Displayed battery selectable in options menu
2021-10-17 22:26:43 +02:00
Jan Günter
ebcfd1c367
added a SVG version of the logo
...
recreated logo.png form logo.svg for optimized png data
2021-10-17 20:54:02 +02:00
aristocratos
dfef4fdcc8
Update README.md
2021-10-17 20:25:46 +02:00
aristocratos
9da58e0e64
Trigger on push to branch "main" not "master"
2021-10-17 17:51:23 +02:00
aristocratos
be9086c68f
Swap triggers around to see if it triggers...
2021-10-17 17:48:31 +02:00
aristocratos
7adbcbb6d9
Merge pull request #97 from jan-guenter/battery-detection-issue-94
...
Improved battery detection
2021-10-17 17:14:18 +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
2ee1333226
Changed: Removed microblaze platform from build targets because of issue with atomics
2021-10-17 12:11: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
Jan Günter
ac1b6aab47
adopting review comments
...
https://github.com/aristocratos/btop/pull/92#discussion_r730320662
https://github.com/aristocratos/btop/pull/92#discussion_r730320819
2021-10-17 01:02:37 +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
d3c85dad21
removed temporary trigger for testing on branch
2021-10-16 23:51:12 +02:00
Jan Günter
347e135bad
updated README.md to reflect Makefile changes
2021-10-16 15:47:48 +02:00
Jan Günter
bca3521472
updated makefile to add cf-protection for i*86 builds
2021-10-16 15:37:40 +02:00