Skip to content

Latest commit

 

History

History
93 lines (55 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

93 lines (55 loc) · 2.31 KB

Changelog

24 July 2023

  • Add ability to reset the system idle timer on Windows
  • This prevents computer from going to sleep even if no other programs are running

23 July 2023

  • Simplify dependencies

23 July 2023

  • Finally works properly on various linux systems
  • Use DBUS on linux to prevent system from sleeping #1
  • Use systemd on linux as a fallback method
  • Deprecate old linux method of using xset
  • Automatic release notes
  • Improve tests

22 July 2023

  • Fix --help on windows systems without unicode support
  • Better error handling on Linux
  • Add Python 3.7 support

16 July 2023

  • Significantly improved performance when animation is turned off
  • Improve tests

14 July 2023

  • Corrected Python requirements to 3.8 and newer
  • Time can now be a float so you can run it more accurately
  • Add tests. Run the tests with pytest

13 July 2023

  • Improve terminal checking function

13 July 2023

  • Fix bug in checking new Windows Terminal
  • Add ability to specify time=0 when run as a module
  • Add ability to disable animation when run as a module

13 July 2023

  • Add --no-animation flag
  • Add ascii animation on Windows Powershell
  • Fix duration bug from 0.1.2

13 July 2023

  • Ability to set duration when run as a python module
  • Add .whl and .tar.gz to Github releases

12 July 2023

  • Automatic Pypi distribution with Github actions
  • Better project structure

v0.1.0

12 July 2023

  • First version