Skip to content

Commit

Permalink
Variety 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlevi committed Jun 17, 2022
1 parent 79102ee commit 09c9256
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data/ui/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.8.8
Feature #89: Added options to select fit size / wallpaper mode. Added an image-dependent smart fit mode.
Bugfix #519: Fix issues with autostart.
Bugfix #534: Fix the fallback Wallhaven non-API downloading mode used for some Wallhaven URLs.
Bugfix #480: Improve image searching: Avoid deep/huge folders causing Variety to ignore the other folders.

0.8.7
Added a global switch to turn Internet connectivity for Variety off or on.
Wallhaven sources now use the Wallhaven API, not html parsing.
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
variety (0.8.8) focal; urgency=medium

* Feature #89: Added options to select fit size / wallpaper mode. Added an image-dependent smart fit mode.
* Bugfix #519: Fix issues with autostart.
* Bugfix #534: Fix the fallback Wallhaven non-API downloading mode used for some Wallhaven URLs.
* Bugfix #480: Improve image searching: Avoid deep/huge folders causing Variety to ignore the other folders.

-- Peter Levi <[email protected]> Fri, 17 Jun 2022 13:00:00 +0200

variety (0.8.7) focal; urgency=medium

* Added a global switch to turn Internet connectivity for Variety off or on
Expand Down
2 changes: 1 addition & 1 deletion variety_lib/varietyconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# for easy development / running from source.
__variety_data_directory__ = "../data"
__license__ = "GPL-3"
__version__ = "0.8.7"
__version__ = "0.8.8"

import os

Expand Down

0 comments on commit 09c9256

Please sign in to comment.