From a92b4b7906b063c3b881e1390e0e996bff16011d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Sun, 5 Apr 2026 15:35:18 +0300 Subject: [PATCH 1/3] Use categories from the desktop file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > If there’s a launchable defined for a desktop application, > categories and keywords are pulled from the desktop file. > Defining them separately in the Metainfo file will override the contents of the desktop file. https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines#categories-and-keywords Signed-off-by: Sabri Ünal --- data/io.github.smolblackcat.Progress.metainfo.xml.in.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data/io.github.smolblackcat.Progress.metainfo.xml.in.in b/data/io.github.smolblackcat.Progress.metainfo.xml.in.in index 48a804d..867bf4b 100644 --- a/data/io.github.smolblackcat.Progress.metainfo.xml.in.in +++ b/data/io.github.smolblackcat.Progress.metainfo.xml.in.in @@ -62,10 +62,6 @@ organize tasks effectively while also being simple and easy to use.

- - ProjectManagement - Office - From 231e27cab9e5e67eb0f1f5b2ab21e8c0b2928bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Sun, 5 Apr 2026 15:36:02 +0300 Subject: [PATCH 2/3] Mark release description as untranslatable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GNOME apps usually don't provide translation for release descriptions to reduce translator burdens. Signed-off-by: Sabri Ünal --- ...b.smolblackcat.Progress.metainfo.xml.in.in | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/data/io.github.smolblackcat.Progress.metainfo.xml.in.in b/data/io.github.smolblackcat.Progress.metainfo.xml.in.in index 867bf4b..d73409e 100644 --- a/data/io.github.smolblackcat.Progress.metainfo.xml.in.in +++ b/data/io.github.smolblackcat.Progress.metainfo.xml.in.in @@ -4,7 +4,7 @@ Progress Kanban board application - Gabriel de Moura + Gabriel de Moura https://github.com/smolBlackCat/progress-tracker @@ -65,7 +65,7 @@ - +

What's new in Progress 1.7.3

This patch release includes minor style changes and behavior enhancements. @@ -81,7 +81,7 @@ - +

What's new in Progress 1.7.2

This patch release fix a crash after trying to convert a task @@ -90,7 +90,7 @@ - +

What's new in Progress 1.7.1

This small release introduces keyboard focus improvements and missing @@ -103,7 +103,7 @@ - +

What's new in Progress 1.7

This release introduces a smoother, faster, and more refined experience across the entire app. Boards load more reliably, dialogs are easier to use, and new shortcuts managing @@ -119,7 +119,7 @@ - +

What's new in Progress 1.6.0

  • Added Polish Translation
  • @@ -128,7 +128,7 @@ - +

    What's new in Progress 1.5.2

    • Fix bug where application would crash after dropping a cardlist @@ -137,7 +137,7 @@ - +

      What's new in Progress 1.5.1

      • Fix bug where the board's background was set only if the board's @@ -146,7 +146,7 @@ - +

        What's new in Progress 1.5.0

        • Board buttons will now appear in the order of modification
        • @@ -156,7 +156,7 @@ - +

          What's new in Progress 1.4.1

          • Locale directory resolution optimised
          • @@ -164,7 +164,7 @@ - +

            What's new in Progress 1.4

            • Spanish translation has been updated
            • @@ -172,7 +172,7 @@ - +

              What's new in Progress 1.3

              • Italian translation has been updated
              • @@ -184,7 +184,7 @@ - +

                The current minor releases brings some additions and improvements

                • Utilise Adwaita About Dialogs
                • @@ -196,7 +196,7 @@ - +

                  Bug Fixes and Improvements

                  • Board grid UI enhance
                  • @@ -209,7 +209,7 @@ - +

                    First official release of Progress 1.0

                    From ccfd52b83cd19f61bd4745c0125810d99a95efd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Sun, 5 Apr 2026 15:39:47 +0300 Subject: [PATCH 3/3] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit _Kanban > Kanban Signed-off-by: Sabri Ünal --- data/io.github.smolblackcat.Progress.desktop.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/io.github.smolblackcat.Progress.desktop.in.in b/data/io.github.smolblackcat.Progress.desktop.in.in index a6cc605..4e2b548 100644 --- a/data/io.github.smolblackcat.Progress.desktop.in.in +++ b/data/io.github.smolblackcat.Progress.desktop.in.in @@ -2,8 +2,8 @@ Type=Application Name=Progress StartupWMClass=@APPLICATION_ID@ -Comment=_Kanban style todo app +Comment=Kanban style todo app Categories=ProjectManagement;Office; -Keywords=_Kanban;Todo;Progress; +Keywords=Kanban;Todo;Progress; Exec=@EXECUTABLE_NAME@ Icon=@APPLICATION_ID@ \ No newline at end of file