Releases: C2N14/AutomaThemely
Releases · C2N14/AutomaThemely
v1.3
Changelog:
- Revamped the look of the settings manager
- Added support for a KDE Plasma, XFCE and Cinnamon. Hope you like it 😄
- Added support for GNOME Shell theme
- Added support for custom scripts
- Fixed some bugs that had to do with notifications, logging and others
- Shortened and simplified the setup process ever so slightly
- Changed the way the desktop icon works to make it clearer for the user
If you decide to install a no_dependencies package, you must also install these through pip3
:
Python dependencies
- astral
- requests
- pytz
- tzlocal
- schedule
v1.2
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
v1.1
Changelog:
- Replaced
freegeoip.net
withipinfo.io
now thatfreegeoip
is a freemium API key only service for convinience's sake - Fixed bug that made it fail to change the theme if sunset and sunrise times where not up to date
- Removed snap as I'm to dense to know what I am supposed to do to make it work