Serhiy Mytrovtsiy
918a07150b
feat: change value type from Double to ColorValue in the BarChart ( #441 )
2021-08-02 20:11:48 +02:00
Serhiy Mytrovtsiy
5853a2b4b8
feat: add an option to select update interval for top processes to the CPU ( #552 )
2021-07-26 20:32:24 +02:00
Serhiy Mytrovtsiy
13707090eb
feat: combine StatsKit and ModuleKit in the one framework: Kit
2021-06-04 19:37:29 +02:00
Serhiy Mytrovtsiy
0c7f5699ed
feat: initialized swiftlint and fixed warnings and errors
2021-05-22 14:58:20 +02:00
Serhiy Mytrovtsiy
e5832af9e8
fix: escape temperature read in CPU module for apple silicon ( #445 )
2021-04-30 17:29:00 +02:00
Serhiy Mytrovtsiy
adcb0da9ab
feat: moved from UnsafePointer<SMCService> to sharable instance (SMC.shared)
2021-03-25 22:14:20 +01:00
Serhiy Mytrovtsiy
cd689999ac
feat: moved from UnsafePointer<Store> to sharable instance (Store.shared)
2021-03-20 16:33:14 +01:00
Serhiy Mytrovtsiy
feb2c71118
fix: setup frequency reader when toggle on
2021-03-12 17:56:43 +01:00
Serhiy Mytrovtsiy
3b43e91c3d
feat: add option to disable CPU frequency (IPG) ( #379 )
2021-03-12 17:51:29 +01:00
Serhiy Mytrovtsiy
38e064d183
fix: correct widget ordering after restart (return reader readyHandler) ( #347 )
2021-02-16 20:01:46 +01:00
Serhiy Mytrovtsiy
7b2b786b86
feat: now few widgets can be enabled for one module
2021-02-13 16:39:11 +01:00
Serhiy Mytrovtsiy
2f062ddb1e
- add new Pie chart widget
...
- add Pie chart widget to the CPU module
- add Pie chart widget to the RAM module
2020-12-01 17:19:56 +01:00
Serhiy Mytrovtsiy
5974548d56
- remove C bridge for IntelPowerGadget framework
...
- remove IntelPowerGadget framework dependency
- add IntelPowerGadget dynamic load if x86
- enable universal build (from now supports Apple Silicon) (#181 )
2020-11-24 00:11:02 +01:00
Serhiy Mytrovtsiy
f9b90bc3ba
- move from core graphics to CALayout in Mini widget
2020-11-05 13:24:20 +01:00
Serhiy Mytrovtsiy
f8ba0b8bf7
- improve performance when changing the widget
...
- move trigger process.read when changing the number of top processes to the background
2020-10-29 16:46:22 +01:00
Serhiy Mytrovtsiy
e1e7825b18
- add top view initialization to the network popup
...
- add an option to select number of top processes to the Battery module
2020-10-29 16:33:24 +01:00
Serhiy Mytrovtsiy
1910e4a53a
- add an option to select number of top processes in the CPU module ( #79 )
2020-10-24 17:30:46 +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
52c8871573
- fix runtime check for IPG framework
...
- add CPU frequency to the popup view
2020-10-15 16:38:19 +02:00
Serhiy Mytrovtsiy
40c436252e
- initialize the CPU frequency
2020-10-14 12:28:37 +02:00
Serhiy Mytrovtsiy
6a2bb06673
- fix widget showing when module is disabled (possible it's happened only in the Network module) ( #83 )
...
- update CPU temperature modules (#81 )
2020-09-05 13:03:39 +02:00
Serhiy Mytrovtsiy
5b3898672a
- add top processes to RAM module
2020-07-29 18:09:52 +02:00
Serhiy Mytrovtsiy
cc58c16316
- remove top process option from settings (top process will be available always)
2020-07-28 21:38:54 +02:00
Serhiy Mytrovtsiy
6a609c6f04
CPU top processes MVP
2020-07-27 20:57:16 +02:00
Serhiy Mytrovtsiy
e3324b2177
- change default widget mode for CPU. Now in bar chart will be total CPU usage, not per core)
...
- add option to switch between usage per core and total usage for CPU in bar chart widget
2020-07-18 16:05:59 +02:00
Serhiy Mytrovtsiy
8dbafa40ac
- add option to set up update interval for CPU module
...
- add setInterval() to reader protocol
- update reader start process (run initStoreValues() before start())
- add option to select update interval for RAM module
- add option to select update interval for Disk module
- small refactoring in cpu and ram settings
- add option to select update interval for Sensors module
2020-07-11 13:40:59 +02:00
Serhiy Mytrovtsiy
5e51770cbc
- add an option to select a network interface
...
- update logic when the module is not available (now reader initializing after the module is initialized)
- update a Network popup view
2020-07-06 19:25:41 +02:00
Serhiy Mytrovtsiy
f562d965de
- update a CPU temperature sensor key
...
- log missing sensor key in dict
- fix network type detection
- small fixes
2020-06-29 21:05:38 +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
c5ba0f885e
- sensors module mvp
...
- improve module settings responsibility
- change labelText color to textColor
2020-06-24 00:23:06 +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