Commit Graph

40 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
d68d691b18 feat: added efficiency and performance cores frequency and total cores frequency 2024-12-20 17:07:27 +01:00
Serhiy Mytrovtsiy
c10759f7a1 feat: added certificate verification to the helper app. It will verify the incoming connection certificate if it's Stats. If not the connection will not be opened. It prevents abusing the helper app by 3d party applications to access the helper interface. Thanks @senzee1984 for finding and helping solve that problem. This commit will force the update of the helper app and will require a password for users who have installed the helper. 2024-12-14 19:35:21 +01:00
Serhiy Mytrovtsiy
1daadf05eb v2.11.11 2024-09-22 16:23:02 +02:00
Serhiy Mytrovtsiy
e39584241e feat: initialized first widget for the CPU module 2024-07-02 21:09:37 +02:00
Serhiy Mytrovtsiy
c768c9b472 feat: added notifications to the Bluetooth module (#1891) 2024-06-24 20:36:21 +02:00
Serhiy Mytrovtsiy
05c35c6d1e v2.10.5 2024-03-24 12:49:10 +01:00
Serhiy Mytrovtsiy
45c1fc799d feat: added leveldb as a backend for historical data storage 2024-02-06 17:58:40 +01:00
Serhiy Mytrovtsiy
cedb16e2d6 feat: added notifications view to the Battery module 2023-12-20 13:20:08 +01:00
Serhiy Mytrovtsiy
48322fc7e8 fix: fixed circles charts in the new version of Cocoa 2023-09-28 17:33:55 +02:00
Serhiy Mytrovtsiy
4ce067d68f v2.8.17 2023-04-16 12:51:02 +02:00
Serhiy Mytrovtsiy
7e9b249a06 feat: added option to enable OneView. It's a feature that allows merging all widgets in one menu bar item. (#1084)
THIS IS AN VERY APHA FEATURE! do not propose anything till the issue with the feature will be closed!
2023-01-27 19:32:30 +01:00
Serhiy Mytrovtsiy
e9bc4cc5d3 feat: moved from the AppleScript for asking a root access when manipulating the fans to the Helper (SMJobBless + XPC) (#1173) 2022-11-18 22:51:34 +01:00
Serhiy Mytrovtsiy
ed806a54f9 fix: removed window moveToActiveSpace behavior (#1174) 2022-11-17 17:12:14 +01:00
Serhiy Mytrovtsiy
dfa1553bf4 fix: fixed data race when accessing the reader status 2022-09-16 17:48:06 +02:00
Serhiy Mytrovtsiy
8ab931b563 feat: added tests for RAM process parser 2022-04-16 12:30:08 +02:00
Serhiy Mytrovtsiy
0153731d34 feat: added new SMC keys for Apple Silicon sensors (#700) 2022-01-15 13:57:09 +01:00
Serhiy Mytrovtsiy
77d1b5d274 feat: added Reachability plugin and moved Network module to it 2021-10-15 19:31:14 +02:00
Serhiy Mytrovtsiy
0320dfe709 fix: updated max file length in the swiftlint configuration 2021-10-05 19:14:09 +02:00
Serhiy Mytrovtsiy
d49eef9020 fix: fixed race condition in the Bluetooth module (#591) 2021-08-27 18:11:43 +02:00
Serhiy Mytrovtsiy
c5c4e4df3d v2.6.1 2021-07-18 15:01:10 +02:00
Serhiy Mytrovtsiy
606f2d5a99 feat: add disk temperature to the Sensors module (#529) 2021-07-12 20:52:29 +02:00
Serhiy Mytrovtsiy
724d9055e7 fix: fixed fan control on macs with T2 (#430) 2021-06-22 20:48:16 +02:00
Serhiy Mytrovtsiy
d4d60272c4 feat: move to the new mechanism of setting up fan speed (separate SMC app) (#454) 2021-06-17 14:08:19 +02:00
Serhiy Mytrovtsiy
69ba4190a6 feat: include SMC in the Stats
feat: add SMC command to the Makefile
2021-06-01 19:00:55 +02:00
Serhiy Mytrovtsiy
a040bf7326 feat: allow to write a value on a key by SMC app 2021-05-29 17:00:09 +02:00
Serhiy Mytrovtsiy
ed362c3b5b feat: initialized SMC as a command-line app ($454) 2021-05-28 21:52:41 +02:00
Serhiy Mytrovtsiy
e1b4386c95 - update project to the recommended settings (disabled framework signing) 2020-11-28 21:47:05 +01:00
Serhiy Mytrovtsiy
d62ebabb2b - fix GPU detecting when 2 cards have the same driver (#143)
- processing GPUs with a generic model name (#109)
- add debug argument which allows saving some logs to the file (/Documents/log.txt)
2020-11-06 08:40:48 +01:00
Serhiy Mytrovtsiy
e7a57ca64e - update readers update interval (moved to one list of intervals) 2020-10-23 15:17:51 +02:00
Serhiy Mytrovtsiy
2100c0b134 - move CPU frequency and temperature to the dedicated reader (less CPU consumption)
- add model identifier to the model name tooltip
2020-10-22 20:50:34 +02:00
Serhiy Mytrovtsiy
4069bad2df Migrate project to swift 5.3 2020-09-24 19:29:46 +02:00
Serhiy Mytrovtsiy
163d95d9de v2.3.2 2020-08-30 17:06:54 +02:00
Serhiy Mytrovtsiy
2383eba75b - add Russian language
- update a README
- small fixes
2020-08-30 17:02:25 +02:00
Serhiy Mytrovtsiy
3f8ee3bd65 - update structure name in modules
- add arguments support (--reset, --disable)
- update a README
2020-06-28 23:58:37 +02:00
Serhiy Mytrovtsiy
4d6f759d3b v2.0.0 (#34)
* v2.0.0
* rewritten application from scratch
* new Settings
* new custom popup view
* moved to own implementation of chart
* added more option to configure a widget
* now each module has own widget in the menu bar
* a lot of new features...
2020-06-07 12:22:32 +02:00
Serhiy Mytrovtsiy
a30effcf31 - move to own LaunchAtLogin helper; 2020-04-08 18:15:05 +02:00
Serhiy Mytrovtsiy
dac05598f4 removed first empty point from CPU and Memory charts; small fixes; 2019-09-23 19:45:59 +02:00
Serhiy Mytrovtsiy
f2571989ac created view for CPU module 2019-09-04 00:38:56 +02:00
Serhiy Mytrovtsiy
1045009b3f stash 2019-06-06 14:31:31 +02:00
Serhiy Mytrovtsiy
8f73b468e6 renamed to Stats; added StatsLaucher; updated icon; 2019-05-31 23:10:00 +02:00