From 06ccae606bd88930092cf1c017676b326bee261f Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Wed, 15 Mar 2017 00:03:56 +0000 Subject: [PATCH] Update release notes and bump version. --- README.rst | 5 ++--- mopidy_musicbox_webclient/__init__.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d39cf57c..c061c131 100644 --- a/README.rst +++ b/README.rst @@ -105,7 +105,7 @@ Project resources Changelog ========= -v2.4.0 (UNRELEASED) +v2.4.0 (2017-03-15) ------------------- - Now shows server name/IP address and port number at the bottom of the navigation pane. (Addresses: `#67 `_). @@ -122,10 +122,9 @@ v2.4.0 (UNRELEASED) (Fixes: `#213 `_). - Now shows correct hostname information in loader popup. (Fixes: `#209 `_). - Reset 'Now Playing' info when the last track in the tracklist is deleted. Fixes an issue where info of the last song played would be displayed even after the queue had been cleared. -- Use correct icons for folders, audio, and other files when browsing local files. - Now initializes the GUI properly, even if the user is offline or the Mopidy server cannot be reached. - Fixed `Alarm Clock `_ detection. -- When browsing the library using the local 'File' extension, only playable audio files will have context menu icons. +- Unplayable files are shown with a different icon in track lists. - Show all available track information in the 'Show Track Info...' popup. (Fixes: `#227 `_). - The last scroll position is now always saved when navigating between pages or browsing the library. (Fixes: `#73 `_, `#93 `_). diff --git a/mopidy_musicbox_webclient/__init__.py b/mopidy_musicbox_webclient/__init__.py index 10470679..36a3c5b1 100644 --- a/mopidy_musicbox_webclient/__init__.py +++ b/mopidy_musicbox_webclient/__init__.py @@ -4,7 +4,7 @@ from mopidy import config, ext -__version__ = '2.3.0' +__version__ = '2.4.0' class Extension(ext.Extension):