Skip to content

Releases: BigE/desk-changer

Version 26

04 Oct 08:01
Compare
Choose a tag to compare

This release is primarily a bugfix release. This release fixes #31 and closes #21 by finally adding translation support. It also adds a Makefile with basic build and installation support. I've also snuck in a bump to support Gnome 3.26

Version 25

16 Sep 04:08
Compare
Choose a tag to compare

This release is a bugfix release to fix #30

Version 24

12 Sep 01:07
Compare
Choose a tag to compare

This release adds several enhancements and bugfixes with the following issues: #21, #23, #24, #28, and #29. The biggest change in this release is how the daemon handles profiles, along with the extension flow of the rotation
setting.

Version 23

26 Apr 02:11
Compare
Choose a tag to compare

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

25 Apr 03:00
Compare
Choose a tag to compare

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

04 Apr 03:49
Compare
Choose a tag to compare

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

19 Feb 03:21
Compare
Choose a tag to compare

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

16 Feb 22:17
Compare
Choose a tag to compare

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

08 Jan 01:50
Compare
Choose a tag to compare

This release is a maintenance release. Fixes #11 and a note about the timer in #9. I also updated a couple minor things in the extension.

Version 16

30 Dec 05:26
Compare
Choose a tag to compare

Correcting an error that caused the extension to not start if the daemon isn't running.