Releases: exelban/stats
Releases Β· exelban/stats
v2.10.8
Bug fixes
- fix: fixed a bug in the setup process that set "Start at login" to on even if the user chooses to not turn that on.
New features
- feat: redesigned Dashboard to new style
- feat: redesigned App Settings to new style (Ventura-like)
- feat: added an option to disable combined popup view
- feat: use temporary folder for lldb if support is locked
- feat: moved network chart to the network chart widget. Replaced NetworkChart with NetworkChartV2.
- feat: added a new NetworkChartViewV2 chart. Which merges 2 line charts. Moved the disk and network charts in the popup to the new chart.
v2.10.7
Bug fixes
- fix: fixed Sensors align in combined view and added localizedString to PortalHeader (#1879)
New features
- feat: added main chart scale setting to the Network popup settings
- feat: added chart scale setting to the RAM popup settings
- feat: added chart scale setting to the CPU popup settings
- feat: initialized fixed scale for charts (#1787)
Localization
v2.10.6
v2.10.5
Bug fixes
- fix: fixed nettop CPU abnormal usage in some cases (#1854)
New features
- feat: added read and written data to the disk view (#1804)
- feat: reverted 134a42f, looks like the problem was fixed in the new version of macOS
- feat: added public IP address to the network portal view (#1842)
Localization
v2.10.4
Bug fixes
- fix: fixed data race in the Disk module (#1823)
New features
- feat: added an option to select chart history range for line chart in the popup view for RAM module
- feat: added an option to select chart history range for line chart in the popup view (CPU module only for now)
- feat: added tooltip to the CPU efficient/performance bar charts in the popup view
Localization
v2.10.3
New features
- feat: changed no value behavior on a line chart. Starting from now no value will not visible on the chart. Before no value was presented as 0 which caused a little confusion.
- feat: prevented closing popup view if unattached when open activity monitor or module settings
- feat: added a timestamp to the line chart feat: added background for tooltip in the line chart
v2.10.2
v2.10.1
v2.10.0
New features
- feat: moved all modules to the new way of reader mode with a small refactoring. Previously the module will be active when the first successful read will be achieved. From now the initial value for the module will be taken from the persistent storage (leveldb) that keeps the last read value.
- feat: added leveldb as a backend for historical data storage
Localization
- lang: fixed French translation (#1798)