Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Mar 9, 2018
1 parent 3ce0aa6 commit d8b9350
Show file tree
Hide file tree
Showing 19 changed files with 2,694 additions and 1,559 deletions.
12 changes: 12 additions & 0 deletions data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@
<url type="donation">https://www.patreon.com/geigi</url>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.5.4" timestamp="1520600004">
<description>
<ul>
<li>One of Cozys coolest releases yet:</li>
<li>New book overview!</li>
<li>Lots of UI tweaks</li>
<li>HiDPI support</li>
<li>Dark mode can be enabled in settings</li>
<li>Fixed desktop integration (mpris)</li>
</ul>
</description>
</release>
<release version="0.5.3" timestamp="1519809258">
<description>
<ul>
Expand Down
12 changes: 6 additions & 6 deletions data/ui/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">end</property>
<property name="label" translatable="yes">Book name</property>
<property name="label">Book name</property>
<property name="justify">center</property>
<property name="wrap">True</property>
<property name="max_width_chars">25</property>
Expand All @@ -683,7 +683,7 @@
<property name="can_focus">False</property>
<property name="valign">start</property>
<property name="margin_bottom">20</property>
<property name="label" translatable="yes">Book author</property>
<property name="label">Book author</property>
<property name="justify">center</property>
<property name="wrap">True</property>
<property name="max_width_chars">30</property>
Expand Down Expand Up @@ -730,7 +730,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">label</property>
<property name="label">label</property>
</object>
<packing>
<property name="left_attach">1</property>
Expand All @@ -743,7 +743,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">label</property>
<property name="label">label</property>
</object>
<packing>
<property name="left_attach">1</property>
Expand All @@ -756,7 +756,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">label</property>
<property name="label">label</property>
</object>
<packing>
<property name="left_attach">1</property>
Expand Down Expand Up @@ -820,7 +820,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes">label</property>
<property name="label">label</property>
</object>
<packing>
<property name="left_attach">1</property>
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
com.github.geigi.cozy (0.5.4) UNSTABLE; urgency=low

* One of cozys coolest releases yet
* New book overview!
* Lots of UI tweaks
* HiDPI support
* Dark mode can be enabled in settings
* Fixed desktop integration (mpris)

-- Julian Geywitz <[email protected]> Wed, 09 Mar 2018 13:55:14 +0200

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

* Bugfix release
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.5.3',
version: '0.5.4',
meson_version: '>= 0.40.0')

project_name = 'cozy'
Expand Down
Loading

0 comments on commit d8b9350

Please sign in to comment.