-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcom.github.jmlich.geotagging.appdata.xml
129 lines (129 loc) · 4.97 KB
/
com.github.jmlich.geotagging.appdata.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<name>Geotagging</name>
<summary>Geo-sync your photos easily</summary>
<id>com.github.jmlich.geotagging</id>
<launchable type="desktop-id">com.github.jmlich.geotagging.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<description>
<p>
Effortlessly sync your photos with GPS track logs (*.gpx). Easily fine-tune GPS
coordinates and seamlessly embed them directly into the EXIF data of your photos.
Additionally, our app enables you to correct time discrepancies when your camera's
clock isn't accurate.
</p>
</description>
<developer id="@[email protected]">
<name>Jozef Mlich</name>
</developer>
<branding>
<color type="primary" scheme_preference="light">#e2f4ff</color>
<color type="primary" scheme_preference="dark">#0e232e</color>
</branding>
<url type="homepage">https://github.com/jmlich/geotagging</url>
<url type="bugtracker">https://github.com/jmlich/geotagging/issues</url>
<url type="translate">https://www.transifex.com/jozef-mlich/geotagging/dashboard/</url>
<url type="donation">https://liberapay.com/jmlich/</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/jmlich/geotagging/master/data/geotagging.png</image>
<caption>Main window (switched to Czech language)</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/jmlich/geotagging/master/data/screenshot2.png</image>
<caption>Main window with two gpx files loaded</caption>
</screenshot>
</screenshots>
<categories>
<category>Graphics</category>
</categories>
<keywords>
<keyword>gps</keyword>
<keyword>exif</keyword>
<keyword>jpg</keyword>
<keyword>gpx</keyword>
</keywords>
<content_rating type="oars-1.1"/>
<releases>
<release version="0.7.4" timestamp="1722008566">
<description>
<p>Fixed bug: The application now triggers selection when clicking on an object coordinate in the map.</p>
<p>The application now computes the distance between the cursor and both the object coordinate and the camera coordinate.</p>
<p>The selection now highlights the image when an object pin is clicked on the map.</p>
<p>Updated the Dutch (nl) translation for the application.</p>
</description>
</release>
<release version="0.7.3" timestamp="1713077165">
<description>
<p>Rebuild due to abi breakage</p>
<p>Fix flatpak linter warnings</p>
</description>
</release>
<release version="0.7.2" timestamp="1702811200">
<description>
<p>Update translations</p>
<p>Rebuild with new flatpak runtime</p>
</description>
</release>
<release version="0.7.1" timestamp="1683267461">
<description>
<p>Distinguish object and camera position</p>
<p>Camera direction and angle settings</p>
<p>Updated translations es, fi, da, nl, it, tr, zh</p>
<p>Update of jquery and leaflet</p>
</description>
</release>
<release version="0.7.0" timestamp="1659162755">
<description>
<p>Migration to qt6, updated jquery and leaflet</p>
<p>Added Italian translation thanks to Daniele Albrizio</p>
</description>
</release>
<release version="0.6.1" timestamp="1639732899">
<description>
<p>Fix time zone handling while parsing gpx</p>
</description>
</release>
<release version="0.6.0" timestamp="1638616232">
<description>
<p>Spanish (Latin America) translation - thanks to YoViajo</p>
<p>Fix of loading gpx with subsecond precision - thanks to Dmitry Saraev </p>
</description>
</release>
<release version="0.5.9" timestamp="1631280861">
<description>
<p>French translations - thanks to LeJun</p>
<p>Danish translations - thanks to Erik 'Clicketyclick' Bachmann </p>
</description>
</release>
<release version="0.5.8" timestamp="1621767032">
<description>
<p>Fix hill shading overlay map when changing base map</p>
<p>Use own user agent to comply OpenStreetMap usage policy</p>
</description>
</release>
<release version="0.5.7" timestamp="1614953072">
<description>
<p>Displaing of distance between cursor and selected photo</p>
<p>Initial support for camera direction angle</p>
</description>
</release>
<release version="0.5.6" timestamp="1611669972">
<description>
<p>Watching of opened files for changes</p>
<p>Open image from external application</p>
</description>
</release>
<release version="0.5.5" timestamp="1601366230">
<description>
<p>Polish appstream xml</p>
</description>
</release>
<release version="0.5.4" timestamp="1601122018">
<description>
<p>First packaged version</p>
</description>
</release>
</releases>
</component>