Commit Graph

66 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
895eaba528 feat: added random Color and data type to the Store 2023-03-25 16:28:21 +01:00
Serhiy Mytrovtsiy
e86c677463 feat: added an error window when the update failed 2023-03-17 18:31:44 +01:00
Serhiy Mytrovtsiy
4070e49560 feat: added check if app has write permission to the application path when update (#1344) 2023-03-14 19:31:30 +01:00
Serhiy Mytrovtsiy
99e2333a51 fix: fixed Mac14,9 model name (#1337) 2023-03-04 14:34:30 +01:00
Serhiy Mytrovtsiy
7115ff4ad8 fix: fixed Mac14,6 model name (#1324) 2023-02-21 20:34:46 +01:00
Serhiy Mytrovtsiy
03e37cfc4a feat: removed macOS 10.14* checks 2023-02-16 19:44:10 +01:00
Serhiy Mytrovtsiy
3ab0a71bf5 feat: switch to the linear scaling for the sensor chart in the popup view (#1277) 2023-02-12 23:40:42 +01:00
Serhiy Mytrovtsiy
732fb5829c feat: added a new BarChart for usage per core visualization in the CPU popup 2023-02-04 16:45:46 +01:00
Serhiy Mytrovtsiy
6d136b6d13 feat: added a new MacBook Air and old MacBook Pro (14/16) icons 2023-02-03 18:34:11 +01:00
Serhiy Mytrovtsiy
fa8a4d8d21 feat: added a new way to detect a mac model (if missed on the list) 2023-02-03 17:04:24 +01:00
Serhiy Mytrovtsiy
8963320ff1 feat: added new MacBooks Pro (m2 pro/max) to the devices list 2023-02-02 22:44:49 +01:00
Serhiy Mytrovtsiy
fd10fc42f9 feat: added a macOS version when asking for an update. It allows to return the last available version of Stats for specific macOS. 2022-12-17 23:15:38 +01:00
Serhiy Mytrovtsiy
ebc548996c feat: added options to select colors in the Network popup (#565) 2022-10-07 16:00:44 +02:00
Serhiy Mytrovtsiy
43b80fe751 feat: added options to select colors in the CPU popup (#565) 2022-10-05 20:55:10 +02:00
Serhiy Mytrovtsiy
4dbf23b48b fix: adjusted network chart baseline 2022-09-03 13:31:49 +02:00
Serhiy Mytrovtsiy
22c84ff305 feat: added an option to separate download and upload scale in the Network chart (#966)
fix: restore the scale in the Network chart after a restart
2022-08-30 18:18:18 +02:00
Serhiy Mytrovtsiy
ab2b0efab2 feat: added platform detection to the SystemKit 2022-08-27 14:49:11 +02:00
Serhiy Mytrovtsiy
94600961c3 feat: added information about efficiency and performance to the SystemKit 2022-08-09 20:53:34 +02:00
Serhiy Mytrovtsiy
64d7e4e8bf fix: quick fix for the network chart that does not fit value in the range 0-1 (charts in the Disks and Network popups) 2022-08-07 20:38:07 +02:00
Serhiy Mytrovtsiy
4635820530 feat: added different scaling types to the charts (none, square, cube, logarithmic) (#844) 2022-08-02 11:05:28 +02:00
mooons
129c67ca94 feat: added M2 MacBooks to the device list (#1006) 2022-07-24 11:20:17 +02:00
Serhiy Mytrovtsiy
76856da1ca feat: removed mac year from the model name. A lot of models could have the same model but different years. 2022-07-19 19:01:43 +02:00
Serhiy Mytrovtsiy
3f95347d4a fix: corrected the year of MacPro5,1 (#998) 2022-07-14 21:08:05 +02:00
Serhiy Mytrovtsiy
ea71cb6abc feat: moved to the custom Repeater plugin 2022-06-30 20:39:03 +02:00
Serhiy Mytrovtsiy
8071a06896 feat: reverted f8c9eb987d 2022-06-10 20:27:24 +02:00
Serhiy Mytrovtsiy
f8c9eb987d fix: reverted 3753ca92cd
This code makes app unuseful for users who ddos the server from what Stats takes the information about new version. So more useful from my side is to not have this code.
2022-06-07 17:08:10 +02:00
Serhiy Mytrovtsiy
3753ca92cd fix: allow to check the newest version via button even if the last check was recently 2022-06-06 21:30:22 +02:00
Serhiy Mytrovtsiy
5b79e8df30 fix: prevent update loop by the TS when was the last check and the last installation (#957) 2022-06-06 20:52:16 +02:00
Serhiy Mytrovtsiy
49164388ca feat: increased swiftlint file_length rule from 600 to 800 2022-05-24 23:26:53 +02:00
Serhiy Mytrovtsiy
d474521f78 feat: added custom suffix to the line chart toolTip (#946) 2022-05-24 23:26:14 +02:00
Serhiy Mytrovtsiy
12c219caf0 feat: fixed value rounding in the PieChartView (#933) 2022-05-23 18:01:33 +02:00
Serhiy Mytrovtsiy
f165955247 feat: use shadow point array when clicking on the line chart. It prevents missing the data when previewing the chart by clicking 2022-05-09 21:39:02 +02:00
Serhiy Mytrovtsiy
c664d7c1a6 feat: added pointer to the line chart with detecting and showing the information about the nearest point 2022-05-06 17:11:08 +02:00
Serhiy Mytrovtsiy
e4b6c003e0 feat: added mac studio to the device list (#903) 2022-04-08 18:55:40 +02:00
Serhiy Mytrovtsiy
6fb2c9b11b feat: changed function_body_length swiftlint rule from 60/80 to 80/100 2022-04-02 12:45:41 +02:00
Serhiy Mytrovtsiy
548caace0e fix: adjusted network chart size 2022-03-18 12:51:36 +01:00
Serhiy Mytrovtsiy
c5e6214fb2 feat: changed the default value for window visibility for charts 2022-03-14 18:46:27 +01:00
Serhiy Mytrovtsiy
e39f4f731e fix: fixed updates of sensor chart 2022-03-14 18:34:58 +01:00
Serhiy Mytrovtsiy
fa266ffc32 fix: add a sensor value to the chart in the popup view even if the popup is closed 2022-03-11 19:02:40 +01:00
Serhiy Mytrovtsiy
916d157ad6 feat: removed sharing the anonymous stats with the server
feat: removed checking the app signature via server
2022-02-28 17:17:17 +01:00
Serhiy Mytrovtsiy
20b14068d5 feat: added 10.13 macOS High Sierra to the os list (#832) 2022-02-08 17:17:01 +01:00
Serhiy Mytrovtsiy
072e4e9194 fix: getting developer teamID from the remote 2022-02-01 21:54:17 +01:00
Serhiy Mytrovtsiy
71788a68b8 fix: set correct tag and download url in the updater 2022-01-28 17:02:42 +01:00
Serhiy Mytrovtsiy
88a3bd63d1 feat: added server option to the Updater
feat: small refactoring of Updater
feat: added an option to check the signature of downloaded update (disabled for now)
2022-01-27 22:16:18 +01:00
Serhiy Mytrovtsiy
36a596422e feat: added cores number to the GPU information (Apple Silicon) 2022-01-12 17:06:06 +01:00
Serhiy Mytrovtsiy
caac121708 feat: added download/upload colors selector for Network widget (#772) 2022-01-07 15:06:12 +01:00
Serhiy Mytrovtsiy
e392a86aa4 feat: added an option to reinitialize network chart points array 2021-12-06 17:19:54 +01:00
Serhiy Mytrovtsiy
c9bb4b4609 feat: added an option to reinitialize line chart points array 2021-12-01 20:49:35 +01:00
Serhiy Mytrovtsiy
ab48870e73 fix: prevent crash if mac does not have a serial number (#688) 2021-11-06 11:59:44 +01:00
Serhiy Mytrovtsiy
e1bac3ffa0 fix: fixed Line Chart widget size when label option is enabled (#678) 2021-11-02 19:59:12 +01:00