Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkdeveloper authored Sep 22, 2023
1 parent e03da5b commit 2e8e628
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions data/io.github.alexkdeveloper.radio.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="1.0.11" date="2023-09-22">
<description>
<ul>
<li>Updated to GNOME Platform 45</li>
</ul>
</description>
</release>
<release version="1.0.10" date="2023-08-22">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion io.github.alexkdeveloper.radio.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "io.github.alexkdeveloper.radio",
"runtime": "org.gnome.Platform",
"runtime-version": "44",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "io.github.alexkdeveloper.radio",
"finish-args": [
Expand Down
3 changes: 2 additions & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ private signal void title_changed (string title);
search_button.clicked.connect(on_search_clicked);

var headerbar = new Adw.HeaderBar();
headerbar.add_css_class("flat");
headerbar.pack_start(back_button);
headerbar.pack_start(add_button);
headerbar.pack_start(delete_button);
Expand Down Expand Up @@ -940,7 +941,7 @@ private string? extract_title_from_stream (PlayerMediaInfo media_info) {
var win = new Adw.AboutWindow () {
application_name = "Radio",
application_icon = "io.github.alexkdeveloper.radio",
version = "1.0.10",
version = "1.0.11",
copyright = "Copyright © 2023 Alex Kryuchkov",
license_type = License.GPL_3_0,
developer_name = "Alex Kryuchkov",
Expand Down

0 comments on commit 2e8e628

Please sign in to comment.