Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Apr 18, 2021
1 parent d754379 commit ba48fba
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,28 @@
<url type="donation">https://www.patreon.com/geigi</url>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.9.1" timestamp="1618778986">
<description>
<p>
This version of Cozy features an important change in library management.
Previously every file which was imported in your library but couldn't be found anymore was removed from the library during a scan.
Now audiobooks are not removed from your library automatically anymore. This prevents accidentally loosing the progress of a audiobook when a file can't be found temporarily.
To remove an audiobook from the library simply right-click on it and choose the remove from library option.
</p>
<ul>
<li>The download option will be enabled for audiobooks on removable or network drives automatically for each new storage location you add.</li>
<li>Unavailable books (books where a file can't be found) can now be opened to display the book detail view. They will be flagged with a little unavailable tag</li>
<li>Under the hood improvements in the media importer</li>
<li>Media playback is rewritten from ground up. It's far more stable than before.</li>
<li>Fix: When a different system language than English is used Cozy created two folders in the users home directory on the first startup, a translated and a English one. Now only the translated folder will be created.</li>
<li>Fix: A wrong mouse pointer was displayed with some pointer themes</li>
<li>Fix: A memory leak in the importer</li>
<li>Fix: The playback speed of a book was not remembered correctly</li>
<li>Fix: The desktop integration did not respect the switch author and reader setting</li>
<li>As always, updated translations thanks to all of the translators!</li>
</ul>
</description>
</release>
<release version="0.9" timestamp="1618776867">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.geigi.cozy', version: '0.9')
project('com.github.geigi.cozy', version: '0.9.1')

python = import('python3')
i18n = import('i18n')
Expand Down

0 comments on commit ba48fba

Please sign in to comment.