diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index d640882e..1cd56aa9 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -49,6 +49,28 @@ https://www.patreon.com/geigi cozy@geigi.de + + +

+ 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. +

+
    +
  • The download option will be enabled for audiobooks on removable or network drives automatically for each new storage location you add.
  • +
  • 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
  • +
  • Under the hood improvements in the media importer
  • +
  • Media playback is rewritten from ground up. It's far more stable than before.
  • +
  • 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.
  • +
  • Fix: A wrong mouse pointer was displayed with some pointer themes
  • +
  • Fix: A memory leak in the importer
  • +
  • Fix: The playback speed of a book was not remembered correctly
  • +
  • Fix: The desktop integration did not respect the switch author and reader setting
  • +
  • As always, updated translations thanks to all of the translators!
  • +
+
+

diff --git a/meson.build b/meson.build index 2ebdbb15..8cef44b2 100644 --- a/meson.build +++ b/meson.build @@ -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')