Commit Graph

234 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
5105c8c20d feat: created PopupWrapper for the popup view 2023-03-25 14:54:30 +01:00
Serhiy Mytrovtsiy
698357b57d feat: added an option to hide sensors in the popup view (#1216) 2023-03-18 19:23:51 +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
7049fb1458 feat: added an SMC helper update process on the start 2023-03-11 17:11:19 +01:00
Serhiy Mytrovtsiy
3ee65acbcc feat: added an option to specify the public IP address auto-refresh interval. Never will be a default option. 2023-03-09 18:37:17 +01:00
Serhiy Mytrovtsiy
b996853471 fix: fixed default colors in the network chart (#1341) 2023-03-05 14:23:13 +01:00
Serhiy Mytrovtsiy
99e2333a51 fix: fixed Mac14,9 model name (#1337) 2023-03-04 14:34:30 +01:00
Serhiy Mytrovtsiy
78ca5d5793 feat: initialized battery details widget (#1293) 2023-03-03 19:52:10 +01:00
Serhiy Mytrovtsiy
2a6c7b1dcd feat: initialized popup view for the combined modules (#1084) 2023-02-22 20:17:39 +01:00
Serhiy Mytrovtsiy
03c30606cf fix: fixed BatteryWidget misspelling 2023-02-21 20:40:18 +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
51ea8c3267 feat: changed temperature value from int to decimals in the sensors popup view (#1292) 2023-02-10 09:35:47 +01:00
Serhiy Mytrovtsiy
06151f49dd feat: adjusted a background color of battery under layer when inner percentage is enabled 2023-02-08 21:30:09 +01:00
Serhiy Mytrovtsiy
6039d146e8 feat: added an option to set a spacing between modules in the combined view (#1084) 2023-02-06 17:59:40 +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
a415aa112e fix: prevented enabling non-active widgets when disabling OneView 2023-02-04 10:32:42 +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
2ea7e4172e feat: renamed OneView to the "Combined modules" (#1084) 2023-02-01 19:29:38 +01:00
Serhiy Mytrovtsiy
fdfbb0aac4 feat: added a view that allows rearranging modules in the OneView widget (#1084) 2023-02-01 17:57:41 +01:00
Serhiy Mytrovtsiy
6c991de101 feat: removed check for macOS 10.14 2023-01-31 18:27:43 +01:00
Serhiy Mytrovtsiy
36d4aa5a88 feat: removed battery colorizing (<20%) for inside percentage when colorizing is disabled (#1254) 2023-01-30 20:15:17 +01:00
Serhiy Mytrovtsiy
9f559f92e9 feat: resetting the fans mode when uninstalling the fan helper 2023-01-28 16:59:50 +01:00
Serhiy Mytrovtsiy
7e9b249a06 feat: added option to enable OneView. It's a feature that allows merging all widgets in one menu bar item. (#1084)
THIS IS AN VERY APHA FEATURE! do not propose anything till the issue with the feature will be closed!
2023-01-27 19:32:30 +01:00
Serhiy Mytrovtsiy
a0b4cf767a feat: enabled symbols instead of images for the menu 2023-01-21 14:21:50 +01:00
Serhiy Mytrovtsiy
0c773463eb fix: fixed problem when opening the popup view with multiply workspaces (#1267) (rollback of #1262) 2023-01-18 16:55:56 +01:00
Serhiy Mytrovtsiy
6c4d3a913e feat: added an optimized charging state, it allows to hide additional information in the battery widget when enabled (#1213) 2023-01-16 22:37:26 +01:00
Serhiy Mytrovtsiy
f5d708d103 feat: added a new API (SMAppService) that starts the application when login (available on macOS 13, for the oldest version the legacy API is using) 2023-01-14 07:19:50 +01:00
Serhiy Mytrovtsiy
da3e2f8199 fix: removed popup view moveToActiveSpace behavior (#1262) 2023-01-13 16:49:27 +01:00
Serhiy Mytrovtsiy
1faf261cfd feat: changed the logic that checks if mac is ARM based from #if arch(arm64) to the information about the platform from the SystemKit (#1247) 2023-01-13 16:37:25 +01:00
Serhiy Mytrovtsiy
a6c25038d5 feat: removed unnecessary icons from the project 2023-01-12 17:46:29 +01:00
Serhiy Mytrovtsiy
f76e10f104 fix: added alternative menu icons for macOS 11 (#1252) 2023-01-09 18:36:24 +01:00
Serhiy Mytrovtsiy
d054da741e feat: added a button to uninstall the fans helper 2022-12-23 11:46:33 +01:00
Serhiy Mytrovtsiy
a8d202d488 feat: added an option to select fan value for widget: rpm or percentage (#1236) 2022-12-21 19:47:17 +01:00
Serhiy Mytrovtsiy
a8a33098c3 fix: prevent throwing an error when the commit type is not detected, just omit it 2022-12-20 22:56:15 +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
f51dff6453 fix: adjusted static width of Sensors widget to fix Wh (#1218) 2022-12-14 18:15:54 +01:00
Serhiy Mytrovtsiy
20fb689ff1 fix: fixed symbols in the speed widget when one row option is enabled (#1221) 2022-12-13 17:19:40 +01:00
Serhiy Mytrovtsiy
7ef48325dd feat: added button to install the fan helper 2022-12-10 09:27:00 +01:00
Serhiy Mytrovtsiy
5a1c3a5380 fix: fixed border radius of widget selector container 2022-12-09 22:51:55 +01:00
Serhiy Mytrovtsiy
25e7e38eb9 feat: added icons to the modules in the sidebar menu (starting from macOS 11.0) 2022-12-03 12:25:45 +01:00
Serhiy Mytrovtsiy
736e7cd732 feat: redesigned the settings view to work with light/dark mode (#1008) 2022-12-02 17:04:07 +01:00
Serhiy Mytrovtsiy
569567d17a feat: initialized row modes (one row or two rows) in the Speed widget (#1117) 2022-11-28 17:52:20 +01:00
Serhiy Mytrovtsiy
c31edd6aa1 feat: added an option to align the value in the speed widget (#1146) 2022-11-26 11:58:45 +01:00
Serhiy Mytrovtsiy
9647d1fd6e feat: added an option to make the pictogram transparent when no activity (#1177) 2022-11-25 16:35:25 +01:00