Skip to content

Commit

Permalink
10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SubJunk committed Feb 28, 2021
1 parent eac713f commit 359bc3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.txt
@@ -1,18 +1,24 @@
10.1.1 - 2021-
10.2.0 - 2021-02-28

General:
Added option to skip the first-run wizard (thanks, Ahmed Adan!)
Improved speed of API lookups by up to 3x
Improved support for MusicBrainz (thanks, ik666!)
Fixed support for some languages, e.g. Arabic
Fixed and secured some URLs in the code and docs
Renderers:
Added support for MediaPlayer by PeteManchester
Added support for nextCP/2
Fix auto loading for Sony UBP-X800
Translation updates via Crowdin:
Arabic (100%) (thanks, خليل مراطلة !)
Catalan (100%) (thanks, nikodeimos!)
French (100%) (thanks, Archaos!)
Hungarian (100%) (thanks, Viktor Kozma!)
Slovak (99%) (thanks, Dušan!)
Swedish (100%) (thanks, Erik Karlsson!)
Dependency updates:
Bump CheckStyle to 8.40

10.1.0 - 2021-02-16

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -30,7 +30,7 @@
<artifactId>ums</artifactId>
<name>Universal Media Server</name>
<packaging>jar</packaging>
<version>10.1.1-SNAPSHOT</version>
<version>10.2.0</version>
<url>https://www.universalmediaserver.com/</url>
<inceptionYear>2012</inceptionYear>

Expand Down Expand Up @@ -63,7 +63,7 @@
</issueManagement>
<properties>
<!-- NSIS needs a version without "-SNAPSHOT" or "-b1" -->
<project.version.short>10.1.1</project.version.short>
<project.version.short>10.2.0</project.version.short>
<cuelib-version>1.2.1-2008-06-13</cuelib-version>

<!-- In versions after 1.6.0, they removed code that the MovieInfo plugin relies on -->
Expand Down

0 comments on commit 359bc3c

Please sign in to comment.