Commit Graph

195 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
89df240cac remove IntelPowerGadget.framework from project configuration 2020-06-07 12:35:04 +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
ee41e3ec7c fix disk module (read disk bsd name) 2020-06-06 12:22:15 +02:00
Serhiy Mytrovtsiy
525abaa443 fix disk module (read freeSize of disk) 2020-04-29 15:39:37 +02:00
Serhiy Mytrovtsiy
903dad9a86 move from own implementation of Repeat to the 3d-party library 2020-04-29 11:59:03 +02:00
Serhiy Mytrovtsiy
a2f39d75b5 fix CPU leak in network plugin (remove recursion) 2020-04-26 12:57:36 +02:00
Serhiy Mytrovtsiy
c62301b764 fix widget visibility when 'Automatically hide and show the menu bar' turned on 2020-04-11 22:16:57 +02:00
Serhiy Mytrovtsiy
b789b2d64a update cover image 2020-04-08 19:40:16 +02:00
Serhiy Mytrovtsiy
8577686afd Update README.md 2020-04-08 18:43:28 +02:00
Serhiy Mytrovtsiy
a30effcf31 - move to own LaunchAtLogin helper; 2020-04-08 18:15:05 +02:00
Serhiy Mytrovtsiy
9016adc474 - improve sensors widget visibility;
- remove some files from project;
2020-04-08 15:50:29 +02:00
Serhiy Mytrovtsiy
a4d5cf881b - looking how to decode fp2e;
- add different units for sensors;
- cleanup;
2020-04-06 23:55:29 +02:00
Serhiy Mytrovtsiy
413674db32 - remove removable disks (dmg) from disk list;
- rename Temperature module to Sensors;
- fix ordering in temperature sensors list;
- rewrote SMC from C to Swift;
- now sensors list load automatically;
- removed all C code;
2020-04-06 18:22:12 +02:00
Serhiy Mytrovtsiy
a2ae1421aa - update Temperature module (add all possible sensors to show);
- delete SystemKit;
- update Disk module to select the disk to show;
- fix interval saving in CPU, RAM and Disk modules;
2020-04-05 18:50:44 +02:00
Serhiy Mytrovtsiy
2e718e52cd - fix cpu usage in list;
- fix default widgets in network and battery;
- remove CHANGELOG.md (replaced with git tags);
2020-04-04 16:08:41 +02:00
Serhiy Mytrovtsiy
b448979aa2 - add temperature module (CPU and GPU temperature);
- fix value margin in network widget view;
- add missing widgets name;
- improve battery module updates;
2020-04-04 11:57:38 +02:00
Serhiy Mytrovtsiy
e6b942579e improve start time by moving an initial read to the background 2020-04-03 15:42:30 +02:00
Serhiy Mytrovtsiy
e1e4145a00 small fix when finishing tasks 2020-01-25 20:38:51 +01:00
Serhiy Mytrovtsiy
8f2eb5a3a2 fixed crashing; v1.5.2 2020-01-25 20:35:24 +01:00
Serhiy Mytrovtsiy
3fce79f914 v1.5.1 2020-01-22 23:40:16 +01:00
Serhiy Mytrovtsiy
068ad9049e add mac address for ethernet 2020-01-22 23:29:41 +01:00
Serhiy Mytrovtsiy
d9d51bdc84 remove Carthage vendor folder; 2020-01-22 23:14:57 +01:00
Serhiy Mytrovtsiy
0a3a4b2cd9 add a popup view for network module;
new reader in network module;
fix changing active popup view when switching the tabs;
2020-01-22 23:13:04 +01:00
Serhiy Mytrovtsiy
51146be824 now update open downloaded file, not just file with name Stats.dmg 2020-01-20 22:50:10 +01:00
Serhiy Mytrovtsiy
a73148526f v1.5.0 2020-01-20 22:31:39 +01:00
Serhiy Mytrovtsiy
178b51b3f5 network dots fix;
battery with time fix;
2020-01-20 20:18:18 +01:00
Serhiy Mytrovtsiy
cba74b00a3 fix network dots text visibility; 2020-01-20 13:31:10 +01:00
Serhiy Mytrovtsiy
9f487e6964 small fixes in widgets for laptops; 2020-01-20 10:50:08 +01:00
Serhiy Mytrovtsiy
3bd9974ad9 improved widget updates;
now charts updates only if a popup is opened;
removed shortName from widget;
widgets refactoring;
2020-01-19 23:40:04 +01:00
Serhiy Mytrovtsiy
66969e1766 fix battery widget; fix widget change; fix battery reader; 2020-01-15 16:13:31 +01:00
Serhiy Mytrovtsiy
ef9c59a6d4 Merge branch 'master' of https://github.com/exelban/stats 2020-01-14 20:06:54 +01:00
Serhiy Mytrovtsiy
1c24d597cc finished RAM, Disk, Battery and Network modules 2020-01-14 20:06:48 +01:00
Serhiy Mytrovtsiy
da7f77c1a3 v1.4.0 2020-01-13 23:59:24 +01:00
Serhiy Mytrovtsiy
f00ae071bb finally remove observable from the project;
started rewriting modules from zero;
CPU mvp;
2020-01-13 23:11:54 +01:00
Serhiy Mytrovtsiy
185419aeaf additional read fix 2020-01-13 17:00:01 +01:00
Serhiy Mytrovtsiy
dfccf058d8 fully rewritten menuBar;
removed observability from AppDelegate, MenuBar;
2020-01-13 16:47:43 +01:00
Serhiy Mytrovtsiy
57286c253f a new version will be download and mount automatically; 2020-01-13 13:36:06 +01:00
Serhiy Mytrovtsiy
ca1da4ffa2 fix CPU leak in network module (I hope for that);
fix GCD initialization;
starting to remove observable from project (because of memory leak);
2020-01-13 00:18:58 +01:00
Serhiy Mytrovtsiy
d17614cb49 replace NSTimer with GCD (fix CPU leak) 2020-01-09 19:08:13 +01:00
Serhiy Mytrovtsiy
51b815308a fix bug when readers work in disabled modules 2020-01-09 13:31:18 +01:00
Serhiy Mytrovtsiy
42123eab5e Update README.md 2019-12-26 14:12:36 +01:00
Serhiy Mytrovtsiy
083fcf928d Create FUNDING.yml 2019-11-11 19:13:03 +01:00
Serhiy Mytrovtsiy
b386f24fef v1.3.5 2019-09-23 19:47:26 +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
50d3cda2ff percentage view disabling if battery is fully charged 2019-09-22 16:34:00 +02:00
Serhiy Mytrovtsiy
ff7f8b1c7d removed n/a from battery time 2019-09-22 16:29:27 +02:00
Serhiy Mytrovtsiy
c76a1a7437 v1.3.4 2019-09-17 19:05:38 +02:00
Serhiy Mytrovtsiy
7274ca2b80 v1.3.4 2019-09-17 16:47:24 +02:00
Serhiy Mytrovtsiy
7f7bc5256f new cover image 2019-09-17 15:05:04 +02:00
Serhiy Mytrovtsiy
6ae8450b4d rewrited readers for Top Processes in CPU and Memory modules 2019-09-16 21:06:35 +02:00