Serhiy Mytrovtsiy
|
f3bd517269
|
feat: added translation for sensors
|
2023-12-22 18:33:56 +01:00 |
|
Serhiy Mytrovtsiy
|
c3c44652c2
|
feat: added powermetrics read to the SMC helper (maybe will be used in the feature)
|
2023-12-21 18:18:54 +01:00 |
|
Serhiy Mytrovtsiy
|
62ac20a1c8
|
feat: reset the process if no data in the Disk popup view
|
2023-12-21 14:52:35 +01:00 |
|
Serhiy Mytrovtsiy
|
119bc5b067
|
feat: adjusted battery notifications
|
2023-12-20 13:37:06 +01:00 |
|
Serhiy Mytrovtsiy
|
cedb16e2d6
|
feat: added notifications view to the Battery module
|
2023-12-20 13:20:08 +01:00 |
|
Serhiy Mytrovtsiy
|
4754b6144a
|
feat: added reverse order to the network chart (#1721)
|
2023-12-19 23:05:33 +01:00 |
|
Serhiy Mytrovtsiy
|
709f7bfa32
|
fix: adjusted chart value in the Sensors popup to the local temperature (C/F) (#1730)
|
2023-12-19 14:09:27 +01:00 |
|
Serhiy Mytrovtsiy
|
dca3c03acd
|
feat: added wifi network name from networksetup (#1723)
|
2023-12-18 16:44:06 +01:00 |
|
Serhiy Mytrovtsiy
|
329521b9bb
|
feat: added Media Engine sensors for m1 SoC (#1712)
|
2023-12-16 12:47:09 +01:00 |
|
Serhiy Mytrovtsiy
|
fb4f57e0ae
|
fix: fixed findAndCrop function that returns wrong remaining string after crop (#1725)
|
2023-12-16 12:41:53 +01:00 |
|
Serhiy Mytrovtsiy
|
764c04b8c8
|
feat: added notifications for the Sensors module (#1124)
|
2023-12-15 17:20:14 +01:00 |
|
Serhiy Mytrovtsiy
|
336a9f6804
|
feat: added notifications for the Disk module
|
2023-12-14 19:53:35 +01:00 |
|
Serhiy Mytrovtsiy
|
f7452dcb2d
|
feat: added notifications for the RAM module
|
2023-12-13 22:08:37 +01:00 |
|
Serhiy Mytrovtsiy
|
af010230ed
|
feat: added notifications for the GPU module
|
2023-12-12 20:43:37 +01:00 |
|
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 |
|