From 0bce08bc10e589680de64b352b4a469c8f89b9e1 Mon Sep 17 00:00:00 2001 From: Peter Levi Date: Sat, 30 Apr 2022 19:04:18 +0300 Subject: [PATCH] Variety 0.8.7 --- data/ui/changes.txt | 2 +- debian/changelog | 10 ++++++++++ variety_lib/varietyconfig.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/data/ui/changes.txt b/data/ui/changes.txt index 163f098e..c30c6ea6 100644 --- a/data/ui/changes.txt +++ b/data/ui/changes.txt @@ -4,7 +4,7 @@ Support for fetching NSFW images from Wallhaven. When adding Wallhaven sources, you can provide your own Wallhaven API key. If provided, and the source URL is set to search for NSFW images, Variety will obey. - Auto-upgraded set_wallpaper/get_wallpaper scripts. + Auto-upgrade set_wallpaper/get_wallpaper scripts. Starting from this release, Variety will always automatically upgrade the set_wallpaper/get_wallpaper scripts to make sure fixes to those are picked up. Your old files have been preserved in the ~/.config/variety/scripts folder. diff --git a/debian/changelog b/debian/changelog index 2060a758..08548d85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +variety (0.8.7) focal; urgency=medium + + * Added a global switch to turn Internet connectivity for Variety off or on + * Wallhaven sources now use the Wallhaven API, not html parsing + * Support for fetching NSFW images from Wallhaven + * Auto-upgrade set_wallpaper/get_wallpaper scripts. Should fix issues with Dark style in GNOME. + * Newly added non-configurable sources will be disabled by default + + -- Peter Levi Sat, 30 Apr 2022 19:00:41 +0200 + variety (0.8.6) focal; urgency=medium * New source: National Geographic's photo of the day diff --git a/variety_lib/varietyconfig.py b/variety_lib/varietyconfig.py index b4f129a8..3477f664 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.6" +__version__ = "0.8.7" import os