Skip to content

Commit

Permalink
Make metadata compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMouse92 committed Mar 24, 2021
1 parent 65ca02f commit 316d25d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion com.codemouse92.timecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ modules:
sha256: e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e
- type: git
url: https://github.com/codemouse92/timecard
tag: v2.0.6
tag: v2.0.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='Timecard-App',
version='2.0.6',
version='2.0.7',
description='Track time beautifully.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
12 changes: 7 additions & 5 deletions share/metainfo/com.codemouse92.timecard.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,25 @@
</ul>
</description>

<content_rating type="oars-1.0" />

<launchable type="desktop-id">com.codemouse92.timecard.desktop</launchable>

<screenshots>
<screenshot type="default">
<caption>The main time tracking screen.</caption>
<caption>The main time tracking screen</caption>
<image>https://codemouse92.github.io/Timecard/img/log.jpg</image>
</screenshot>
<screenshot>
<caption>Control Timecard from the system tray.</caption>
<caption>Control Timecard from the system tray</caption>
<image>https://codemouse92.github.io/Timecard/img/systemtray.jpg</image>
</screenshot>
<screenshot>
<caption>You have complete control over your log entries.</caption>
<caption>You have complete control over your log entries</caption>
<image>https://codemouse92.github.io/Timecard/img/edit.jpg</image>
</screenshot>
<screenshot>
<caption>Customize time display and log location.</caption>
<caption>Customize time display and log location</caption>
<image>https://codemouse92.github.io/Timecard/img/settings.jpg</image>
</screenshot>
</screenshots>
Expand All @@ -55,7 +57,7 @@
</provides>

<releases>
<release version="2.0.6" date="2021-03-19">
<release version="2.0.7" date="2021-03-19">
<description>
<p>Fixes erroneous duration when stopping after pause.</p>
</description>
Expand Down
2 changes: 1 addition & 1 deletion src/timecard/interface/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def build(cls):
"""Construct the application."""
logging.debug("Building application.")
cls.app.setApplicationName("Timecard")
cls.app.setApplicationVersion('2.0.6')
cls.app.setApplicationVersion('2.0.7')
cls.app.setDesktopFileName('com.codemouse92.timecard')
cls.app.setWindowIcon(cls.icon)

Expand Down
2 changes: 1 addition & 1 deletion src/timecard/resources/about.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TIMECARD 2.0.6
TIMECARD 2.0.7

Created by Jason C. McDonald
(CodeMouse92)
Expand Down

0 comments on commit 316d25d

Please sign in to comment.