Commit Graph

22 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
7e08fb901a feat: show both public IPs: v4 and v6 (#307) 2021-03-03 18:38:22 +01:00
Serhiy Mytrovtsiy
cc1d9459e1 feat: was added option to disable the top processes (0 - option in the number of processes) 2021-01-07 16:29:03 +01:00
Serhiy Mytrovtsiy
75b75379e2 fix: changed service for fetching public IP (#257) 2021-01-06 12:48:02 +01:00
Serhiy Mytrovtsiy
399082a8af fix: Apple GPU detection (#260) 2021-01-03 13:52:38 +01:00
Serhiy Mytrovtsiy
19e20ea063 - add option to select the network reader (interface based or process based)
- small refactoring in Network reader
2020-11-27 18:11:14 +01:00
Ahmed Osama
6b58302089 Fix: No download speed (#157)
* Implemented alternative approach to get download speed

* Early check

* Reset data on interface change

* Trigger alternative approach manually

* Fix
2020-11-26 16:02:04 +01:00
Serhiy Mytrovtsiy
399d699f0f - fix top processes sorting in the Network module (#150) 2020-11-18 20:48:55 +01:00
Ahmed Osama
33b739c915 Fix usage accumulated (#156) 2020-11-15 13:01:01 +01:00
Serhiy Mytrovtsiy
b843ff4cbf - add total upload/download stats to the Network widget (#153) 2020-11-13 13:57:33 +01:00
Serhiy Mytrovtsiy
08374eb04a - add an option to select number of top processes in the Network module 2020-10-27 20:12:01 +01: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
9edb29a78b - fix temperature converting (#67) 2020-08-10 18:19:10 +02:00
Serhiy Mytrovtsiy
946ecdd71e - add icon to top processes 2020-08-01 20:50:41 +02:00
Serhiy Mytrovtsiy
2c8a464d2d - add top processes to Network module
- add application names to CPU and RAM top processes view
2020-07-29 21:37:02 +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
4e29364d39 - get network interface from store 2020-07-06 15:47:19 +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
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
3f8ee3bd65 - update structure name in modules
- add arguments support (--reset, --disable)
- update a README
2020-06-28 23:58:37 +02:00
Serhiy Mytrovtsiy
c3368ddd19 init Sensors module 2020-06-23 00:03:00 +02:00
Serhiy Mytrovtsiy
de64f943eb fix network reader after reconnection to the network 2020-06-21 16:44:31 +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