Skip to content

Commit

Permalink
Release of version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed May 4, 2014
1 parent 1c06743 commit 98d5c2e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# v2.1.0

## Features
- Espera now automatically downloads missing artworks.

## Bugfixes
- Fixed a bug that caused Espera to crash when it encountered a corrupt artwork.
- 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,

# v2.0.1

## Changes
- The "local" tab is now called "my music"
- The "local" tab is now called "my music".

## Bugfixes
- Fixed the width of the search box being to small.
Expand Down
4 changes: 2 additions & 2 deletions Espera/Espera.View/Espera.View.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>2.0.0.1</ApplicationVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.1.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.0.0.1")]
[assembly: AssemblyFileVersion("2.0.0.1")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]

0 comments on commit 98d5c2e

Please sign in to comment.