Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appdata related changes #79

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
37 changes: 18 additions & 19 deletions data/ir.imansalmani.IPlan.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>ir.imansalmani.IPlan</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name translatable="no">IPlan</name>
<name translate="no">IPlan</name>
<summary>Your plan for improving personal life and workflow</summary>
<description>
<p>IPlan goal is to be a user-friendly tool for those who want to organize their ether personal life, jobs, or both.</p>
Expand Down Expand Up @@ -40,11 +40,13 @@
</screenshot>
</screenshots>
<launchable type="desktop-id">ir.imansalmani.IPlan.desktop</launchable>
<translation type="gettext">iplan</translation>
<url type="homepage">https://github.com/iman-salmani/iplan</url>
<url type="bugtracker">https://github.com/iman-salmani/iplan/issues</url>
<url type="vcs-browser">https://github.com/iman-salmani/iplan</url>
<url type="translate">https://github.com/iman-salmani/iplan/tree/main/po</url>
<developer_name>Iman Salmani</developer_name>
<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>
<requires>
Expand All @@ -55,21 +57,18 @@
<control>keyboard</control>
<control>touch</control>
</recommends>
<categories>
<category>Utility</category>
</categories>
<content_rating type="oars-1.1" />
<releases>
<release version="1.9.2" date="2023-07-17">
<description translatable="no">
<description translate="no">
<p>Bug fix</p>
<ul>
<li>Meta info issue fixed</li>
</ul>
</description>
</release>
<release version="1.9.1" date="2023-07-17">
<description translatable="no">
<description translate="no">
<p>Bug fixes and performance improvements</p>
<ul>
<li>Task timers in different parts of ui are synced together</li>
Expand All @@ -85,7 +84,7 @@
</description>
</release>
<release version="1.9.0" date="2023-07-14">
<description translatable="no">
<description translate="no">
<p>New features and updates</p>
<ul>
<li>Search button and Primary menu moved to sidebar</li>
Expand All @@ -99,12 +98,12 @@
</description>
</release>
<release version="1.8.1" date="2023-07-07">
<description translatable="no">
<description translate="no">
<p>Fix bug: Dont set position for new task in SectionBox::handle_new_button_clicked</p>
</description>
</release>
<release version="1.8.0" date="2023-07-07">
<description translatable="no">
<description translate="no">
<p>New features and updates</p>
<ul>
<li>Move up and down option for tasks rows</li>
Expand All @@ -116,7 +115,7 @@
</description>
</release>
<release version="1.7.0" date="2023-06-30">
<description translatable="no">
<description translate="no">
<p>New features and updates</p>
<ul>
<li>Chart of Time spent in last 7 days</li>
Expand All @@ -129,7 +128,7 @@
</description>
</release>
<release version="1.6.0" date="2023-06-23">
<description translatable="no">
<description translate="no">
<p>New features and updates</p>
<ul>
<li>New design for drag and drop</li>
Expand All @@ -144,7 +143,7 @@
</description>
</release>
<release version="1.5.0" date="2023-06-16">
<description translatable="no">
<description translate="no">
<p>New features and updates</p>
<ul>
<li>The task row shows the description, subtasks, due date, and reminder</li>
Expand All @@ -160,7 +159,7 @@
</description>
</release>
<release version="1.4.0" date="2023-06-09">
<description translatable="no">
<description translate="no">
<p>New features and updates</p>
<ul>
<li>Backing up system</li>
Expand All @@ -174,12 +173,12 @@
</description>
</release>
<release version="1.3.1" date="2023-06-03">
<description translatable="no">
<description translate="no">
<p>Bug fix</p>
</description>
</release>
<release version="1.3.0" date="2023-06-02">
<description translatable="no">
<description translate="no">
<p>Code refactoring, and UI improvements</p>
<ul>
<li>New widgets for selecting Date and Time</li>
Expand All @@ -189,7 +188,7 @@
</description>
</release>
<release version="1.2.0" date="2023-05-26">
<description translatable="no">
<description translate="no">
<p>Subtasks, Bug fixes, and UI improvements</p>
<ul>
<li>Task Window which contains task info, subtasks, and records</li>
Expand All @@ -201,7 +200,7 @@
</description>
</release>
<release version="1.1.1" date="2023-05-19">
<description translatable="no">
<description translate="no">
<p>Performance improvement and records window</p>
<ul>
<li>Lazy loading for project tasks and stat</li>
Expand All @@ -210,7 +209,7 @@
</description>
</release>
<release version="1.0" date="2023-05-10">
<description translatable="no">
<description translate="no">
<p>First stable release.</p>
<p>Features:</p>
<ul>
Expand Down