Skip to content

Releases: exelban/stats

v2.1.11

12 Jul 10:29
Compare
Choose a tag to compare
  • 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

09 Jul 20:39
Compare
Choose a tag to compare

Another iteration of try to fix an update mechanism.

  • fix bug when hdiutil block dmg (moved a part of update logic from bash to swift)

v2.1.9

09 Jul 17:12
Compare
Choose a tag to compare

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

09 Jul 07:43
Compare
Choose a tag to compare
  • fix network speed update in the popup window (#57)

v2.1.7

08 Jul 18:32
Compare
Choose a tag to compare
  • 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

04 Jul 12:51
Compare
Choose a tag to compare

CRITICAL UPDATE

  • fix update script (in previous version application will not update automatically)
  • add a check for new version on application start

v2.1.5

04 Jul 12:24
Compare
Choose a tag to compare
  • 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

30 Jun 21:48
Compare
Choose a tag to compare
  • hotfix (set RAM pressure to false by default)

v2.1.3

30 Jun 21:31
Compare
Choose a tag to compare
  • 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

v2.1.2

29 Jun 15:50
Compare
Choose a tag to compare
  • fix app crash on start (#43)
  • fix crash when missing wifi network name
  • fix crash when window in the popup is not initialized but must be updated