Libresonic v6.2.beta1
This commit is contained in:
@@ -3,6 +3,18 @@
|
||||
# Libresonic/libresonic
|
||||
# -->
|
||||
|
||||
|
||||
v6.2.beta1
|
||||
----------
|
||||
|
||||
* Add external database support
|
||||
* Upgrade to new version of Spring
|
||||
* Replace subsonic-booter with Spring Boot
|
||||
* Remove remote-access service and port-forwarding
|
||||
* Remove vestigial Subsonic licensing calls
|
||||
* Add a demo site
|
||||
* Tests and bugfixes and documentation, oh my!
|
||||
|
||||
v6.1.beta2
|
||||
--------
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.libresonic.player</groupId>
|
||||
<artifactId>libresonic</artifactId>
|
||||
<version>6.2.0-SNAPSHOT</version>
|
||||
<version>6.2.beta1</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<parent>
|
||||
<groupId>org.libresonic.player</groupId>
|
||||
<artifactId>libresonic</artifactId>
|
||||
<version>6.2.0-SNAPSHOT</version>
|
||||
<version>6.2.beta1</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<parent>
|
||||
<groupId>org.libresonic.player</groupId>
|
||||
<artifactId>libresonic</artifactId>
|
||||
<version>6.2.0-SNAPSHOT</version>
|
||||
<version>6.2.beta1</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user