Skip to content

Commit

Permalink
Release Variety 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlu5 committed Apr 22, 2019
1 parent d834633 commit a339cc2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/ui/changes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0.7.2
Add support for Sway, bspwm
Enable AwesomeWM support by default
Fix crash on --help if a Variety instance is already running (GH-148)
Fix crash on --help or --version if a Variety instance is already running (GH-148)
Fix spurious "file not found" errors when checking for animated GIFs (GH-132)
New translations: Chinese, Japanese

Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
variety (0.7.2) bionic; urgency=medium

* Add support for Sway, bspwm
* Enable AwesomeWM support by default
* Fix crash on --help or --version if a Variety instance is already running (GH-148)
* Fix spurious "file not found" errors when checking for animated GIFs (GH-132)
* New translations: Chinese, Japanese

-- James Lu <[email protected]> Sun, 21 Apr 2019 19:36:59 -0700

variety (0.7.1) bionic; urgency=medium

* Fix remaining bugs from the Python 3 port: errors when saving favorite
Expand Down
2 changes: 1 addition & 1 deletion variety_lib/varietyconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# files). By default, this is ../data, relative your trunk layout
__variety_data_directory__ = '../data'
__license__ = 'GPL-3'
__version__ = '0.7.1'
__version__ = '0.7.2'

import os

Expand Down

0 comments on commit a339cc2

Please sign in to comment.