Skip to content

Commit

Permalink
Update screenshots, prepare for 1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
louis77 committed Aug 13, 2021
1 parent ae5aef6 commit 3ed75fe
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Discover and Listen to your favourite internet radio stations.

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
![Screenshot 01](docs/screen_dark_1.3.0.png?raw=true)
![Screenshot 01](docs/screen_dark_1.4.2.png?raw=true)

## Contributors wanted!

Expand Down Expand Up @@ -127,6 +127,14 @@ meson configure -Dprefix=/usr
sudo ninja install
```

## Known Issues

- If AAC/AAC+ streams don't play (found on Elementary OS 6) install the following dependency:

```sh
$ apt get gstreamer1.0-libav
```

## Credits

- [faleksandar.com](https://faleksandar.com/) for icons and colors
Expand Down
19 changes: 16 additions & 3 deletions data/com.github.louis77.tuner.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/screen_light_1.3.0.png</image>
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/screen_light_1.4.2.png</image>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/screen_light-2_1.4.2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/screen_dark_1.3.0.png</image>
<image>https://raw.githubusercontent.com/louis77/tuner/master/docs/screen_dark_1.4.2.png</image>
</screenshot>
</screenshots>

<update_contact>louis77_AT_member.fsf.org</update_contact>
<update_contact>louis_AT_brauer.family</update_contact>
<url type="homepage">https://github.com/louis77/tuner</url>
<url type="bugtracker">http://github.com/louis77/tuner/issues</url>
<url type="help">http://github.com/louis77/tuner/issues</url>
Expand All @@ -59,6 +62,16 @@
</provides>

<releases>
<release version="1.4.2" date="2021-08-13">
<description>
<p>Other improvements:</p>
<ul>
<li>Dark/light mode adapts to system settings</li>
<li>Use elementary OS 6 flatpak runtime</li>
</ul>
</description>
</release>

<release version="1.4.0" date="2021-06-09">
<description>
<p>New features:</p>
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
com.github.louis77.tuner (1.4.2) RELEASED; urgency=medium

* Dark/light mode adapts to system settings
* Use elementary OS 6 Flatpak runtime

-- Louis Brauer <[email protected]> Thu, 13 Aug 2021 23:00:00 +0200


com.github.louis77.tuner (1.4.0) RELEASED; urgency=medium

* Show codec and bitrate on station
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Package: com.github.louis77.tuner
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Discover and listen to internet radio stations
An Internet Radio Station player for elementary OS.
An Internet Radio Station player.
Binary file removed docs/screen_dark_1.2.4.png
Binary file not shown.
Binary file removed docs/screen_dark_1.3.0.png
Binary file not shown.
Binary file added docs/screen_dark_1.4.2.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 added docs/screen_light-2_1.4.2.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 docs/screen_light_1.2.4.png
Binary file not shown.
Binary file removed docs/screen_light_1.3.0.png
Binary file not shown.
Binary file added docs/screen_light_1.4.2.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 docs/screen_light_eos-1.2.4.png
Binary file not shown.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project (
'com.github.louis77.tuner',
'vala', 'c',
version: '1.4.0'
version: '1.4.2'
)

# if meson.get_compiler ('vala').get_id() == 'valac'
Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Tuner.Application : Gtk.Application {

public Window window;

public const string APP_VERSION = "1.4.0";
public const string APP_VERSION = "1.4.2";
public const string APP_ID = "com.github.louis77.tuner";
public const string STAR_CHAR = "";
public const string UNSTAR_CHAR = "";
Expand Down

0 comments on commit 3ed75fe

Please sign in to comment.