-
Notifications
You must be signed in to change notification settings - Fork 8
/
com.github.johnfactotum.QuickLookup.appdata.xml
73 lines (73 loc) · 3.2 KB
/
com.github.johnfactotum.QuickLookup.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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.johnfactotum.QuickLookup</id>
<launchable type="desktop-id">com.github.johnfactotum.QuickLookup.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Quick Lookup</name>
<summary>Look up words quickly</summary>
<description>
<p>Look up words quickly with Quick Lookup, a dictionary application powered by Wiktionary™.</p>
<p>Features include:</p>
<ul>
<li>Lookup definitions for words or phrases</li>
<li>Choose language by entering language name or ISO-639-1 code</li>
<li>Open internal links within the app</li>
<li>Go back to previous page with the back button</li>
<li>Look up selected text from any app by setting a keyboard shortcut to launch this app with the “--selection” command line option</li>
</ul>
<p>Wiktionary is a trademark of the Wikimedia Foundation. This program is not endorsed by or affiliated with the Wikimedia Foundation.</p>
</description>
<developer id="io.github.johnfactotum">
<name>John Factotum</name>
</developer>
<url type="bugtracker">https://github.com/johnfactotum/quick-lookup/issues</url>
<url type="homepage">https://github.com/johnfactotum/quick-lookup</url>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/johnfactotum/quick-lookup/master/screenshot.png</image>
</screenshot>
</screenshots>
<releases>
<release version="2.1.2" date="2024-11-03">
<description>
<p>Fix app metadata</p>
</description>
</release>
<release version="2.1.1" date="2023-10-12">
<description>
<p>Fix release date</p>
</description>
</release>
<release version="2.1.0" date="2023-10-12">
<description>
<p>Upgraded to GNOME 45</p>
</description>
</release>
<release version="2.0.0" date="2021-11-14">
<description>
<p>Ported to GTK 4</p>
</description>
</release>
<release version="1.2.0" date="2020-06-20">
<description>
<p>Added new “--selection” command line option. When launched in this mode, it will look up the recently selected text when switching to the window. Binding the command to a global shortcut will allow you to look up words from any app by pressing the shortcut.</p>
</description>
</release>
<release version="1.1.0" date="2020-06-05">
<description>
<p>Changes:</p>
<ul>
<li>Remember language setting</li>
<li>Fixed WebKitWebProcess not killed after lookup</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2020-06-02">
<description>
<p>Initial release</p>
</description>
</release>
</releases>
<content_rating type="oars-1.1" />
</component>