Releases: exelban/stats
Releases · exelban/stats
v2.6.5
Closed issues
- fix: fixed Sensors module availability when FNum is not present in the SMC (#580)
- fix: removed layer in the Sensors widget (#581)
- feat: added Label option to the Network chart widget (#572)
- feat: rewritten BLE reader. Improve battery levels for Apple BLE devices (Mouse/Keyboard/Trackpad) (#557)
Bug fixes and new features
- feat: adjusted disk read/write icons in the Disk popup view
- fix: fixed enabling widget when toggling some option in the settings when the module is disabled
- fix: hide Split the value option in the RAM module if bar chart is not enabled
Localization
v2.6.4
Closed issues
- feat: add an option to enable split value (System/User) for CPU and RAM in the BarChart (#441)
Bug fixes and new features
- fix: fixed toggle buttons visibility in the settings when they must be disabled
- feat: fixed switching between Auto/Manual/Turbo modes in the Fans popup
- feat: moved Fans to the top at the Sensors. Refactor the Sensor type to be more generic. Added Fan structure to the Sensors module. (first steps to merge Fans and Sensors modules)
- feat: change value type from Double to ColorValue in the BarChart (#441)
Localization
- feat: update Czech translation (#579)
v2.6.3
Closed issues
- feat: add an option to select update interval for top processes to the CPU and RAM modules (#552)
- fix: fixed switch buttons visibility on macOS 10.13 (#559)
- fix: fixed BLE battery level update (wrong check) (#551)
Bug fixes and new features
- feat: change UUID to address in the BLE device toolTip
- fix: fixed popup view behavior when pinned. Now a pinned popup will not close if click on the settings window. Additionally fixed bug when popup view does not hide if previously was pinned and closed.
- feat: disable auto enabling min and max speed buttons
- feat: update support button link (now is GH sponsors page)
Localization
- feat: update Dutch translation (#563)
v2.6.2
Closed issues
Bug fixes and new features
- feat: add Bluetooth device UUID to the name toolTip
- fix: fixed order of AirPods battery levels (Case, Left, Right)
- fix: adjust text view height in the separator, process view, and row view
Localization
- feat: update French translation (#555)
v2.6.1
Closed issues
- feat: added turbo button to the fans (#520)
- feat: add disk temperature to the Sensors module (#529)
- feat: add support for Magic Trackpad (#546)
Bug fixes and new features
- fix: enable Sensors widget settings (don't know why it was disabled)
- feat: add an option to set minimum or maximum fan speed by buttons
- fix: fixed fans order in the settings
Localization
v2.6.0
Closed issues
- feat: add Bluetooth module (#277)
Bug fixes and new features
- feat: changed minimal macOS version to 10.13 (experimental)
- feat: init server plugin
Localization
v2.5.22
Closed issues
- feat: add an option to choose text alignment in the Mini widget (#517)
- feat: add modules translation (#496)
- fix: fixed wrong top process size in the RAM module (#523)
Bug fixes and new features
- feat: removed OSLog from the SystemKit (moved to the NextLog)
Localization
- feat: add Croatian translation (#519)
v2.5.21
v2.5.20
v2.5.19
Closed issues
- fix: fixed top processes usage in the RAM when top returns additional + (#499)
Bug fixes and new features
- feat: removed the SMC plugin from the Kit framework. Compile from SMC where needed.
- fix: adjust buttons size in the update view
- fix: update i18n script path in the gh action
- feat: add GitHub action for SwiftLint