-
-
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.
removed patreon link from appdata. Please implement something for thi…
…s elementary.
- Loading branch information
Showing
3 changed files
with
26 additions
and
3 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 |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
<li>... you tell me!</li> | ||
</ul> | ||
<p> | ||
Note: If you're from the EU and want to support this project, head over to my patreon page (down below). | ||
Note: If you're from the EU and want to support this project, you can find me on patreon with the username geigi (I cannot post a link here). | ||
Because of tax reasons I cannot accept payments from the EU except from Germany. | ||
</p> | ||
</description> | ||
|
@@ -56,11 +56,22 @@ | |
</screenshots> | ||
<developer_name>Julian Geywitz</developer_name> | ||
<url type="homepage">https://github.com/geigi/cozy</url> | ||
<url type="patreon">https://www.patreon.com/geigi</url> | ||
<url type="bugtracker">https://github.com/geigi/cozy/issues</url> | ||
<url type="help">https://github.com/geigi/cozy/issues</url> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release version="0.3.9" timestamp="1510229992"> | ||
<description> | ||
<p>The sleep timer has landed!</p> | ||
<p>m4a/mp4 support!</p> | ||
<p>Lots of UI improvements</p> | ||
<p>More reliable playback</p> | ||
<p>Fixed bug where tracks would appear twice in older GTK versions</p> | ||
<p>More robust importing</p> | ||
<p>New dialog when a file could not be found</p> | ||
<p>Homepage URL is now corrected</p> | ||
</description> | ||
</release> | ||
<release version="0.3.8" timestamp="1510229620"> | ||
<description> | ||
<p>The sleep timer has landed!</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
com.github.geigi.cozy (0.3.9) UNSTABLE; urgency=low | ||
|
||
* The sleep timer has landed! | ||
* m4a/mp4 support! | ||
* Lots of UI improvements | ||
* More reliable playback | ||
* Fixed bug where tracks would appear twice in older GTK versions | ||
* More robust importing | ||
* New dialog when a file could not be found | ||
* Homepage URL is now corrected | ||
|
||
-- Julian Geywitz <[email protected]> Wed, 09 Nov 2017 13:21:14 +0200 | ||
com.github.geigi.cozy (0.3.8) UNSTABLE; urgency=low | ||
|
||
* The sleep timer has landed! | ||
|
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.3.8', | ||
version: '0.3.9', | ||
meson_version: '>= 0.40.0') | ||
|
||
project_name = 'cozy' | ||
|