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