Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Apr 19, 2021
1 parent 5eecfa3 commit 3b57dc4
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 154 deletions.
23 changes: 23 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,29 @@
<url type="donation">https://www.patreon.com/geigi</url>
<update_contact>cozy@geigi.de</update_contact>
<releases>
<release version="0.9.2" timestamp="1618865907">
<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>Many other small fixes that make Cozy more reliable</li>
<li>As always, updated translations thanks to all of the translators!</li>
</ul>
</description>
</release>
<release version="0.9.1" timestamp="1618778986">
<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.1')
project('com.github.geigi.cozy', version: '0.9.2')

python = import('python3')
i18n = import('i18n')
Expand Down
12 changes: 6 additions & 6 deletions po/com.github.geigi.cozy.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.geigi.cozy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-04-18 22:29+0200\n"
"POT-Creation-Date: 2021-04-19 22:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -109,23 +109,23 @@ msgstr ""
msgid "Download"
msgstr ""

#: cozy/ui/book_element.py:37
#: cozy/ui/book_element.py:36
msgid "Open book overview"
msgstr ""

#: cozy/ui/book_element.py:38
#: cozy/ui/book_element.py:37
msgid "Currently offline"
msgstr ""

#: cozy/ui/book_element.py:124
#: cozy/ui/book_element.py:123
msgid "Mark as read"
msgstr ""

#: cozy/ui/book_element.py:127
#: cozy/ui/book_element.py:126
msgid "Open in file browser"
msgstr ""

#: cozy/ui/book_element.py:130
#: cozy/ui/book_element.py:129
msgid "Remove from library"
msgstr ""

Expand Down
Loading

0 comments on commit 3b57dc4

Please sign in to comment.