Skip to content

Commit

Permalink
Release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain M committed Oct 30, 2019
1 parent a8a36c9 commit 5447e5f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 17 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,18 @@ Byte offers a beautiful presentation of your Music Library with loads of powerfu
* Group Playlists, Albums, Artists, Songs, etc.
* Search, add and play your favorite online radio stations.

<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>

![Byte Screenshot](https://github.com/alainm23/byte/raw/master/data/screenshot/screenshot-01.png)
<p align="center">
<a href="https://appcenter.elementary.io/com.github.alainm23.byte">
<img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter">
</a>
<a href="https://flathub.org/apps/details/com.github.alainm23.byte">
<img src="https://flathub.org/assets/badges/flathub-badge-i-en.svg" width="150px" alt="Download On Flathub">
</a>
</p>

<p align="center">
![Byte Screenshot](https://github.com/alainm23/byte/raw/master/data/screenshot/screenshot-01.png)
</p>

## Building and Installation

Expand All @@ -26,7 +35,6 @@ You'll need the following dependencies:
* libtagc0-dev
* libsqlite3-dev
* libgranite-dev (>=0.5)
* libunity-dev
* meson
* valac >= 0.40.3

Expand Down
19 changes: 10 additions & 9 deletions data/com.github.alainm23.byte.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
<binary>com.github.alainm23.byte</binary>
</provides>
​<releases>
<release version="0.1.11" date="2019-30-09">
<description>
<ul>
<li>Fix LINGUAS error @ryonakano</li>
<li>Added Dutch translation @Vistaus</li>
<li>Updated Russian translation @camellan</li>
</ul>
</description>
</release>

<release version="0.1.10" date="2019-30-09">
<description>
<ul>
Expand Down Expand Up @@ -133,15 +143,6 @@
<screenshot>
<image>https://raw.githubusercontent.com/alainm23/byte/master/data/screenshot/screenshot-02.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/alainm23/byte/master/data/screenshot/screenshot-03.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/alainm23/byte/master/data/screenshot/screenshot-04.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/alainm23/byte/master/data/screenshot/screenshot-05.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
Expand Down
Binary file modified data/screenshot/screenshot-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot/screenshot-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/screenshot/screenshot-03.png
Binary file not shown.
Binary file removed data/screenshot/screenshot-04.png
Binary file not shown.
Binary file removed data/screenshot/screenshot-05.png
Binary file not shown.
4 changes: 0 additions & 4 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ public class Byte : Gtk.Application {
Gtk.StyleContext.add_provider_for_screen (Gdk.Screen.get_default (), provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION);

utils.apply_theme (Byte.settings.get_enum ("theme"));

// elementary-theme.patch
Gtk.Settings.get_default().set_property("gtk-icon-theme-name", "elementary");
Gtk.Settings.get_default().set_property("gtk-theme-name", "elementary");
}

public void toggle_playing_action_enabled (bool b) {
Expand Down

0 comments on commit 5447e5f

Please sign in to comment.