Skip to content

Releases: exelban/stats

v2.11.63

28 Dec 12:33

Choose a tag to compare

Last release with macOS 10.15 support

Bug fixes

  • fix: implemented local caching for settings list to prevent storage thrashing (#2840) (#2864)
  • fix: moved WKWebView initialization to the moment when it should be displayed, which prevents the initialization of the web view on app start and silences some system logs

New features

  • feat: small redesign in the Network popup view. Moved interface details to the dedicated section, added interface dns servers (#2789), added interface speed (#2702)
  • feat: added ip change counter to the ip change notification that prevents notification when ip disappears for 3 reads

Localization

  • lang: updated Simplified Chinese localization by removing spaces in phrases (#2877)
  • lang: aligned Triditional Chinese localizations with Apple terminology (#2876)

v2.11.62

07 Dec 16:23

Choose a tag to compare

Bug fixes

  • fix: fixed a long-term battery widget glitch when a black vertical line is visible in the widget preview

New features

  • feat: added a fallback to the CPU core index when id not found when calculating the cores load (#2785)
  • feat: add option to disable system-widget updates for users experiencing ongoing chronod issues (#2733)
  • feat: added a check if the macOS widget is active before updating the read value in the user defaults. It will prevent unnecessary writes when the widget is not enabled (#2733)
  • feat: moved from telemetry id to remote id for Remote module
  • feat: removed the Telemetry module from the Stats since it does not do anything for a long time

Localization

  • lang: updated Vietnamese localization for internet connection messages (#2818)
  • lang: updated Turkish translation (#2843)

v2.11.61

14 Nov 10:12

Choose a tag to compare

HOT FIX

  • fix: reverted enabling macOS widget updates since there is still a problem with chronod (#2733)

v2.11.60

14 Nov 10:09

Choose a tag to compare

New features

  • feat: unlocked widgets updates since the chronod was fixed in macOS 26.1 (#2733)
  • feat: moved remote authorization from api. to oauth. domain name

Localization

  • lang: updated german localization (#2812)
  • lang: updated Taiwan Traditional Chinese Localization (#2809)

v2.11.59

09 Nov 13:08

Choose a tag to compare

Bug fixes

  • fix: fixed bug on macOS 26 when settings autosaveName to menu bar item prevents it from loading (#2768)

New features

  • feat: adjusted value width in process view to fit bigger value (#2784)

Localization

  • lang: updated Vietnamese translations for various terms and phrases (#2791)
  • lang: added translations for internet status notifications

v2.11.58

26 Oct 12:48

Choose a tag to compare

Bug fixes

  • fix: corrected NVMe SMART data units read/written calculation (#2760)
  • fix: added an additional redraw when something changes in the Battery widget. This eliminates artifacts when the widget switches from the AC plug-in icon to the charging icon (#2611)

New features

  • feat: added gradient style to the line chart

v2.11.57

12 Oct 16:55

Choose a tag to compare

Bug fixes

  • fix: fixed check if key exists in the Store after adding cache layer (#2749)
  • fix: adjusted table height in the Clock settings for macOS 26

New features

  • feat: included previous and new IP addresses in the notifications (#2637)
  • feat: added bug report template to the report bug button

v2.11.56

05 Oct 13:56

Choose a tag to compare

Bug fixes

  • fix: fixed app crash when battery is damaged (#2725)
  • fix: fixed initializing update interval from the store (#2741)

New features

  • feat: added a new way to obtain the WiFi network SSID (thanks to @fjh658)
  • feat: added display information to the Dashboard

v2.11.55

30 Sep 15:34

Choose a tag to compare

HOT FIX

  • fix: disabled widgets update for macOS 26 since there is a problem with chronod

v2.11.54

28 Sep 15:27

Choose a tag to compare

New features

  • feat: added CPU average load to the Remote protocol and moved from the list of Double to the struct
  • feat: added round style to some charts to have more Apple-like style charts
  • feat: removed header line from the popup view
  • feat: moved App settings from the menu to the bottom part of the sidebar
  • feat: adjusted settings window to the new macOS design