Skip to content

Commit ac30dc3

Browse files
author
Alain M
committed
Release 0.2
1 parent cd7ce3e commit ac30dc3

30 files changed

+1589
-778
lines changed

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

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,20 @@
2323
<binary>com.github.alainm23.byte</binary>
2424
</provides>
2525
​<releases>
26-
<release date="2019-11-12" version="0.1.19">
26+
<release version="0.2" date="2019-12-06">
27+
<description>
28+
<p>This update brings some new features and bug fixes:</p>
29+
<ul>
30+
<li>Byte now starts faster 🚀️.</li>
31+
<li>An indicator was added that records all the playback radio station history.</li>
32+
<li>Fixed a bug by not showing the default covers (Flathub).</li>
33+
<li>Fixed a bug that blocks the application at startup.</li>
34+
<li>Update French translation @NathanBnm</li>
35+
<li>Update Spanish translation @alainm23</li>
36+
</ul>
37+
</description>
38+
</release>
39+
<release version="0.1.19" date="2019-11-12">
2740
<description>
2841
<p>This update brings some new features and bug fixes:</p>
2942
<ul>
@@ -32,8 +45,7 @@
3245
</ul>
3346
</description>
3447
</release>
35-
36-
<release date="2019-10-30" version="0.1.16">
48+
<release version="0.1.16" date="2019-10-30">
3749
<description>
3850
<ul>
3951
<li>Fix LINGUAS error @ryonakano</li>
@@ -42,15 +54,15 @@
4254
</ul>
4355
</description>
4456
</release>
45-
<release date="2019-10-29" version="0.1.9">
57+
<release version="0.1.9" date="2019-10-29">
4658
<description>
4759
<ul>
4860
<li>Added Dutch translation @Vistaus</li>
4961
<li>Updated Russian translation @camellan</li>
5062
</ul>
5163
</description>
5264
</release>
53-
<release date="2019-10-17" version="0.1.8">
65+
<release version="0.1.8" date="2019-10-17">
5466
<description>
5567
<p>This update brings some new features and bug fixes:</p>
5668
<ul>
@@ -59,7 +71,7 @@
5971
</ul>
6072
</description>
6173
</release>
62-
<release date="2019-10-09" version="0.1.7">
74+
<release version="0.1.7" date="2019-10-09">
6375
<description>
6476
<p>This update brings some new features and bug fixes:</p>
6577
<ul>
@@ -68,7 +80,7 @@
6880
</ul>
6981
</description>
7082
</release>
71-
<release date="2019-09-04" version="0.1.6">
83+
<release version="0.1.6" date="2019-09-04">
7284
<description>
7385
<p>This update brings some new features and bug fixes:</p>
7486
<ul>
@@ -77,7 +89,7 @@
7789
</ul>
7890
</description>
7991
</release>
80-
<release date="2019-08-27" version="0.1.5">
92+
<release version="0.1.5" date="2019-08-27">
8193
<description>
8294
<p>This update brings some new features and bug fixes:</p>
8395
<ul>
@@ -89,7 +101,7 @@
89101
</ul>
90102
</description>
91103
</release>
92-
<release date="2019-08-26" version="0.1.4">
104+
<release version="0.1.4" date="2019-08-26">
93105
<description>
94106
<p>This update brings some new features and bug fixes:</p>
95107
<ul>
@@ -101,7 +113,7 @@
101113
</ul>
102114
</description>
103115
</release>
104-
<release date="2019-08-19" version="0.1.3">
116+
<release version="0.1.3" date="2019-08-19">
105117
<description>
106118
<p>This update brings improvements in the synchronization of your library as well as some new features</p>
107119
<ul>
@@ -119,12 +131,12 @@
119131
</ul>
120132
</description>
121133
</release>
122-
<release date="2019-08-10" version="0.1.2">
134+
<release version="0.1.2" date="2019-08-10">
123135
<description>
124136
<p>Fix some error and performance improvement</p>
125137
</description>
126138
</release>
127-
<release date="2019-08-06" version="0.1.1">
139+
<release version="0.1.1" date="2019-08-06">
128140
<description>
129141
<p>Initial release</p>
130142
</description>
@@ -177,4 +189,4 @@
177189
<value key="x-appcenter-color-primary-text">#0A005D</value>
178190
<value key="x-appcenter-suggested-price">3</value>
179191
</custom>
180-
</component>
192+
</component>

data/com.github.alainm23.byte.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Terminal=false
99
Type=Application
1010
X-GNOME-Gettext-Domain=byte
1111
Keywords=mp3;music;byte;radio;playlist;
12-
X-GNOME-UsesNotifications=true
12+
X-GNOME-UsesNotifications=true

data/com.github.alainm23.byte.gresource.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<?xml version="1.0" encoding="UTF-8"?>
32
<gresources>
43
<gresource prefix="/com/github/alainm23/byte">
@@ -17,5 +16,13 @@
1716
<file alias="byte-sort-symbolic.svg">resources/byte-sort-symbolic.svg</file>
1817
<file alias="byte-play-later-symbolic.svg">resources/byte-play-later-symbolic.svg</file>
1918
<file alias="byte-play-next-symbolic.svg">resources/byte-play-next-symbolic.svg</file>
19+
<file alias="radio-track-played-recent-symbolic.svg">resources/radio-track-played-recent-symbolic.svg</file>
20+
21+
<file alias="track-default-cover.svg">resources/track-default-cover.svg</file>
22+
<file alias="radio-default-cover.svg">resources/radio-default-cover.svg</file>
23+
<file alias="playlist-default-cover.svg">resources/playlist-default-cover.svg</file>
24+
<file alias="playlist-add.svg">resources/playlist-add.svg</file>
25+
<file alias="artist-default-cover.svg">resources/artist-default-cover.svg</file>
26+
<file alias="album-default-cover.svg">resources/album-default-cover.svg</file>
2027
</gresource>
21-
</gresources>
28+
</gresources>

data/meson.build

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,6 @@ install_data(
1616
install_dir: join_paths(get_option('datadir'), 'glib-2.0', 'schemas')
1717
)
1818

19-
install_data(
20-
join_paths('resources', 'album-default-cover.svg'),
21-
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
22-
)
23-
24-
install_data(
25-
join_paths('resources', 'track-default-cover.svg'),
26-
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
27-
)
28-
29-
install_data(
30-
join_paths('resources', 'radio-default-cover.svg'),
31-
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
32-
)
33-
34-
install_data(
35-
join_paths('resources', 'playlist-default-cover.svg'),
36-
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
37-
)
38-
39-
install_data(
40-
join_paths('resources', 'artist-default-cover.svg'),
41-
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
42-
)
43-
44-
install_data(
45-
join_paths('resources', 'playlist-add.svg'),
46-
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
47-
)
48-
4919
i18n.merge_file(
5020
input: meson.project_name() + '.desktop.in',
5121
output: meson.project_name() + '.desktop',
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 66 additions & 0 deletions
Loading

data/stylesheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ textview {
9595
font-weight: bold;
9696
}
9797

98+
.font-bold-600 {
99+
font-weight: 600;
100+
}
101+
98102
.search-entry {
99103
border-radius: 4px;
100104
}

0 commit comments

Comments
 (0)