Skip to content

Commit

Permalink
Merge pull request #43 from mcarlton00/version-bump-0.7.1
Browse files Browse the repository at this point in the history
Version bump to 0.7.1
  • Loading branch information
mcarlton00 committed Feb 29, 2020
2 parents e19d7e1 + 76372d5 commit 0efe15b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

v0.7.1
---------------------------------------

- Fix path to cache dir
- Add ability to queue tracks during remote control
- Add ability to resume playback during remote control
- Fix crash when video files are in playlists
- Start at the correct song index during remote control

v0.7.0
---------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_jellyfin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from mopidy import config, ext


__version__ = '0.7.0'
__version__ = '0.7.1'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 0efe15b

Please sign in to comment.