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
Tobias Schaefer
d36e1bb3d7
Fix typos in application and README.md ( #49 )
...
* Fix typo 'Temperatrure' on battery details
* Fix typos in README.md
2020-06-29 20:07:32 +02:00
Serhiy Mytrovtsiy
0f8e9ea739
fix crash on start (the problem with self.window in popup)
...
- fix crash when missing wifi network name
2020-06-29 17:39:34 +02:00
Serhiy Mytrovtsiy
e061a81723
v2.1.1
2020-06-29 00:00:00 +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
8669bb0c2b
clean mini widget
...
- make Colorize works in Mini (text) widget
- now Colorize properly works (line chart/bar chart)
- main color is system color accent
- fix box visibility in dark mode
- fix colors in chart
2020-06-28 23:58:37 +02:00
Serhiy Mytrovtsiy
ec8f7a5a73
- adjust processor row height to fix processor name
...
v2.1.0
2020-06-24 16:35:15 +02:00
Serhiy Mytrovtsiy
f463204187
Merge pull request #42 from dawidd6/patch-1
...
add Homebrew install instruction
2020-06-24 16:14:14 +02:00
Dawid Dziurla
c6a3e16ff2
add Homebrew install instruction
2020-06-24 14:53:20 +02:00
Serhiy Mytrovtsiy
a2d702b6c7
fix popup position with few displays
2020-06-24 14:18:06 +02:00
Serhiy Mytrovtsiy
d88f5d1e1a
fix temperature visibility in popup
2020-06-24 00:53:36 +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
c3368ddd19
init Sensors module
2020-06-23 00:03:00 +02:00
Serhiy Mytrovtsiy
84fb8de525
v2.0.6
2020-06-21 16:48:44 +02:00
Serhiy Mytrovtsiy
de64f943eb
fix network reader after reconnection to the network
2020-06-21 16:44:31 +02:00
Serhiy Mytrovtsiy
b22c74196b
fix toggle button for 10.14
2020-06-18 11:16:08 +02:00
Serhiy Mytrovtsiy
d7ec2b77eb
fix settings background color in darkmode
2020-06-10 17:06:41 +02:00
Serhiy Mytrovtsiy
a9342d10b7
fix battery widget visibility in darkmode
2020-06-10 09:29:15 +02:00
Serhiy Mytrovtsiy
064515e8da
critical fix in network module: uncomment data usage in the widget
2020-06-09 20:08:37 +02:00
Serhiy Mytrovtsiy
48d62b1598
v2.0.2
2020-06-09 14:56:08 +02:00
Serhiy Mytrovtsiy
46b2c1c467
adjust network width (again)
2020-06-09 14:42:08 +02:00
Serhiy Mytrovtsiy
14eefec806
adjust network width
2020-06-08 21:17:16 +02:00
Serhiy Mytrovtsiy
be6886a5af
fix battery level visibility when mini widget
2020-06-08 16:32:58 +02:00
Serhiy Mytrovtsiy
d461f14c21
update to v2.0.1
2020-06-08 14:48:13 +02:00
Serhiy Mytrovtsiy
249ba521a6
fix data update in battery popup
2020-06-08 13:20:24 +02:00
Serhiy Mytrovtsiy
658545fad2
small fix in battery module
2020-06-08 13:03:00 +02:00
Serhiy Mytrovtsiy
af7f91afd6
add charging state to battery widget
2020-06-08 13:00:00 +02:00
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