Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkdeveloper committed Sep 22, 2023
1 parent 9ae197d commit 3bac13f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.github.alexkdeveloper.recorder.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "com.github.alexkdeveloper.recorder",
"runtime": "org.gnome.Platform",
"runtime-version": "44",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"command": "com.github.alexkdeveloper.recorder",
"finish-args": [
Expand Down
7 changes: 7 additions & 0 deletions data/com.github.alexkdeveloper.recorder.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
</categories>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.0.13" date="2023-09-22">
<description>
<ul>
<li>Updated to GNOME Platform version 45</li>
</ul>
</description>
</release>
<release version="1.0.12" date="2023-03-22">
<description>
<ul>
Expand Down
3 changes: 2 additions & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Gst.Bus player_bus;
play_button.clicked.connect(on_play_clicked);
stop_button.clicked.connect(on_stop_clicked);
var headerbar = new Adw.HeaderBar();
headerbar.add_css_class("flat");
headerbar.pack_start(back_button);
headerbar.pack_start(delete_button);
headerbar.pack_start(edit_button);
Expand Down Expand Up @@ -433,7 +434,7 @@ private void on_stop_record_clicked(){
var win = new Adw.AboutWindow () {
application_name = "Recorder",
application_icon = "com.github.alexkdeveloper.recorder",
version = "1.0.12",
version = "1.0.13",
copyright = "Copyright © 2022-2023 Alex Kryuchkov",
license_type = License.GPL_3_0,
developer_name = "Alex Kryuchkov",
Expand Down

0 comments on commit 3bac13f

Please sign in to comment.