diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94fad7c3e..766a71a7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## [Unreleased]
+## 2.1.0 - 2025-01-02
### Added
- Dashboard widget for Nextcloud
@@ -17,6 +17,8 @@
- Troubleshooting for Internet radio moved to the [Wiki page](https://github.com/owncloud/music/wiki/Internet-radio-trouble-shooting)
- Allow translating all the strings in the embedded Files player and the new Dashboard widget. Provide Finnish translations for these.
- Optimized loading of folder tree also for cases where the library root is the home folder and there is a huge externally mounted audio folder
+- Prompt user to rescan modified tracks on app load if that has not happened automatically (e.g. for shared files modified by another user)
+ [#706](https://github.com/owncloud/music/issues/706)
- Ampache API:
* Action `get_indexes` supports also `type=song_artist`
* Actions `playlists` and `playlist` support argument `include`
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1d98abc4c..18cabf04e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,12 +14,13 @@
- Setup Last.fm connection to see background information on artists, albums, and songs
- Control with media control keys on the keyboard or OS
- The app can handle libraries consisting of thousands of albums and tens of thousands of songs
-- Includes a server backend compatible with the Subsonic and Ampache protocols, allowing playback and browsing of your library on various external apps e.g. on Android or iPhone]]>
+- Includes a server backend compatible with the Subsonic and Ampache protocols, allowing playback and browsing of your library on various external apps e.g. on Android or iPhone
+- Widget for the Nextcloud Dashboard]]>
AGPL
Pauli Järvinen (current author)
Morris Jobke (original author)
Jan-Christoph Borchardt (original design)
- 2.0.1
+ 2.1.0
multimedia
https://user-images.githubusercontent.com/8565946/132128608-34dc576b-07b7-424c-ae81-a63b9128f3d7.png
https://user-images.githubusercontent.com/8565946/132128615-554d117c-786f-4847-b110-cd4018b65186.png
diff --git a/package-lock.json b/package-lock.json
index f5f9ef330..1c43f2257 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "music",
- "version": "2.0.1",
+ "version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "music",
- "version": "2.0.1",
+ "version": "2.1.0",
"dependencies": {
"@nextcloud/files": "^3.0.0",
"angular": "^1.8.3",
diff --git a/package.json b/package.json
index c5771d4eb..8b3404038 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "music",
"description": "Music player and server for ownCloud and Nextcloud",
- "version": "2.0.1",
+ "version": "2.1.0",
"private": true,
"homepage": "https://github.com/owncloud/music",
"repository": {