Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain M committed Dec 7, 2019
1 parent cd7ce3e commit ac30dc3
Show file tree
Hide file tree
Showing 30 changed files with 1,589 additions and 778 deletions.
38 changes: 25 additions & 13 deletions data/com.github.alainm23.byte.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,20 @@
<binary>com.github.alainm23.byte</binary>
</provides>
​<releases>
<release date="2019-11-12" version="0.1.19">
<release version="0.2" date="2019-12-06">
<description>
<p>This update brings some new features and bug fixes:</p>
<ul>
<li>Byte now starts faster 🚀️.</li>
<li>An indicator was added that records all the playback radio station history.</li>
<li>Fixed a bug by not showing the default covers (Flathub).</li>
<li>Fixed a bug that blocks the application at startup.</li>
<li>Update French translation @NathanBnm</li>
<li>Update Spanish translation @alainm23</li>
</ul>
</description>
</release>
<release version="0.1.19" date="2019-11-12">
<description>
<p>This update brings some new features and bug fixes:</p>
<ul>
Expand All @@ -32,8 +45,7 @@
</ul>
</description>
</release>

<release date="2019-10-30" version="0.1.16">
<release version="0.1.16" date="2019-10-30">
<description>
<ul>
<li>Fix LINGUAS error @ryonakano</li>
Expand All @@ -42,15 +54,15 @@
</ul>
</description>
</release>
<release date="2019-10-29" version="0.1.9">
<release version="0.1.9" date="2019-10-29">
<description>
<ul>
<li>Added Dutch translation @Vistaus</li>
<li>Updated Russian translation @camellan</li>
</ul>
</description>
</release>
<release date="2019-10-17" version="0.1.8">
<release version="0.1.8" date="2019-10-17">
<description>
<p>This update brings some new features and bug fixes:</p>
<ul>
Expand All @@ -59,7 +71,7 @@
</ul>
</description>
</release>
<release date="2019-10-09" version="0.1.7">
<release version="0.1.7" date="2019-10-09">
<description>
<p>This update brings some new features and bug fixes:</p>
<ul>
Expand All @@ -68,7 +80,7 @@
</ul>
</description>
</release>
<release date="2019-09-04" version="0.1.6">
<release version="0.1.6" date="2019-09-04">
<description>
<p>This update brings some new features and bug fixes:</p>
<ul>
Expand All @@ -77,7 +89,7 @@
</ul>
</description>
</release>
<release date="2019-08-27" version="0.1.5">
<release version="0.1.5" date="2019-08-27">
<description>
<p>This update brings some new features and bug fixes:</p>
<ul>
Expand All @@ -89,7 +101,7 @@
</ul>
</description>
</release>
<release date="2019-08-26" version="0.1.4">
<release version="0.1.4" date="2019-08-26">
<description>
<p>This update brings some new features and bug fixes:</p>
<ul>
Expand All @@ -101,7 +113,7 @@
</ul>
</description>
</release>
<release date="2019-08-19" version="0.1.3">
<release version="0.1.3" date="2019-08-19">
<description>
<p>This update brings improvements in the synchronization of your library as well as some new features</p>
<ul>
Expand All @@ -119,12 +131,12 @@
</ul>
</description>
</release>
<release date="2019-08-10" version="0.1.2">
<release version="0.1.2" date="2019-08-10">
<description>
<p>Fix some error and performance improvement</p>
</description>
</release>
<release date="2019-08-06" version="0.1.1">
<release version="0.1.1" date="2019-08-06">
<description>
<p>Initial release</p>
</description>
Expand Down Expand Up @@ -177,4 +189,4 @@
<value key="x-appcenter-color-primary-text">#0A005D</value>
<value key="x-appcenter-suggested-price">3</value>
</custom>
</component>
</component>
2 changes: 1 addition & 1 deletion data/com.github.alainm23.byte.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Terminal=false
Type=Application
X-GNOME-Gettext-Domain=byte
Keywords=mp3;music;byte;radio;playlist;
X-GNOME-UsesNotifications=true
X-GNOME-UsesNotifications=true
11 changes: 9 additions & 2 deletions data/com.github.alainm23.byte.gresource.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/github/alainm23/byte">
Expand All @@ -17,5 +16,13 @@
<file alias="byte-sort-symbolic.svg">resources/byte-sort-symbolic.svg</file>
<file alias="byte-play-later-symbolic.svg">resources/byte-play-later-symbolic.svg</file>
<file alias="byte-play-next-symbolic.svg">resources/byte-play-next-symbolic.svg</file>
<file alias="radio-track-played-recent-symbolic.svg">resources/radio-track-played-recent-symbolic.svg</file>

<file alias="track-default-cover.svg">resources/track-default-cover.svg</file>
<file alias="radio-default-cover.svg">resources/radio-default-cover.svg</file>
<file alias="playlist-default-cover.svg">resources/playlist-default-cover.svg</file>
<file alias="playlist-add.svg">resources/playlist-add.svg</file>
<file alias="artist-default-cover.svg">resources/artist-default-cover.svg</file>
<file alias="album-default-cover.svg">resources/album-default-cover.svg</file>
</gresource>
</gresources>
</gresources>
30 changes: 0 additions & 30 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,6 @@ install_data(
install_dir: join_paths(get_option('datadir'), 'glib-2.0', 'schemas')
)

install_data(
join_paths('resources', 'album-default-cover.svg'),
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
)

install_data(
join_paths('resources', 'track-default-cover.svg'),
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
)

install_data(
join_paths('resources', 'radio-default-cover.svg'),
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
)

install_data(
join_paths('resources', 'playlist-default-cover.svg'),
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
)

install_data(
join_paths('resources', 'artist-default-cover.svg'),
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
)

install_data(
join_paths('resources', 'playlist-add.svg'),
install_dir: join_paths(get_option('datadir'), 'com.github.alainm23.byte')
)

i18n.merge_file(
input: meson.project_name() + '.desktop.in',
output: meson.project_name() + '.desktop',
Expand Down
6 changes: 6 additions & 0 deletions data/resources/media-playback-start-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions data/resources/radio-track-played-recent-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions data/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ textview {
font-weight: bold;
}

.font-bold-600 {
font-weight: 600;
}

.search-entry {
border-radius: 4px;
}
Expand Down
Loading

0 comments on commit ac30dc3

Please sign in to comment.