From 09c925636e8139bcbd9efc5c77ccd4e2eaacbb5a Mon Sep 17 00:00:00 2001 From: Peter Levi Date: Fri, 17 Jun 2022 13:01:33 +0300 Subject: [PATCH] Variety 0.8.8 --- data/ui/changes.txt | 6 ++++++ debian/changelog | 9 +++++++++ variety_lib/varietyconfig.py | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data/ui/changes.txt b/data/ui/changes.txt index c30c6ea6..ca57d14b 100644 --- a/data/ui/changes.txt +++ b/data/ui/changes.txt @@ -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. diff --git a/debian/changelog b/debian/changelog index 08548d85..5396c56a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/variety_lib/varietyconfig.py b/variety_lib/varietyconfig.py index 3477f664..e94a0b65 100644 --- a/variety_lib/varietyconfig.py +++ b/variety_lib/varietyconfig.py @@ -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