Releases: exelban/stats
Releases · exelban/stats
v2.1.11
- update default color in some of the modules
- add frame option to bar chart
- add frame option to the line chart
- adjust widget selection views
- adjust disk widget (F/U)
- add an option to set up update interval for CPU module
- add an option to select update interval for RAM module
- add an option to select update interval for Disk module
- add an option to select update interval for Sensors module
- add setInterval() to reader protocol
- update reader start process (run initStoreValues() before start())
- small refactoring in cpu and ram settings
- add tooltip to the settings menu
v2.1.10
v2.1.9
CRITICAL UPDATE FOR MOJAVE USERS
Unfortunately, v2.1.7 and v2.1.8 have broken update mechanism (only in macOS Mojave). And cannot be updated to the latest version automatically.
- fix updater.sh for macOS Mojave (10.14)
- fix notification that new version installed (not showing only if the new version is higher than previous one)
v2.1.8
v2.1.7
- add an option to select a color for each module (from a predefined list)
- now Network module will be disabled if the icon is none and value is disabled (there is nothing to show in the widget)
- new makefile
- add a notification when a new version of the app installed
- add an option to select a network interface
- update logic when the module is not available (now reader initializing after the module is initialized)
- update a Network popup view
- add an option to show removable disks in Disk module
- fix Sensors module path
- small fixes
v2.1.6
v2.1.5
- add a script which automatically installs the new version of the app (I hope it will work)
- change custom window with an update available with the default system notification
- add cron task to check if a new version exists (every 12 hours)
- now Sensor module will disable if no sensor is selected
- click on the application will open Settings
v2.1.4
v2.1.3
- update a color accent in the bar chart and network widget
- add a new widget for Disk module (F: 123GB and U: 122GB)
- add RAM pressure to BarChart widget (#46)
- add RAM pressure to LineChart widget (#46)
- add the option to copy network values (public IP, local IP, network name, and physical address) (#47)
- update a CPU temperature sensor key
- log missing sensor key in dict
- fix network type detection
- small fixes