Skip to content

Commit

Permalink
version bump & small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Feb 12, 2018
1 parent d7cd09c commit a77452e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
15 changes: 15 additions & 0 deletions data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@
<url type="donation">https://www.patreon.com/geigi</url>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.4.9" timestamp="1518457439">
<description>
<ul>
<li>Display the progress and remaining time of your books</li>
<li>Click on the remaining time ;)</li>
<li>Support for album art in image files (thanks to oleg-krv)</li>
<li>Faster startup! (introducing album art cache)</li>
<li>Fixed mp3 disk number on imports</li>
<li>More small bugfixes</li>
<li>Some UI tweaks (also thanks to jnbr)</li>
<li>Support for peewee3 (tanks to jnbr)</li>
<li>Chinese translation</li>
</ul>
</description>
</release>
<release version="0.4.8" timestamp="1518457439">
<description>
<ul>
Expand Down
1 change: 1 addition & 0 deletions data/ui/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes">Volume control</property>
<property name="value">1</property>
<property name="relief">normal</property>
<property name="size">button</property>
<property name="icons">audio-volume-muted-symbolic
audio-volume-high-symbolic
Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
com.github.geigi.cozy (0.4.9) UNSTABLE; urgency=low

* Display the progress and remaining time of your books
* Try clicking on the remaining time ;)
* Support for album art in image files (thanks to oleg-krv)
* Faster startup! (introducing album art cache)
* Fixed mp3 disk number on imports
* Other bugfixes
* Some UI tweaks (thanks to jnbr)
* Support for peewee3 (tanks to jnbr)<
* Chinese translation

-- Julian Geywitz <[email protected]> Wed, 12 Feb 2018 18:35:14 +0200

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

* Display the progress and remaining time of your books
Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 9),
libgtk-3-dev,
python3,
python3-pip,
python3-setuptools
python3-setuptools,
sed

Standards-Version: 3.9.6
Package: com.github.geigi.cozy
Expand Down
5 changes: 3 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ override_dh_auto_configure:

override_dh_auto_build:
# Fix for meson 0.44.0
sed -i -e 's#/data/ui/data/ui#/data/ui#g' debian/build/build.ninja
sed -i -e 's#/data/img/data/img#/data/img#g' debian/build/build.ninja
ls -al
sed -i -e 's%/data/ui/data/ui%/data/ui%g' debian/build/build.ninja
sed -i -e 's%/data/img/data/img%/data/img%g' debian/build/build.ninja
cd debian/build && ninja -v

override_dh_auto_install:
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.4.8',
version: '0.4.9',
meson_version: '>= 0.40.0')

project_name = 'cozy'
Expand Down

0 comments on commit a77452e

Please sign in to comment.