Skip to content

Commit

Permalink
Bump to version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
louis77 committed Jun 22, 2024
1 parent 6229692 commit 426d564
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions data/com.github.louis77.tuner.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@
</provides>

<releases>
<release version="1.5.2" date="2024-06-22">
<description>
<p>Maintanance release:</p>
<ul>
<li>Upgrade to libsoup-3.0</li>
<li>Fix issue where radio-browser.info API did not work</li>
<li>Remove Geolocation service</li>
</ul>
</description>
</release>
<release version="1.5.1" date="2022-02-06">
<description>
<p>Maintanance release:</p>
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.5.1'
version: '1.5.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 @@ -12,7 +12,7 @@ public class Tuner.Application : Gtk.Application {

public Window window;

public const string APP_VERSION = "1.5.1";
public const string APP_VERSION = "1.5.2";
public const string APP_ID = "com.github.louis77.tuner";
public const string STAR_CHAR = "";
public const string UNSTAR_CHAR = "";
Expand Down
4 changes: 2 additions & 2 deletions src/Widgets/AboutDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Turkish translation by safak45x https://github.com/safak45x""";
logo_icon_name = Application._instance.get_application_id ();
program_name = "Tuner";
comments = "Listen to internet radio stations";
copyright = "Copyright © 2020-2022 Louis Brauer";
copyright = "Copyright © 2020-2024 Louis Brauer";
version = @"v$(Application.APP_VERSION)";

license = """* Copyright (c) 2020-2022 Louis Brauer <[email protected]>
license = """* Copyright (c) 2020-2024 Louis Brauer <[email protected]>
Tuner is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 426d564

Please sign in to comment.