Skip to content

Commit

Permalink
Prepare for release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louis77 committed Jun 9, 2021
1 parent a5be19f commit 57e1860
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
17 changes: 17 additions & 0 deletions data/com.github.louis77.tuner.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,23 @@
</provides>

<releases>
<release version="1.4.0" date="2021-06-09">
<description>
<p>New features:</p>
<ul>
<li>Show codec and bitrate on station</li>
<li>New volume control</li>
<li>New setting: Auto-play last station</li>
</ul>
<p>Other improvements:</p>
<ul>
<li>Dark mode is now saved in settings</li>
<li>Improved Italian translation</li>
<li>Properly set Window name</li>
</ul>
</description>
</release>

<release version="1.3.1" date="2020-11-17">
<description>
<p>Other improvements:</p>
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
com.github.louis77.tuner (1.4.0) RELEASED; urgency=medium

* Show codec and bitrate on station
* New volume control in header bar
* Dark mode is now saved in settings
* New setting: Auto-play last station
* Properly set Window name

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


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

* Added Turkish translation
Expand Down
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.3.1'
version: '1.4.0'
)

# 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.3.1";
public const string APP_VERSION = "1.4.0";
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 57e1860

Please sign in to comment.