Skip to content

Commit 5447e5f

Browse files
author
Alain M
committed
Release 0.1.11
1 parent a8a36c9 commit 5447e5f

File tree

8 files changed

+22
-17
lines changed

8 files changed

+22
-17
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,18 @@ Byte offers a beautiful presentation of your Music Library with loads of powerfu
1313
* Group Playlists, Albums, Artists, Songs, etc.
1414
* Search, add and play your favorite online radio stations.
1515

16-
<a href="https://appcenter.elementary.io/com.github.alainm23.byte"><img src="https://appcenter.elementary.io/badge.svg?new" alt="Get it on AppCenter" /></a>
17-
18-
![Byte Screenshot](https://github.com/alainm23/byte/raw/master/data/screenshot/screenshot-01.png)
16+
<p align="center">
17+
<a href="https://appcenter.elementary.io/com.github.alainm23.byte">
18+
<img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter">
19+
</a>
20+
<a href="https://flathub.org/apps/details/com.github.alainm23.byte">
21+
<img src="https://flathub.org/assets/badges/flathub-badge-i-en.svg" width="150px" alt="Download On Flathub">
22+
</a>
23+
</p>
24+
25+
<p align="center">
26+
![Byte Screenshot](https://github.com/alainm23/byte/raw/master/data/screenshot/screenshot-01.png)
27+
</p>
1928

2029
## Building and Installation
2130

@@ -26,7 +35,6 @@ You'll need the following dependencies:
2635
* libtagc0-dev
2736
* libsqlite3-dev
2837
* libgranite-dev (>=0.5)
29-
* libunity-dev
3038
* meson
3139
* valac >= 0.40.3
3240

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
<binary>com.github.alainm23.byte</binary>
2424
</provides>
2525
​<releases>
26+
<release version="0.1.11" date="2019-30-09">
27+
<description>
28+
<ul>
29+
<li>Fix LINGUAS error @ryonakano</li>
30+
<li>Added Dutch translation @Vistaus</li>
31+
<li>Updated Russian translation @camellan</li>
32+
</ul>
33+
</description>
34+
</release>
35+
2636
<release version="0.1.10" date="2019-30-09">
2737
<description>
2838
<ul>
@@ -133,15 +143,6 @@
133143
<screenshot>
134144
<image>https://raw.githubusercontent.com/alainm23/byte/master/data/screenshot/screenshot-02.png</image>
135145
</screenshot>
136-
<screenshot>
137-
<image>https://raw.githubusercontent.com/alainm23/byte/master/data/screenshot/screenshot-03.png</image>
138-
</screenshot>
139-
<screenshot>
140-
<image>https://raw.githubusercontent.com/alainm23/byte/master/data/screenshot/screenshot-04.png</image>
141-
</screenshot>
142-
<screenshot>
143-
<image>https://raw.githubusercontent.com/alainm23/byte/master/data/screenshot/screenshot-05.png</image>
144-
</screenshot>
145146
</screenshots>
146147
<content_rating type="oars-1.1">
147148
<content_attribute id="violence-cartoon">none</content_attribute>

data/screenshot/screenshot-01.png

10.2 KB
Loading

data/screenshot/screenshot-02.png

35.8 KB
Loading

data/screenshot/screenshot-03.png

-98.5 KB
Binary file not shown.

data/screenshot/screenshot-04.png

-95.1 KB
Binary file not shown.

data/screenshot/screenshot-05.png

-106 KB
Binary file not shown.

src/Application.vala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ public class Byte : Gtk.Application {
122122
Gtk.StyleContext.add_provider_for_screen (Gdk.Screen.get_default (), provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);
123123

124124
utils.apply_theme (Byte.settings.get_enum ("theme"));
125-
126-
// elementary-theme.patch
127-
Gtk.Settings.get_default().set_property("gtk-icon-theme-name", "elementary");
128-
Gtk.Settings.get_default().set_property("gtk-theme-name", "elementary");
129125
}
130126

131127
public void toggle_playing_action_enabled (bool b) {

0 commit comments

Comments
 (0)