-
-
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
11 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,11 @@ | |
<url type="help">https://github.com/geigi/cozy/issues</url> | ||
<update_contact>[email protected]</update_contact> | ||
<releases> | ||
<release version="0.2.7" timestamp="1509390271"> | ||
<description> | ||
<p>Fixed debian runtime dependencies</p> | ||
</description> | ||
</release> | ||
<release version="0.2.6" timestamp="1509365426"> | ||
<description> | ||
<p>UI fixes in hello screen</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,8 @@ | ||
com.github.geigi.cozy (0.2.7) UNSTABLE; urgency=low | ||
|
||
* Fixed debian runtime dependencies | ||
|
||
-- Julian Geywitz <[email protected]> Mon, 30 Oct 2017 13:08:14 +0200 | ||
com.github.geigi.cozy (0.2.6) UNSTABLE; urgency=low | ||
|
||
* UI fixes in hello screen | ||
|
@@ -6,7 +11,6 @@ com.github.geigi.cozy (0.2.6) UNSTABLE; urgency=low | |
* 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 | ||
|
@@ -18,20 +22,17 @@ com.github.geigi.cozy (0.2.5) UNSTABLE; urgency=low | |
* Bugfixes & ui tweaks | ||
|
||
-- 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 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 2017 16:19:14 +0200 | ||
|
||
com.github.geigi.cozy (0.2.0) UNSTABLE; urgency=low | ||
|
||
* Getting the App Center integration running | ||
|
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.6', | ||
version: '0.2.7', | ||
meson_version: '>= 0.40.0') | ||
|
||
project_name = 'cozy' | ||
|