Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Oct 27, 2017
1 parent 1001e53 commit c923402
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
14 changes: 14 additions & 0 deletions data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<li>Sleep timer</li>
<li>... you tell me!</li>
</ul>
<p>
Note: If you're from the EU and want to support this project, head over to my <a href="https://www.patreon.com/geigi">patreon page</a>. Because of tax reasons I cannot accept payments from the EU except Germany.
</p>
</description>
<provides>
<binary>com.github.geigi.cozy</binary>
Expand All @@ -45,6 +48,17 @@
<url type="help">https://github.com/geigi/cozy/issues</url>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.2.4" timestamp="1509142062">
<description>
<p>Do not use default_width and default_height properties</p>
<p>Smaller HeaderBar height</p>
<p>Use open-menu-symbolic for preferences button</p>
<p>Instructions if there are no files in library</p>
<p>About dialog now quitable</p>
<p>Optional auto-rescan the directory on startup</p>
<p>Bugfixes & ui tweaks</p>
</description>
</release>
<release version="0.2.3" timestamp="1508767505">
<description>
<p>Some UI changes
Expand Down
3 changes: 2 additions & 1 deletion data/ui/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<property name="type_hint">dialog</property>
<property name="program_name">Cozy</property>
<property name="version">0.0.1</property>
<property name="comments" translatable="yes">Support me on Patreon: https://www.patreon.com/geigi</property>
<property name="website">https://github.com/geigi/cozy</property>
<property name="website_label" translatable="yes">GitHub</property>
<property name="authors">geigi</property>
<property name="logo_icon_name">com.github.geigi.cozy</property>
<property name="license_type">lgpl-3-0</property>
<property name="license_type">gpl-3-0</property>
<child internal-child="vbox">
<object class="GtkBox">
<property name="can_focus">False</property>
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
com.github.geigi.cozy (0.2.4) UNSTABLE; urgency=low

* Do not use default_width and default_height properties
* Smaller HeaderBar height
* Use open-menu-symbolic for preferences button
* Instructions if there are no files in library
* About dialog now quitable
* Optional auto-rescan the directory on startup
* Bugfixes & ui tweaks

-- Julian Geywitz <[email protected]> Sat, 28 Oct 2016 00:04:14 +0200

com.github.geigi.cozy (0.2.3) UNSTABLE; urgency=low

* Some UI changes
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cozy',
version: '0.2.3',
version: '0.2.4',
meson_version: '>= 0.40.0')

project_name = 'cozy'
Expand Down

0 comments on commit c923402

Please sign in to comment.