Skip to content

Commit 316d25d

Browse files
committed
Make metadata compliant
1 parent 65ca02f commit 316d25d

5 files changed

Lines changed: 11 additions & 9 deletions

File tree

com.codemouse92.timecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ modules:
7474
sha256: e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e
7575
- type: git
7676
url: https://github.com/codemouse92/timecard
77-
tag: v2.0.6
77+
tag: v2.0.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='Timecard-App',
10-
version='2.0.6',
10+
version='2.0.7',
1111
description='Track time beautifully.',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

share/metainfo/com.codemouse92.timecard.appdata.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,25 @@
2525
</ul>
2626
</description>
2727

28+
<content_rating type="oars-1.0" />
29+
2830
<launchable type="desktop-id">com.codemouse92.timecard.desktop</launchable>
2931

3032
<screenshots>
3133
<screenshot type="default">
32-
<caption>The main time tracking screen.</caption>
34+
<caption>The main time tracking screen</caption>
3335
<image>https://codemouse92.github.io/Timecard/img/log.jpg</image>
3436
</screenshot>
3537
<screenshot>
36-
<caption>Control Timecard from the system tray.</caption>
38+
<caption>Control Timecard from the system tray</caption>
3739
<image>https://codemouse92.github.io/Timecard/img/systemtray.jpg</image>
3840
</screenshot>
3941
<screenshot>
40-
<caption>You have complete control over your log entries.</caption>
42+
<caption>You have complete control over your log entries</caption>
4143
<image>https://codemouse92.github.io/Timecard/img/edit.jpg</image>
4244
</screenshot>
4345
<screenshot>
44-
<caption>Customize time display and log location.</caption>
46+
<caption>Customize time display and log location</caption>
4547
<image>https://codemouse92.github.io/Timecard/img/settings.jpg</image>
4648
</screenshot>
4749
</screenshots>
@@ -55,7 +57,7 @@
5557
</provides>
5658

5759
<releases>
58-
<release version="2.0.6" date="2021-03-19">
60+
<release version="2.0.7" date="2021-03-19">
5961
<description>
6062
<p>Fixes erroneous duration when stopping after pause.</p>
6163
</description>

src/timecard/interface/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def build(cls):
5353
"""Construct the application."""
5454
logging.debug("Building application.")
5555
cls.app.setApplicationName("Timecard")
56-
cls.app.setApplicationVersion('2.0.6')
56+
cls.app.setApplicationVersion('2.0.7')
5757
cls.app.setDesktopFileName('com.codemouse92.timecard')
5858
cls.app.setWindowIcon(cls.icon)
5959

src/timecard/resources/about.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TIMECARD 2.0.6
1+
TIMECARD 2.0.7
22

33
Created by Jason C. McDonald
44
(CodeMouse92)

0 commit comments

Comments
 (0)