Commit Graph

568 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
fcf4d461ab feat: added notifications for the CPU module 2023-12-12 20:16:27 +01:00
Serhiy Mytrovtsiy
97d884c860 feat: added latency to the Network popup (based on the ICMP requests) (#1707)
feat: removed WiFi network name from the network popup (starting from macOS Sonoma it's not available without CoreLocation access)
2023-12-08 17:58:13 +01:00
Serhiy Mytrovtsiy
de5b369839 fix: moved findAndCrop to non mutation function (#1700) 2023-12-06 17:55:35 +01:00
Serhiy Mytrovtsiy
754f220567 feat: added 90, 120, 180, 240, and 300 seconds to the update interval for the Disk reader (#1710) 2023-12-05 17:08:51 +01:00
Serhiy Mytrovtsiy
96db37bb3b feat: added m2 and m3 sensors to the CPU temperature reader (#1698) 2023-12-01 19:31:20 +01:00
Serhiy Mytrovtsiy
010a764baa feat: added memory temperature sensors for m1 2023-11-30 18:42:15 +01:00
Serhiy Mytrovtsiy
df1a0a8bac feat: added new sensors for the m3 SoC (#1703) 2023-11-28 20:35:21 +01:00
Serhiy Mytrovtsiy
d144aa68de fix: set color for efficiency and performance cores in the BarChart widget based on the selected color in the popup view settings (#1686) 2023-11-25 22:31:50 +01:00
Serhiy Mytrovtsiy
987a709a48 feat: adjusted width of the box with top process value 2023-11-21 22:17:11 +01:00
Serhiy Mytrovtsiy
7ba4882cbf fix: changed top process value view to static width. To prevent strange glitches when the value view does not fit the value. Because the process name takes too much space. 2023-11-11 16:43:20 +01:00
Serhiy Mytrovtsiy
1a9a5e7839 feat: added speed base selector to the disk module when speed widget is enabled 2023-10-21 18:45:24 +02:00
justinharrell
24b29ccbfe feat: moved network base setting to module from widget (#1635)
Co-authored-by: Justin Harrell <justin@harrell.io>
2023-10-21 18:28:58 +02:00
Serhiy Mytrovtsiy
134a42f27f feat: temporarily disabled NVMeSmart reader because of a problem with the new macOS Sonoma 2023-10-18 16:40:38 +02:00
Serhiy Mytrovtsiy
66641a1817 fix: fixed CPU line chart baseline in the popup view 2023-10-12 20:51:32 +02:00
Serhiy Mytrovtsiy
cced7de032 fix: fixed duplicating the clocks in the popup view when only the local clock is presented 2023-10-07 22:50:38 +02:00
Serhiy Mytrovtsiy
6d038687ca fix: fixed clock size in the Clock popup 2023-10-06 18:00:38 +02:00
Serhiy Mytrovtsiy
80b39144b1 fix: moved battery widget and popup view from dirtyRect to the frame 2023-09-30 18:02:47 +02:00
Serhiy Mytrovtsiy
0b15c14c10 fix: prevent disk duplication in the list because of a data race. It causes the popup view or widget to stop updating the value (#1624) 2023-09-29 19:03:43 +02:00
Serhiy Mytrovtsiy
48322fc7e8 fix: fixed circles charts in the new version of Cocoa 2023-09-28 17:33:55 +02:00
Chiroyce
a1cf153154 fix: ISP being mislabelled as airport (#1609) 2023-09-10 19:09:20 +02:00
Serhiy Mytrovtsiy
f4d51cf697 fix: fixed free space reader to read the selected drive, not the document directory (#1589) 2023-08-21 18:24:21 +02:00
Serhiy Mytrovtsiy
5030d22ec5 fix: trying to fix the crash by fixing some data racing in the widgets (#1578) 2023-08-19 09:39:18 +02:00
Serhiy Mytrovtsiy
a7ac638ac8 feat: added an alert that informs that turning off the fan is not recommended action before turning off the fan (#1567) 2023-08-15 13:45:06 +02:00
Serhiy Mytrovtsiy
c3c5c26b1b feat: rollback to the "proper" way to read the free disk space. There is still a performance issue when using this way. But I have enough of wrong free disk space and purging it all the time. 2023-08-14 18:17:59 +02:00
Serhiy Mytrovtsiy
9115329767 fix: changed reference from unowned to weak in the modules (prevents crash in some cases) 2023-08-13 13:15:27 +02:00
Serhiy Mytrovtsiy
14e29c4d60 feat: adjusted CPU and GPU sensors for m2 apple silicon (#1286) 2023-08-05 23:48:45 +02:00
Serhiy Mytrovtsiy
b8564ff67f feat: added a button that allows to turn off the fan (#1567) 2023-08-04 12:09:53 +02:00
Serhiy Mytrovtsiy
8789531c80 feat: removed Low power mode status from the battery module since it does not work. The API does not provide updates via the notification center. Read ProcessInfo does not updates the value too. pmset returns only manually managed mode. So it cannot be used to determine if low power mode is enabled. 2023-07-07 16:52:37 +02:00
Serhiy Mytrovtsiy
8a98cfd645 feat: added releasing all processes when closing the popup view 2023-07-06 18:21:29 +02:00
Serhiy Mytrovtsiy
5160554280 v2.9.1 2023-07-02 13:26:24 +02:00
Serhiy Mytrovtsiy
89e55a70de fix: prevented adding the 'Fan value' toggle each time when loading the popup settings (#1542) 2023-07-01 19:34:54 +02:00
Serhiy Mytrovtsiy
32bd6ff32c feat: added module types to the readers 2023-06-29 17:46:40 +02:00
Serhiy Mytrovtsiy
1e0ba3b61f feat: moved all reader's values to the Codable protocol 2023-06-27 17:09:38 +02:00
Serhiy Mytrovtsiy
91603406a2 feat: added thunderbolt left and right sensors to the list of known sensors (#1530) 2023-06-26 17:12:01 +02:00
Serhiy Mytrovtsiy
66f5502d6f feat: adjusted CPU line chart height in the popup view 2023-06-20 19:05:03 +02:00
Serhiy Mytrovtsiy
ff6b0ed865 feat: moved from the HEX colors to the RGB 2023-06-20 16:51:19 +02:00
Serhiy Mytrovtsiy
9e2517dcbb feat: dropped macOS 10.14 support. From now the minimum supporting version is macOS 10.15. 2023-06-19 17:35:31 +02:00
Serhiy Mytrovtsiy
e6abe9b4d2 feat: added sensors from m2 to the m2 max, prod, and ultra 2023-06-17 21:13:40 +02:00
Serhiy Mytrovtsiy
e5c5a39226 lang: changed Life to Health in the Disk popup view 2023-06-13 22:13:10 +02:00
Serhiy Mytrovtsiy
bc34a39b86 fix: close socket listener when no ICMP host is set up. Prevent ICMP callbacks from other apps when ICMP must be off 2023-06-12 18:00:47 +02:00
Serhiy Mytrovtsiy
94bf62ae70 feat: added information when network data was reset last in the Network popup (#1495) 2023-05-29 19:15:36 +02:00
Serhiy Mytrovtsiy
9f9321dbc2 feat: renamed sensors widget to the stack widget 2023-05-25 17:29:50 +02:00
Serhiy Mytrovtsiy
991e02ff48 feat: added bar view to the fan view (#1461) 2023-05-23 17:53:48 +02:00
Serhiy Mytrovtsiy
c6fa3f4592 feat: moved from IO in the Network portal to the network chart 2023-05-20 13:58:33 +02:00
Serhiy Mytrovtsiy
5a974e38cf feat: added a header with title and settings button to the portals (#1467) 2023-05-19 18:13:06 +02:00
Serhiy Mytrovtsiy
0b6f4bd49f feat: added an option to select what value to show in the popup for fan: RPM or percentage 2023-05-05 20:12:41 +02:00
Serhiy Mytrovtsiy
5d2e8b5a7e fix: removed check if the popup is open when updating the Battery portal view (#1447) 2023-05-03 21:16:22 +02:00
Serhiy Mytrovtsiy
550cd7ad35 feat: added a button to show/hide a fan control panel (#1416) 2023-05-02 17:56:14 +02:00
Serhiy Mytrovtsiy
ba1672fa32 fix: hiding the Top processes separator when 0 processes is selected in the Disk settings 2023-05-01 20:47:16 +02:00
Serhiy Mytrovtsiy
d08e8be203 fix: fixed fan mode restore after sleep (#1436) 2023-04-28 21:03:32 +02:00