-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ _build/ | |
.buildconfig | ||
.flatpak-builder | ||
build/ | ||
build-fp/ | ||
app/ | ||
bin/ | ||
cozy/__pycache__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,22 @@ | |
<url type="donation">https://www.patreon.com/geigi</url> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release version="1.1.2" timestamp="1629458444"> | ||
<description> | ||
<p> | ||
A small bugfix release which makes Cozy more reliable. | ||
</p> | ||
<ul> | ||
<li>Display an error banner if an error occurs while importing new files</li> | ||
<li>The audiobook directory selector in the empty state has been replaced by a button to allow a narrow window even with long directory names</li> | ||
<li>Fix: multiple small UI issues</li> | ||
<li>Fix: the welcome screen now works properly on a mobile device</li> | ||
<li>Fix: don't display the mobile library switcher when no files are imported</li> | ||
<li>Fix: in the book detail view the pause icon for a chapter remained even when the next chapter already started playing</li> | ||
<li>As always, updated translations thanks to all of the translators!</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="1.1.1" timestamp="1629456144"> | ||
<description> | ||
<p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters