-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathio.github.carterbox.Electricity_Clock.metainfo.xml
100 lines (89 loc) · 3.71 KB
/
io.github.carterbox.Electricity_Clock.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Daniel Ching <daniel.j.ching@gmail.com> -->
<component type="desktop-application">
<id>io.github.carterbox.Electricity_Clock</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Electricity Clock</name>
<summary>Monitor electricity rates</summary>
<developer id="io.github.carterbox">
<name>Daniel Ching</name>
</developer>
<description>
<p>
Displays trends, real-time, and predicted electricity rates as 24 hour clock for ComEd customers in Northern Illinois.
</p>
</description>
<categories>
<category>Clock</category>
<category>Economy</category>
<category>Electricity</category>
<category>Monitor</category>
<category>Utility</category>
</categories>
<keywords>
<keyword>time</keyword>
<keyword>electricity</keyword>
<keyword>rate</keyword>
<keyword>energy</keyword>
</keywords>
<launchable type="desktop-id">io.github.carterbox.Electricity_Clock.desktop</launchable>
<url type="homepage">https://github.com/carterbox/tofu</url>
<requires>
<display_length compare="gt">360</display_length>
<internet>always</internet>
</requires>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
<control>tablet</control>
</supports>
<content_rating type="oars-1.0"/>
<releases>
<release version="2.4.0" date="2024-02-03" type="stable">
<description>
<p>Moves historic energy use controls to separate page. Highlights more energy rates.</p>
</description>
</release>
<release version="2.3.0" date="2024-02-03" type="stable">
<description>
<p>Adjusts to UI to use more Material Design elements. Makes historic energy use easier to read.</p>
</description>
</release>
<release version="2.2.1" date="2023-12-17"/>
<release version="2.2.0" date="2023-09-17" type="stable">
<description>
<p>Adds side-by-side of historic use and historic energy rates.</p>
</description>
</release>
<release version="2.1.0" date="2023-08-13" type="stable">
<description>
<p>Adds widget to show historic energy use from Green Button Downloads.</p>
</description>
</release>
<release version="2.0.0" date="2023-02-02"/>
</releases>
<screenshots>
<screenshot type="default" environment="gnome:dark">
<caption>Time of use display in dark mode</caption>
<image>
https://raw.githubusercontent.com/carterbox/tofu/main/assets/screenshots/desktop-01.png</image>
</screenshot>
<screenshot type="source" environment="gnome:dark">
<caption>Historic energy use in dark mode</caption>
<image>
https://raw.githubusercontent.com/carterbox/tofu/main/assets/screenshots/desktop-02.png</image>
</screenshot>
<screenshot type="source" environment="gnome">
<caption>Time of use display in light mode</caption>
<image>
https://raw.githubusercontent.com/carterbox/tofu/main/assets/screenshots/desktop-11.png</image>
</screenshot>
<screenshot type="source" environment="gnome">
<caption>Historic energy use in light mode</caption>
<image>
https://raw.githubusercontent.com/carterbox/tofu/main/assets/screenshots/desktop-12.png</image>
</screenshot>
</screenshots>
</component>