Skip to content

Commit

Permalink
Variety 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jlu5 committed Jan 20, 2024
1 parent 9e0723c commit 8f6264a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/ui/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.8.12
Fix #672: add support for KDE Plasma 6

0.8.11
Fix #652: use importlib to support Python >= 3.12
Fix #424: Use only the primary monitor for thumbs window (#649)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
variety (0.8.12) jammy; urgency=medium

* Fix #672: add support for KDE Plasma 6

-- James Lu <[email protected]> Sat, 20 Jan 2024 14:37:23 -0800

variety (0.8.11) jammy; urgency=medium

* Fix #652: use importlib to support Python >= 3.12
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.11"
__version__ = "0.8.12"

import os

Expand Down

0 comments on commit 8f6264a

Please sign in to comment.