-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
4 changed files
with
30 additions
and
5 deletions.
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 |
---|---|---|
|
@@ -47,9 +47,6 @@ | |
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/geigi/cozy/img/img/screenshot3.png</image> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/geigi/cozy/img/img/screenshot4.png</image> | ||
</screenshot> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/geigi/cozy/img/img/screenshot5.png</image> | ||
</screenshot> | ||
|
@@ -61,6 +58,21 @@ | |
<url type="donation">https://www.patreon.com/geigi</url> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release version="0.4.2" timestamp="1511722853"> | ||
<description> | ||
<ul> | ||
<li>Russian translation</li> | ||
<li>Search your library!</li> | ||
<li>More robust importer - notifies you about files that could not be imported</li> | ||
<li>UI tweaks</li> | ||
<li>Added lots of tooltips</li> | ||
<li>Started implementing orca screen reader support</li> | ||
<li>Removed hello window</li> | ||
<li>Fixed a bug where the importer could crash</li> | ||
<li>Lots of behind the scenes changes</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.4.1" timestamp="1511546968"> | ||
<description> | ||
<ul> | ||
|
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 |
---|---|---|
@@ -1,3 +1,16 @@ | ||
com.github.geigi.cozy (0.4.2) UNSTABLE; urgency=low | ||
|
||
* Russian translation | ||
* Search your library! | ||
* More robust importer - notifies you about files that could not be imported | ||
* UI tweaks | ||
* Fixed a bug where the importer could crash | ||
* Added lots of tooltips | ||
* Started implementing orca screen reader support | ||
* Removed hello window | ||
* Lots of behind the scenes changes | ||
|
||
-- Julian Geywitz <[email protected]> Wed, 26 Nov 2017 19:59:14 +0200 | ||
com.github.geigi.cozy (0.4.1) UNSTABLE; urgency=low | ||
|
||
* Russian translation | ||
|
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
project('cozy', | ||
version: '0.4.1', | ||
version: '0.4.2', | ||
meson_version: '>= 0.40.0') | ||
|
||
project_name = 'cozy' | ||
|