Skip to content

v1.2

Compare
Choose a tag to compare
@C2N14 C2N14 released this 03 Aug 04:17
· 13 commits to master since this release

Changelog:

  • Completely removed crontab dependency in favor of a systemd timer and schedule.py for more reliable results
  • Removed dependency on notify2.py and now use the built in GNotify (which is also buggy and required workarounds btw)
  • Rewrote the settings manager to use Gtk.Application
  • Added a way to package for different python versions with and without dependencies for compatibility reasons (e. g. Ubuntu 16.04 doesn't have python3-astral in its repositories but 18.04 does) now that installing this through pip is not recommended (silly me ¯\_(ツ)_/¯)

If you decide to install a no_dependencies package, you must also install these through pip3:

Python dependencies

  • astral
  • requests
  • pytz
  • tzlocal
  • schedule