Skip to content

Commit

Permalink
Release of version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed May 31, 2014
1 parent e79859e commit 893014b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Espera/Espera.View/Espera.View.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.1.0.0</ApplicationVersion>
<ApplicationVersion>2.2.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions Espera/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]

0 comments on commit 893014b

Please sign in to comment.