File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 77
88setup (
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' ,
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- TIMECARD 2.0.6
1+ TIMECARD 2.0.7
22
33Created by Jason C. McDonald
44(CodeMouse92)
You can’t perform that action at this time.
0 commit comments