Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/io.github.smolblackcat.Progress.desktop.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
34 changes: 15 additions & 19 deletions data/io.github.smolblackcat.Progress.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Progress</name>
<summary>Kanban board application</summary>
<developer id="io.github.smolblackcat">
<name>Gabriel de Moura</name>
<name translate="no">Gabriel de Moura</name>
</developer>

<url type="homepage">https://github.com/smolBlackCat/progress-tracker</url>
Expand Down Expand Up @@ -62,14 +62,10 @@
organize tasks effectively while also being simple and easy to use.
</p>
</description>
<categories>
<category>ProjectManagement</category>
<category>Office</category>
</categories>

<releases>
<release date="2025-12-03" version="1.7.3">
<description>
<description translate="no">
<p>What's new in Progress 1.7.3</p>
<p>
This patch release includes minor style changes and behavior enhancements.
Expand All @@ -85,7 +81,7 @@
</description>
</release>
<release date="2025-11-17" version="1.7.2">
<description>
<description translate="no">
<p>What's new in Progress 1.7.2</p>
<p>
This patch release fix a crash after trying to convert a task
Expand All @@ -94,7 +90,7 @@
</description>
</release>
<release date="2025-10-30" version="1.7.1">
<description>
<description translate="no">
<p>What's new in Progress 1.7.1</p>
<p>
This small release introduces keyboard focus improvements and missing
Expand All @@ -107,7 +103,7 @@
</description>
</release>
<release date="2025-10-23" version="1.7">
<description>
<description translate="no">
<p>What's new in Progress 1.7</p>
<p>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
Expand All @@ -123,7 +119,7 @@
</description>
</release>
<release date="2024-07-30" version="1.6.0">
<description>
<description translate="no">
<p>What's new in Progress 1.6.0</p>
<ul>
<li>Added Polish Translation</li>
Expand All @@ -132,7 +128,7 @@
</description>
</release>
<release date="2024-06-14" version="1.5.2">
<description>
<description translate="no">
<p>What's new in Progress 1.5.2</p>
<ul>
<li>Fix bug where application would crash after dropping a cardlist
Expand All @@ -141,7 +137,7 @@
</description>
</release>
<release date="2024-06-28" version="1.5.1">
<description>
<description translate="no">
<p>What's new in Progress 1.5.1</p>
<ul>
<li>Fix bug where the board's background was set only if the board's
Expand All @@ -150,7 +146,7 @@
</description>
</release>
<release date="2024-06-23" version="1.5.0">
<description>
<description translate="no">
<p>What's new in Progress 1.5.0</p>
<ul>
<li>Board buttons will now appear in the order of modification</li>
Expand All @@ -160,23 +156,23 @@
</description>
</release>
<release date="2024-06-07" version="1.4.1">
<description>
<description translate="no">
<p>What's new in Progress 1.4.1</p>
<ul>
<li>Locale directory resolution optimised</li>
</ul>
</description>
</release>
<release date="2024-05-27" version="1.4">
<description>
<description translate="no">
<p>What's new in Progress 1.4</p>
<ul>
<li>Spanish translation has been updated</li>
</ul>
</description>
</release>
<release date="2024-05-06" version="1.3">
<description>
<description translate="no">
<p>What's new in Progress 1.3</p>
<ul>
<li>Italian translation has been updated</li>
Expand All @@ -188,7 +184,7 @@
</description>
</release>
<release date="2024-04-28" version="1.2">
<description>
<description translate="no">
<p>The current minor releases brings some additions and improvements</p>
<ul>
<li>Utilise Adwaita About Dialogs</li>
Expand All @@ -200,7 +196,7 @@
</description>
</release>
<release date="2024-04-01" version="1.1">
<description>
<description translate="no">
<p>Bug Fixes and Improvements</p>
<ul>
<li>Board grid UI enhance</li>
Expand All @@ -213,7 +209,7 @@
</description>
</release>
<release date="2024-03-16" version="1.0">
<description>
<description translate="no">
<p>
First official release of Progress 1.0
</p>
Expand Down
Loading