AveTemp Changelog

What's new in AveTemp 1.4.7

Apr 4, 2023
  • Fixed: cores load showing correctly on Intel CPU's now.
  • Fixed: max values for TDP and temps now are not going over the top.
  • Feature: added new version number to update message.
  • Feature: added debug stack logging to file from LibreHardwareMonitorLib sensors if it needed. Be default it's off, can be runed by start with argument «--hardware-dump».
  • Support: added Boosty and Patreon buttons to settings window. I'll be very glad if you'll support me, subscription starts from 1$.

New in AveTemp 1.4.6 (Mar 20, 2023)

  • Updated LHMLib to latest nightly build.
  • Feature: added recording of statistics to the file immediately after enabling this setting.
  • Fixed: CPU load sometimes not updates after Windows sleep.
  • Fixed: if shutdown was unexpected than next autostart might crush.
  • Fixed: min and max temps and TDP were not reset if stat collecting had been enabled.
  • Potentially fixed: sometimes max values were incorrect.

New in AveTemp 1.4.5 (Mar 9, 2023)

  • Feature: added logging to file «debug.txt» if app goes wrong. If you will encounter crushes, you can send me that file with short description of the problem and i will try to fix that ASAP.
  • Fixed: CPU settings not applied in some cases. Issue #39.
  • Fixed: minimal default CPU states in Windows — 5 and 80 percent on battery and on plug respectively — were higher than custom maximum state and it prevented decreasing CPU frequency. Issue #41.
  • Fixed: double run was possible. Issue #43.
  • Fixed: clear buttons for temp, TDP, and average values were broken during last vast refactoring and not working. Issue #45.
  • Fixed: Windows default settings for CPU does not apply when program was closed from tray. Issue #44.
  • Fixed: on startup UI are updating though app was running as minimized to tray.
  • Optimization: changed default values for backup interval, temps, TDP collect interval and CPU threshold to 15 min, 0.7 sec and 80 percent respectively. Affect only start without settings file.
  • Optimization: tray icon now updates only if current temp was change.
  • Optimization: removed collection and updating 2 legacy's lists: «general_temps» and «general_TDP».

New in AveTemp 1.4.4 (Mar 2, 2023)

  • Release notes:
  • Fixed unexpected crushes when CPU mode were changed.

New in AveTemp 1.4.3 (Mar 1, 2023)

  • Feature: added update notification. Issue #32.
  • Feature: added description to admin rights requirements.
  • Interface: changed «Clear» label to icons on statistics clear buttons.
  • Interface: changed name and version from plain text link to Github into settings windows.
  • Fixed: tray's items now localized too. Before were only «Закрыть» in any case. Issue #34.
  • Fixed: AveTemp closing correctly when main window is open. Issue #36.
  • Fixed: now CPU names with any length are showing correctly. Issue #37.

New in AveTemp 1.4.2 (Feb 14, 2023)

  • Feature: added setting for adjust autostart delay. Issue: #24
  • Feature: added setting for adjust backup interval. So now there is option to set backup once in an hour so background consumption will be - about 0 all time except 1 second in hour. Issue: #22
  • Fixed: now very long intel CPU names show corretly. Issue: #33
  • Fixed: settings window does not close by pressing enter now. Issue: #28
  • Fixed: were set minimum value for sensors update frequency — 0.3.

New in AveTemp 1.4.1 (Feb 11, 2023)

  • Feature: implemented separate method for getting CPU load. Now CPU modes and states dependence on it. Pooling frequency now is 0.1 seconds, so turbo activated MUCH faster. Also added check for minimum 2 turbo ticks — two sequential load above threshold — and second must be more the first one for Turbo activate. Or Turbo will be activated if there is 3 sequential just above the threshold no matter of the precisely size of them. Issue #21
  • Feature: added just in moment translation for settings window when languages were changed. Issue #25
  • Feature: added pause before autostart. It's let time for another software from autostart for load as fast as possible. Default pause — 3 second. For activating this feature you'll need to deactivate and activate autostart from settings with setting saving. Issue #23
  • Feature: settings are now not overriding if settings file was corrupted. Instead of this, it will collect all good data and merge it with default values of settings that missed in settings file.
  • Optimization: decreased backup interval from 15 to 60 seconds. That's decreased background consumption.
  • Bug fix: now Avetemp closing properly with remove all workers and tray icon. Issue #26