Skip to content

Commit

Permalink
Variety 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jlu5 committed Jul 16, 2020
1 parent d75bd93 commit 723c800
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
10 changes: 10 additions & 0 deletions data/ui/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.8.4
Remove dead Desktoppr, ChromeOS sources (GH-323)
Properly verify TLS certificates when downloading images (GH-326)
Fix banning images when using Delete to Trash option (GH-304)
Preserve file extensions when copying wallpapers to another folder (GH-240)
Fix crash in indicator code when image origin is not available (GH-287)
Remove spurious "No such schema “org.cinnamon.desktop.background” errors" (GH-329)
Update Unsplash rate limit (GH-332)
Better detection for AwesomeWM (GH-282)

0.8.0 - 0.8.3
Image sources are now plugins
Add support for sequential albums
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
variety (0.8.4) focal; urgency=medium

* Remove dead Desktoppr, ChromeOS sources (GH-323)
* Properly verify TLS certificates when downloading images (GH-326)
* Fix banning images when using Delete to Trash option (GH-304)
* Preserve file extensions when copying wallpapers to another folder (GH-240)
* Fix crash in indicator code when image origin is not available (GH-287)
* Remove spurious "No such schema “org.cinnamon.desktop.background” errors" (GH-329)
* Update Unsplash rate limit (GH-332)
* Better detection for AwesomeWM (GH-282)

-- James Lu <james@overdrivenetworks.com> Thu, 16 Jul 2020 11:30:53 -0700

variety (0.8.3) bionic; urgency=medium

* Remove World Sunlight Map source
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.3"
__version__ = "0.8.4"

import os

Expand Down

0 comments on commit 723c800

Please sign in to comment.