Skip to content

Releases: Nieznany237/AutoHibernate

1.11.0

11 Sep 12:37
999cba0

Choose a tag to compare

Changelog:

  • Duplicate libraries have been removed
  • The log level is now set as a constant variable ‘LOGGING_LEVEL’
  • Debug mode has been removed
  • You can run the program with a different time than the one configured in the file using /t 30, -t 30, and --time 30)

What's Changed

Full Changelog: 1.10...1.11.0

1.10.0

09 Jul 12:50
759e376

Choose a tag to compare

Merge pull request #4 from Nieznany237/DEV

Dev

1.9

28 Jun 20:48
0552ce2

Choose a tag to compare

1.9

Changelog

Version 1.9

Changed

  • Moved hardcoded Base64 application image to a separate file
  • Added ability to configure application settings in the config.json file located in the user's home directory.
  • Added a DISABLE_HIBERNATION_CALL flag to prevent accidental hibernation during development. Bruh
  • Program will check current OS and will close the application if it is not Windows.
  • Added a flag and handler to allow terminating the countdown when the window is closed.

1.8b

06 Jun 12:41
41d62cf

Choose a tag to compare

Changelog

Version 1.8b (06.06.2025)

Changed

  • Replaced os with subprocess for system calls to improve reliability and prevent the command window from appearing during hibernation.
  • Added detailed logging using the logging module, including debug mode and runtime statistics.
  • Improved hibernation support detection with better error handling and logging.
  • Enhanced countdown timer for hibernation with more accurate FPS control and smoother progress bar updates.
  • Added global settings for debug mode, FPS, fonts, and button styles.
  • Added key bindings: <Esc> to hibernate, <Enter> to close the application.

Release 1.7

13 Mar 20:51
a646766

Choose a tag to compare

Version 1.7

  • Improved the function “countdown” for the progress bar where it now uses time.perf_counter() instead of a fixed step time, making the progress bar smoother and more accurate.
  • Hidden the 'maximize/minimize' buttons from the titlebar using maximize_minimize_button.hide(root)

Full Changelog: 1.6...1.7

1.6 Public release

15 Feb 17:50
1f109b9

Choose a tag to compare

Public release