Serhiy Mytrovtsiy
|
678d813d75
|
feat: added sleep mode to the reader, in some cases there is no need for reads since the widget is not visualizing anything. In this case, the reader could go to sleep mode and be active only when popup is open. It's available only for the sensor module for now.
|
2026-03-12 16:52:00 +01:00 |
|
Serhiy Mytrovtsiy
|
f8b31f7a80
|
fix: fixed initializing update interval from the store (#2741)
|
2025-10-04 13:44:16 +02:00 |
|
Serhiy Mytrovtsiy
|
69ccc54910
|
feat: added Remote module that allows remote monitoring of the system (not publicly available since it's in the early stage)
|
2025-03-22 12:59:23 +01:00 |
|
Serhiy Mytrovtsiy
|
5effa6440a
|
feat: added an option to show ICMP status and latency in the text widget (allows to show ping latency in the menu bar)
|
2025-03-14 21:17:23 +01:00 |
|
Serhiy Mytrovtsiy
|
9325e2001c
|
v2.11.27
|
2025-01-26 14:33:31 +01:00 |
|
Serhiy Mytrovtsiy
|
5e342553b2
|
feat: added total IO in the Network module when the app is started (#2087)
|
2024-09-07 17:41:10 +02:00 |
|
Serhiy Mytrovtsiy
|
e39584241e
|
feat: initialized first widget for the CPU module
|
2024-07-02 21:09:37 +02:00 |
|
Serhiy Mytrovtsiy
|
7a0eb5ac87
|
feat: moved from writing each read from reader to the db. From now every 10th read will be written, also the last read will be saved to the db before the app is closed.
|
2024-05-21 21:02:24 +02:00 |
|
Serhiy Mytrovtsiy
|
eb882774bb
|
feat: small codebase refactoring (mostly removed unused code and changes in access control)
|
2024-05-08 17:21:58 +02:00 |
|
Serhiy Mytrovtsiy
|
1e9073424b
|
feat: preparing a migration to the new reader activation mechanism. Right now module will be active when the first successful read will be achieved. From now the initial value for the module will be taken from the persistent storage (leveldb) that keeps the last read value.
|
2024-02-08 17:35:01 +01:00 |
|
Serhiy Mytrovtsiy
|
30f799d6f1
|
fix: fixed a few data races that prevent correct widget activation (#1605)
|
2023-09-30 12:36:51 +02:00 |
|
Serhiy Mytrovtsiy
|
32bd6ff32c
|
feat: added module types to the readers
|
2023-06-29 17:46:40 +02:00 |
|
Serhiy Mytrovtsiy
|
3c9a3722bf
|
fix: fixed swiftlint warnings (#1386)
|
2023-04-01 16:58:05 +02:00 |
|
Serhiy Mytrovtsiy
|
dfa1553bf4
|
fix: fixed data race when accessing the reader status
|
2022-09-16 17:48:06 +02:00 |
|
Serhiy Mytrovtsiy
|
ea71cb6abc
|
feat: moved to the custom Repeater plugin
|
2022-06-30 20:39:03 +02:00 |
|
Serhiy Mytrovtsiy
|
7b9598861b
|
feat: rewrite BLE reader. Improve battery levels for Apple BLE devices (Mouse/Keyboard/Trackpad) (#557)
|
2021-08-13 11:33:04 +03:00 |
|
Serhiy Mytrovtsiy
|
a3a002a2d3
|
feat: removed os.log and moved to NextLog
|
2021-06-26 13:38:45 +02:00 |
|
Serhiy Mytrovtsiy
|
13707090eb
|
feat: combine StatsKit and ModuleKit in the one framework: Kit
|
2021-06-04 19:37:29 +02:00 |
|