Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulijar committed Mar 22, 2020
1 parent d0e4084 commit b3e4411
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* [Ashot Nazaryan](https://github.com/AshotN)
* [Bernhard Posselt](https://github.com/BernhardPosselt)
* [Cbxk1xg](https://github.com/cbxk1xg)
* [Chris Allan](https://github.com/ChrisJAllan): <[email protected]>
* [ChristophWurst](https://github.com/ChristophWurst)
* [Christopher Schäpers](https://github.com/Kondou-ger): <[email protected]>
* [David Prevot](https://github.com/DavidPrevot)
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v0.13.1 2020-03-22
* do not treat each disc of a multi-disc album as a separate album (#680)
* fix year tag not being extracted from M4A files (#744 by @ChrisJAllan)
* fix disc number tag not being extracted from M4A files (#746)
* update getID3 to development version 1.9.19-202003150936
* should fix cover art not showing up on M4A files (#743)
* fixes the issue which forced us previously to remove one commit from v1.9.19
* log the error if opening a file for metadata extraction fails (#123)
* do not stop the whole scanning process if opening a file throws an exception
* tweak the ordering of the fields in the track details pane
* fix embedded player not showing metadata for the unscanned files (regression introduced in v0.13.0)

v0.13.0 2020-02-16
* searching/filtering by title/album/artist/year/folder/path (#662, #367)
* the query may freely combine details from tracks and their parent entities (album/artist/folder)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In the library view, you can play tracks by album or artist, create custom playl
Limitations: The app can handle libraries of more than 50´000 tracks on modern desktop browsers, but the user experience is not optimized for such collections. Libraries significantly larger than this may fail to function altogether. The playback from Files works regardless of the collection size.</description>
<licence>AGPL</licence>
<author>Pauli Järvinen, Morris Jobke (original author), Jan-Christoph Borchardt (original design)</author>
<version>0.13.1-alpha1</version>
<version>0.13.1</version>
<category>multimedia</category>
<screenshot>https://user-images.githubusercontent.com/8565946/43827475-94d34d7c-9b02-11e8-8bf9-9f3d91aa5dab.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/8565946/43827480-978865f2-9b02-11e8-97fd-b46d3e171fd7.png</screenshot>
Expand Down

0 comments on commit b3e4411

Please sign in to comment.