Skip to content

Commit 82203af

Browse files
committed
Release of version 2.10.4
1 parent 9c7878e commit 82203af

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v2.10.4
2+
# Bugfixes
3+
- Fixed an issue with the artwork loading.
4+
- Fixed a bug that caused increasing memory consumption when searching the local music library.
5+
- Fixed a bug that caused read-only music files not being added to the library.
6+
17
# v2.10.3
28

39
## Bugfixes

Espera.View/Espera.View.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
4040
<WebPage>publish.htm</WebPage>
4141
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
42-
<ApplicationRevision>3</ApplicationRevision>
43-
<ApplicationVersion>2.10.0.3</ApplicationVersion>
42+
<ApplicationRevision>4</ApplicationRevision>
43+
<ApplicationVersion>2.10.0.4</ApplicationVersion>
4444
<UseApplicationTrust>false</UseApplicationTrust>
4545
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4646
<PublishWizardCompleted>true</PublishWizardCompleted>

GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
[assembly: AssemblyProduct("Espera")]
44
[assembly: AssemblyCopyright("Copyright © 2014 Dennis Daume")]
5-
[assembly: AssemblyVersion("2.10.0.3")]
6-
[assembly: AssemblyFileVersion("2.10.0.3")]
5+
[assembly: AssemblyVersion("2.10.0.4")]
6+
[assembly: AssemblyFileVersion("2.10.0.4")]

0 commit comments

Comments
 (0)