Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Jan 2, 2025
1 parent c6e8eda commit f0d52d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased]
## 2.1.0 - 2025-01-02

### Added
- Dashboard widget for Nextcloud
Expand All @@ -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`
Expand Down
5 changes: 3 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]></description>
- 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]]></description>
<licence>AGPL</licence>
<author>Pauli Järvinen (current author)</author>
<author>Morris Jobke (original author)</author>
<author>Jan-Christoph Borchardt (original design)</author>
<version>2.0.1</version>
<version>2.1.0</version>
<category>multimedia</category>
<screenshot>https://user-images.githubusercontent.com/8565946/132128608-34dc576b-07b7-424c-ae81-a63b9128f3d7.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/132128615-554d117c-786f-4847-b110-cd4018b65186.png</screenshot>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f0d52d0

Please sign in to comment.