Skip to content

Commit 92ed993

Browse files
author
Alain M
committed
Release 0.1.5
1 parent ddbce9e commit 92ed993

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

data/com.github.alainm23.byte.appdata.xml.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@
2323
<binary>com.github.alainm23.byte</binary>
2424
</provides>
2525
​<releases>
26+
<release version="0.1.5" date="2019-27-10">
27+
<description>
28+
<p>This update brings some new features and bug fixes:</p>
29+
<ul>
30+
<li>Space shortcut added to play/pause.</li>
31+
<li>A progress bar was added in the dock every time your library is synchronized.</li>
32+
<li>Fixed a bug that does not allow songs to be played when clicking.</li>
33+
<li>Russian translation @camellan 🇷🇺️</li>
34+
<li>Updated japanese translation @ryonakano 🇯🇵️</li>
35+
</ul>
36+
</description>
37+
</release>
38+
2639
<release version="0.1.4" date="2019-26-10">
2740
<description>
2841
<p>This update brings some new features and bug fixes:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('com.github.alainm23.byte',
22
'vala', 'c',
3-
version: '0.1.4')
3+
version: '0.1.5')
44

55
gnome = import('gnome')
66
i18n = import('i18n')

0 commit comments

Comments
 (0)