Commit Graph

13 Commits

Author SHA1 Message Date
Serhiy Mytrovtsiy
0f03dccc07 feat: changed minimum macOS version to macOS 11.15 (Big Sur) 2026-02-22 15:52:36 +01:00
Andy Chong
a69627f135 fix: fixed race condition crashes in Chart and Stack widgets (#2944)
Ensure data mutations from background readers are dispatched to the main thread to prevent conflicts with drawing logic (which runs on main thread). This resolves SIGTRAP and SIGABRT crashes observed during extended runtime.
2026-02-01 17:39:00 +01:00
Serhiy Mytrovtsiy
e287eacd46 fix: fixed race conditions in the Stack widget (#2672) 2025-08-18 22:33:22 +02:00
Serhiy Mytrovtsiy
74a7609c90 feat: added text alignment for Stack widget (#2463) 2025-03-25 22:35:25 +01:00
Serhiy Mytrovtsiy
354698a389 feat: adjusted Stack widget static width to fit Wh a little bit better (#2172) 2024-11-11 16:35:24 +01:00
Serhiy Mytrovtsiy
75a7416b7e fix: fixed crash when calculating text width for a monospaced font (#1988) 2024-06-10 21:20:53 +02:00
Serhiy Mytrovtsiy
5105d7cdb9 fix: updated monospaced font for stack widget (#1978) 2024-06-08 10:23:26 +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
bfadf4eb9b feat: moved widgets settings to the new design 2024-04-25 18:04:19 +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
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
9b09c80d05 feat: removed disabling module when nothing shows in the Speed widget (#1514) 2023-06-10 13:53:11 +02:00
Serhiy Mytrovtsiy
9f9321dbc2 feat: renamed sensors widget to the stack widget 2023-05-25 17:29:50 +02:00