Releases: Nieznany237/AutoHibernate
Releases · Nieznany237/AutoHibernate
1.11.0
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
- 1.11.0 Release by @Nieznany237 in #5
Full Changelog: 1.10...1.11.0
1.10.0
Merge pull request #4 from Nieznany237/DEV Dev
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
Changelog
Version 1.8b (06.06.2025)
Changed
- Replaced
oswithsubprocessfor system calls to improve reliability and prevent the command window from appearing during hibernation. - Added detailed logging using the
loggingmodule, 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
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
Public release