From 876f9be440bc9605ef522bcc86ed7591b113958e Mon Sep 17 00:00:00 2001 From: halfmexican Date: Thu, 9 Apr 2026 11:26:38 -0500 Subject: [PATCH 1/5] update runtime --- io.github.halfmexican.Mingle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.github.halfmexican.Mingle.json b/io.github.halfmexican.Mingle.json index 8f24db6..9aefb46 100644 --- a/io.github.halfmexican.Mingle.json +++ b/io.github.halfmexican.Mingle.json @@ -1,7 +1,7 @@ { "app-id" : "io.github.halfmexican.Mingle", "runtime" : "org.gnome.Platform", - "runtime-version" : "48", + "runtime-version" : "49", "sdk" : "org.gnome.Sdk", "command" : "mingle", "finish-args" : [ From da70c5056bb05543fff21bd83e9b9a71b7b8d49f Mon Sep 17 00:00:00 2001 From: halfmexican Date: Thu, 9 Apr 2026 11:43:39 -0500 Subject: [PATCH 2/5] update about dialog info --- src/application.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/application.vala b/src/application.vala index 22f9327..3546874 100644 --- a/src/application.vala +++ b/src/application.vala @@ -1,6 +1,6 @@ /* application.vala * - * Copyright 2023-2024 José Hunter + * Copyright 2023-2026 José Hunter * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -70,9 +70,9 @@ namespace Mingle { website = "https://github.com/halfmexican/mingle", issue_url = "https://github.com/halfmexican/mingle/issues", developer_name = "José Hunter", - version = "0.20", + version = "0.3", developers = developers, - copyright = "© 2025 José Hunter", + copyright = "© 2026 José Hunter", license_type = Gtk.License.GPL_3_0, }; about.present (this.active_window); From 3d191280a738ecd2f3cb95a40d81e2500323bd0e Mon Sep 17 00:00:00 2001 From: halfmexican Date: Thu, 9 Apr 2026 11:44:47 -0500 Subject: [PATCH 3/5] add contributor --- src/application.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/application.vala b/src/application.vala index 3546874..12ed053 100644 --- a/src/application.vala +++ b/src/application.vala @@ -62,7 +62,8 @@ namespace Mingle { string[] developers = { "José Hunter https://github.com/halfmexican", "kramo https://kramo.page", - "QuazarOmega https://github.com/quazar-omega" + "QuazarOmega https://github.com/quazar-omega", + "Valeri https://github.com/v1993" }; var about = new Adw.AboutDialog () { application_name = "mingle", From 7eff435aada38ea62f355dd2f797124c192e5cda Mon Sep 17 00:00:00 2001 From: halfmexican Date: Thu, 9 Apr 2026 11:49:33 -0500 Subject: [PATCH 4/5] 0.3 --- data/io.github.halfmexican.Mingle.metainfo.xml.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/io.github.halfmexican.Mingle.metainfo.xml.in b/data/io.github.halfmexican.Mingle.metainfo.xml.in index 32385e6..85bb0bf 100644 --- a/data/io.github.halfmexican.Mingle.metainfo.xml.in +++ b/data/io.github.halfmexican.Mingle.metainfo.xml.in @@ -38,6 +38,16 @@ + + +

What's New

+
    +
  • 10x installation size reduction
  • +
  • Various Fixes
  • +
+

Thank you @v1993 for your contributions

+
+

What's New

From d6a733fc06a6f719f684e0c3e08505f985aa615a Mon Sep 17 00:00:00 2001 From: halfmexican Date: Thu, 9 Apr 2026 11:59:24 -0500 Subject: [PATCH 5/5] GNOME 50 SDK --- io.github.halfmexican.Mingle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.github.halfmexican.Mingle.json b/io.github.halfmexican.Mingle.json index 9aefb46..d6be956 100644 --- a/io.github.halfmexican.Mingle.json +++ b/io.github.halfmexican.Mingle.json @@ -1,7 +1,7 @@ { "app-id" : "io.github.halfmexican.Mingle", "runtime" : "org.gnome.Platform", - "runtime-version" : "49", + "runtime-version" : "50", "sdk" : "org.gnome.Sdk", "command" : "mingle", "finish-args" : [