From 893014b74033b92069975f9ad7e7940077f598e6 Mon Sep 17 00:00:00 2001 From: Dennis Daume Date: Sat, 31 May 2014 16:31:25 +0200 Subject: [PATCH] Release of version 2.2.0 --- Changelog.md | 16 +++++++++++++++- Espera/Espera.View/Espera.View.csproj | 2 +- Espera/GlobalAssemblyInfo.cs | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index fb945d92..5ef7310a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,17 @@ +# v2.2.0 + +## Features +- Added a setting to select the default playback behavior when double clicking a song. + There is an option between "Add To Playlist" and "Play Now". + +## Changes +- The library isn't purged anymore when the song source path is unavailable. + +## Bugfixes +- Fixed the network availability not updating when the PC wakes up from sleep mode. +- Fixed the window being resizable by dragging it down on the titlebar, even if it was locked in party mode. +- Fixed a bug that caused the playlist timeout not being ignored when disabled. + # v2.1.0 ## Features @@ -8,7 +22,7 @@ - Fixed a bug that caused some artworks failing to load. - Fixed a crash when changing the song source path. - Fixed the playback stopping when pressing the space bar inside the search box. -- Fixed the width of playlist entries, +- Fixed the width of playlist entries. # v2.0.1 diff --git a/Espera/Espera.View/Espera.View.csproj b/Espera/Espera.View/Espera.View.csproj index 9ebb8c45..4664f236 100644 --- a/Espera/Espera.View/Espera.View.csproj +++ b/Espera/Espera.View/Espera.View.csproj @@ -38,7 +38,7 @@ publish.htm false 0 - 2.1.0.0 + 2.2.0.0 false true true diff --git a/Espera/GlobalAssemblyInfo.cs b/Espera/GlobalAssemblyInfo.cs index 7348278c..ded9e799 100644 --- a/Espera/GlobalAssemblyInfo.cs +++ b/Espera/GlobalAssemblyInfo.cs @@ -2,5 +2,5 @@ [assembly: AssemblyProduct("Espera")] [assembly: AssemblyCopyright("Copyright © 2014 Dennis Daume")] -[assembly: AssemblyVersion("2.1.0.0")] -[assembly: AssemblyFileVersion("2.1.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.2.0.0")] +[assembly: AssemblyFileVersion("2.2.0.0")] \ No newline at end of file