Skip to content

Releases: kuvaus/coffeepy

v0.2.1

24 Jul 00:33
Compare
Choose a tag to compare
  • Add ability to reset the system idle timer on Windows
  • This prevents computer from going to sleep even if no other programs are running

v0.2.0

23 Jul 14:14
Compare
Choose a tag to compare
  • Simplify dependencies

v0.1.9

23 Jul 13:06
Compare
Choose a tag to compare
  • Finally works properly on various linux systems
  • Use DBUS on linux to prevent system from sleeping
  • Use systemd on linux as a fallback method
  • Deprecate old linux method of using xset
  • Automatic release notes
  • Improve tests

v0.1.8

21 Jul 22:54
Compare
Choose a tag to compare
  • Fix --help on windows systems without unicode support
  • Better error handling on Linux
  • Add Python 3.7 support

Release v0.1.7

16 Jul 11:18
Compare
Choose a tag to compare
  • Significantly improved performance when animation is turned off
  • Improve tests

Release v0.1.6

14 Jul 19:33
Compare
Choose a tag to compare
  • 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

Release v0.1.5

13 Jul 13:38
Compare
Choose a tag to compare
  • Improve terminal checking function

Release v0.1.4

13 Jul 13:14
Compare
Choose a tag to compare
  • 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

Release v0.1.3

13 Jul 06:18
Compare
Choose a tag to compare
  • Add --no-animation flag
  • Add ascii animation on Windows Powershell
  • Fix duration bug from 0.1.2

Release v0.1.2

13 Jul 05:43
Compare
Choose a tag to compare
  • Ability to set duration when run as a python module
  • Add .whl and .tar.gz to Github releases