Releases: exelban/stats
Releases Β· exelban/stats
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
New features
- feat: added an option to show the power state icon (lightning or power plug) near the battery widget (#2008)
- feat: small redesign analog clock in Clock module popup
- feat: added calendar to the Clock module that could be hidden in the settings (#2170)
- feat: added timezone for Australia (#2174)
v2.11.14
Bug fixes
- fix: added clock update in popup view if the name was changed. Also added updates to the popup settings lists (#2127)
New features
- feat: adjusted ip v6 font size to fix in the container (#2163)
- feat: added spa5 type to the SMC and a few new power sensors (#2161)
v2.11.13
Bug fixes
- fix: changed App Group name to fit the requirements. It fixes widgets in macOS 15 but could break macOS 14. Since in the macOS 14 it was not working properly with the team ID prefix (#2115)
Localization
- lang: updated Taiwan Traditional Chinese localization (#2144)
v2.11.12
HOT FIX
Bug fixes
- fix: fixed non stopping fetching the wifi name that has a huge impact on network speed (#2146)
New features
- feat: changed the default behavior of Network data reset from At start to Never. Added data reset when At start is enabled (#2146)
v2.11.11
Bug fixes
- fix: fixed macOS Sequoia events
New features
- feat: added new mechanism for WiFi network name for macOS Sequoia
Localization
- lang: updated Simplified Chinese localization (#2128)
v2.11.10
Bug fixes
- fix: added omit for disk that have 0 total space (#2122)
New features
- feat: added Text widget to the Network module with a description of the value that could be used in it (#1868)
- feat: added help button to the Preferences Row
- feat: added a new Text widget that allows to visualize custom values in the menu bar
v2.11.9
Bug fixes
- fix: removed the tooltip feature for the IO chart (#2080)
- fix: fixed sensor value units in the Mini widget (#2102)
New features
- feat: added total IO in the Network module when the app is started (#2087)
- feat: added information about the Fan control feature to README
v2.11.8
Bug fixes
- fix: made log scale graph have a better dynamic range (#2090)
- fix: restored "reset total network usage" button (#2098)
- fix: fixed height calculation for disk popup view (#2095)
New features
- feat: added missing MacBookPro16,4 to the devices list (#2093)
- feat: changed SEN label to FAN for bar chart widget in the Sensors module since they can show only fans
- feat: adjusted bluetooth device margins in the popup view (#2092)
v2.11.7
Bug fixes
- fix: fixed disk name label color. (#2084)
New features
- feat: added Mini widget to the Sensors module. It has quite a lot of limitations and only one sensor could be visualized (I hope understandable why) (#2029)
- feat: disabled bar chart widget if there is no data to visualize
- feat: removed logic that will disable module when no widgets are enabled. It makes more sense since there is a combined module view and details can be seen even if no widget is enabled. (#2072)
- feat: added temperature unit update on each read in the Sensors popup (#2078)