Releases: exelban/stats
Releases · exelban/stats
v2.11.23
Bug fixes
- fix: fixed some memory leaks (#2306)
- fix: fixed CPU popup view resize when changing the number of top processes (#2288) and hide the frequency block if no frequency is read (#2285)
- fix: limited the label width in the popup view to fix the value when the label is too long and cannot fit in the row (#2288)
New features
- feat: added additional wifi events listener that will read the connection details if something was changed (#2292)
Localization
- lang: updated Swedish translation (#2305)
v2.11.22
Bug fixes
- fix: reorder 'Color of upload' and 'Color of download' in preferences for coherence with preferences (#2275)
- fix: added check if the disk has valid UUID, if not - use disk BSDName instead (#2262)
New features
- feat: added M1 / M2 Mac Mini Icon (#2274)
- feat: added efficiency and performance cores frequency and total cores frequency
- feat: added check if 2 seconds elapsed since the app started before showing the main app window
- feat: moved from custom byte formatter to the internal
- feat: moved from binary to metric based size units to have the same calculation as macOS (#2230)
Localization
v2.11.21
New features
- feat: added certificate verification to the helper app. It will verify the incoming connection certificate if it's Stats. If not the connection will not be opened. It prevents abusing the helper app by 3d party applications to access the helper interface. Thanks @senzee1984 for finding and helping solve that problem. This commit will force the update of the helper app and will require a password for users who have installed the helper.
- feat: changed the icon and behavior of the button in the popup header for the calendar module to open the default macOS calendar app (#2227)
- feat: added separator option to the combined view (#2215)
Localization
- lang: added Finnish translation (#2271)
v2.11.20
v2.11.19
v2.11.18
v2.11.17
v2.11.16
New features
- feat: adjusted Text parser to support char in the string (#2189)
- feat: cleaned up Speed widget by refactoring download/upload to input/output to make better logic for both modules: Disk and Network which have different meanings for these values.
- feat: added a new option to the Speed widget that specifies what to show in the widget (#2186). This new option removes the old "Reverse order" option since the new one includes it.
Localization
- lang: added missing translations
v2.11.15
Bug fixes
- fix: fixed swiftlint error that appears in the new version of swiftlint
- fix: fixed menu bar icons color on inactive screen (#2131), thx to @KizzyCode for fix