-
-
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
22 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 |
---|---|---|
|
@@ -57,6 +57,14 @@ | |
<url type="help">https://github.com/geigi/cozy/issues</url> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release version="0.2.6" timestamp="1509365426"> | ||
<description> | ||
<p>UI fixes in hello screen</p> | ||
<p>Small bug fixes</p> | ||
<p>New screenshots for app center</p> | ||
<p>Contributors and patrons will now be added to the about window</p> | ||
</description> | ||
</release> | ||
<release version="0.2.5" timestamp="1509142062"> | ||
<description> | ||
<p>Do not use default_width and default_height properties</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,12 @@ | ||
com.github.geigi.cozy (0.2.6) UNSTABLE; urgency=low | ||
|
||
* UI fixes in hello screen | ||
* Small bug fixes | ||
* New screenshots for app center | ||
* Contributors and patrons will now be added to the about window | ||
|
||
-- Julian Geywitz <[email protected]> Mon, 30 Oct 2017 13:08:14 +0200 | ||
|
||
com.github.geigi.cozy (0.2.5) UNSTABLE; urgency=low | ||
|
||
* Do not use default_width and default_height properties | ||
|
@@ -8,23 +17,23 @@ com.github.geigi.cozy (0.2.5) UNSTABLE; urgency=low | |
* Optional auto-rescan the directory on startup | ||
* Bugfixes & ui tweaks | ||
|
||
-- Julian Geywitz <[email protected]> Sat, 28 Oct 2016 00:04:14 +0200 | ||
-- Julian Geywitz <[email protected]> Sat, 28 Oct 2017 00:04:14 +0200 | ||
|
||
com.github.geigi.cozy (0.2.3) UNSTABLE; urgency=low | ||
|
||
* Some UI changes | ||
* New playback hover icon | ||
|
||
-- Julian Geywitz <[email protected]> Thu, 23 Oct 2016 16:03:14 +0200 | ||
-- Julian Geywitz <[email protected]> Thu, 23 Oct 2017 16:03:14 +0200 | ||
|
||
com.github.geigi.cozy (0.2.2) UNSTABLE; urgency=low | ||
|
||
* Fixed missing tracklist in ui | ||
|
||
-- Julian Geywitz <[email protected]> Thu, 22 Oct 2016 16:19:14 +0200 | ||
-- Julian Geywitz <[email protected]> Thu, 22 Oct 2017 16:19:14 +0200 | ||
|
||
com.github.geigi.cozy (0.2.0) UNSTABLE; urgency=low | ||
|
||
* Getting the App Center integration running | ||
|
||
-- Julian Geywitz <[email protected]> Thu, 22 Oct 2016 13:45:14 +0200 | ||
-- Julian Geywitz <[email protected]> Thu, 22 Oct 2017 13:45:14 +0200 |
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.2.5', | ||
version: '0.2.6', | ||
meson_version: '>= 0.40.0') | ||
|
||
project_name = 'cozy' | ||
|