summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-11-14v1.1.0 OSX Supportv1.1.0aristocratos
2021-11-13Squashed commit of the following:aristocratos
2021-11-13Added OSX fixes for upcoming mergearistocratos
2021-11-09v1.0.24 Bug fixesv1.0.24aristocratos
2021-11-08Fixed: SIGINT not cleaning up on exitaristocratos
2021-11-08Fixed: Restore all escape seq mouse modes on exitaristocratos
2021-11-08Changed: Collection orderingaristocratos
2021-11-08v1.0.23 Bug fixesv1.0.23aristocratos
2021-11-08Fixed: Inconsistent behaviour of "q" key in the menusaristocratos
2021-11-08Fixed: Stall when clearing input queue on exit and queue is >1aristocratos
2021-11-04Fixed: Vim keys menu lists selectionaristocratos
2021-11-04Fixed: Config parser missing first value when not including version headeraristocratos
2021-11-03v1.0.22 Fixed 32-bitv1.0.22aristocratos
2021-11-03Fixed: Bad values for disks and network on 32-bitaristocratos
2021-11-02v1.0.21 Security and bug fixesv1.0.21aristocratos
2021-11-02Fixed: Security issue when running with SUID bit setaristocratos
2021-10-27Added: / as alternative bind for filteraristocratos
2021-10-26Fixed: Removed extra spaces in cpu namearistocratos
2021-10-26v1.0.20 Bug fixesv1.0.20aristocratos
2021-10-26Changed: Regex for Fx::uncolor() changed to string search and replacearistocratos
2021-10-26Merge branch 'main' of github.com:aristocratos/btoparistocratos
2021-10-26Removed bad codearistocratos
2021-10-26remove log warning + extra if for k10tempCS Adnan
2021-10-25add support for AMD Ryzen 5000 temp sensorCS Adnan
2021-10-21v1.0.19 Improved build systemv1.0.19aristocratos
2021-10-19v1.0.18 Fix for build platform detectionv1.0.18aristocratos
2021-10-18v1.0.17 New features and bug fixesv1.0.17aristocratos
2021-10-17FIxed: Battery error if non existant battery named is enteredaristocratos
2021-10-17Added: Displayed battery selectable in options menuaristocratos
2021-10-17added try catch block as suggested in reviewJan Günter
2021-10-17improved battery detectionJan Günter
2021-10-17Merge pull request #92 from jan-guenter/musl-buildaristocratos
2021-10-17readability change request in reviewJan Günter
2021-10-16Changed: Reverted mutexes back to custom atomic bool based locksaristocratos
2021-10-16changed static build behaviorJan Günter
2021-10-16v1.0.16 Bug fixesv1.0.16aristocratos
2021-10-16fix: when vim keys [k]ill should be [K]illJavier López Úbeda
2021-10-15Added: Try to restart secondary thread in case of stall and addiotional error...aristocratos
2021-10-14Changed: Removed unnecessary async threads in Runner threadaristocratos
2021-10-14Changed: Reverted thread mutex lock to atomic bool with wait and timeoutaristocratos
2021-10-13Fixed: Swapped from atomic bool spinlocks to mutexes to fix rare deadlockaristocratos
2021-10-12Fixed: atomic_wait() and atomic_lock{} use cpu pause instructions instead of ...aristocratos
2021-10-12v1.0.15 Vim keysv1.0.15aristocratos
2021-10-12Added: Toggle in options for enabling directional vim keys "h,j,k,l"aristocratos
2021-10-12Fixed: Removed unneeded lock in Runner::run()aristocratos
2021-10-12Changed: Limit atomic_wait() to 1000ms to fix rare stallaristocratos
2021-10-06Fixed: Extra "root" partition when running in snaparistocratos
2021-10-06v1.0.14 Bug fixes and start of OSX developmentv1.0.14aristocratos
2021-10-06Fixed: snap root disk and changed to compiler flags instead of env variables ...aristocratos
2021-10-06Fixed: Uid -> User fallback to getpwuid() if failure for non static buildsaristocratos