Releases: BigE/desk-changer
Version 26
Version 25
This release is a bugfix release to fix #30
Version 24
Version 23
Various fixes from the version 22 release
This fixes #20 and a lot of other issues found in the version 22 release. One
major update is the gnome-shell supported versions. This extension now only
supports >=3.18 because of changes in GLib for Gio.Application. I need to go
back and see if its even possible to bind to dbus in the same way or if I have
to do it a different way in previous versions.
Version 22
Version 22 adds #17, fixes #18, and some in #19
This is also a complete rewrite of the daemon code so it is easier for
myself to maintain. The issues addressed from #19 are the memory leak
and the _emit_signal error. See #19 for more detail.
The lockscreen support for this release allows you to either mirror the
desktop profile, or select a new profile for the lockscreen to use.
Please see #17 for more detail on how this works.
Another minor detail is the addition of Gnome 3.24 to the metadata.json
Version 21
System menu integration fixes and other various fixes
This release closes #16 which requests the system icon to be removed from the
system tray as it doesn't provide any actual functionality. I changed the
system menu integration to only show the preview if it is enabled. If it is
disabled, no icon will show in the system tray.
During this fix, I found some other problems with how the preview is updated
using the icon. I've made some fixes to help it show up better and change as
it should. Other various fixes were simply cosmetic or restructuring.
Version 20
This release implements the rotation method
With this release it should close #3 as it adds the ability to set the daemon to rotate the wallpaper every hour. With this change comes a basic concept change in the daemon of a rotation method over a simple timer and interval method.
There are also some basic mantinence updates and several improvements to the documentation and extension. This release also caused a minor version bump in the daemon as the rotation setting was implemented.
Version 19
This release is purely a bugfix release to fix #14 and to update the schema. I recently updated the default keybindings to be disabled by default, but never recompiled the schema.
Version 17
Version 16
Correcting an error that caused the extension to not start if the daemon isn't running.