Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Apr 12, 2020
1 parent 1b47313 commit 9c9003b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to the Audio Player project will be documented in this file.

## 2.10.0 - 2020-04-13
### Added
- add random-tracks smart playlist [#442](https://github.com/rello/audioplayer/issues/442)
- NC 19

### Fixed
- Playlist ends outside of visible part of page [#461](https://github.com/rello/audioplayer/issues/461)

## 2.9.0 - 2020-01-15
### Changed
- update getID3 to 1.9.18-201911300717
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- Widget for Dashboard App via add-on
See [README](https://github.com/rello/audioplayer/blob/master/README.md) file for all supported MIME types and additional information.]]></description>
<version>2.9.0</version>
<version>2.9.1</version>
<licence>agpl</licence>
<author>Marcel Scherello</author>
<namespace>audioplayer</namespace>
Expand All @@ -38,7 +38,7 @@ See [README](https://github.com/rello/audioplayer/blob/master/README.md) file fo
<screenshot>https://raw.githubusercontent.com/rello/audioplayer/master/screenshots/audioplayer_screen.png</screenshot>
<dependencies>
<php min-version="7.0" max-version="7.4"/>
<nextcloud min-version="14" max-version="18"/>
<nextcloud min-version="17" max-version="19"/>
<owncloud min-version="9" max-version="10"/>
</dependencies>
<repair-steps>
Expand Down

0 comments on commit 9c9003b

Please sign in to comment.