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 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>@app-id@</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Wordbook</name>
<summary>Look up definitions for words</summary>
<description>
<p>Wordbook is an offline English-English dictionary application powered by WordNet and
eSpeak.</p>
<p>Features:</p>
<ul>
<li>Fully offline after initial data download</li>
<li>Pronunciations</li>
<li>Random Word</li>
<li>Favorites</li>
<li>History</li>
<li>Double click to search</li>
<li>Dark mode</li>
</ul>
</description>
<developer id="mufeed.dev">
<name translate="no">Mufeed Ali</name>
</developer>
<update_contact>me@mufeed.dev</update_contact>
<url type="homepage">https://github.com/mufeedali/Wordbook</url>
<url type="bugtracker">https://github.com/mufeedali/Wordbook/issues</url>
<url type="vcs-browser">https://github.com/mufeedali/Wordbook</url>
<url type="translate">https://github.com/mufeedali/Wordbook/tree/main/po</url>
<url type="donation">https://github.com/sponsors/mufeedali</url>
<content_rating type="oars-1.1" />
<launchable type="desktop-id">@app-id@.desktop</launchable>
<translation type="gettext">wordbook</translation>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/mufeedali/Wordbook/main/screenshots/light.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/mufeedali/Wordbook/main/screenshots/dark.png</image>
</screenshot>
</screenshots>
<releases>
<release version="0.6.0" date="2025-09-01">
<description>
<ul>
<li>Added a clear button for search</li>
<li>Added a small delay for live search</li>
<li>Added duplicate checks for related words</li>
<li>Added Occitan translation</li>
</ul>
</description>
</release>
<release version="0.5.1" date="2025-08-23">
<description>
<ul>
<li>Updated some metadata and docs</li>
</ul>
</description>
</release>
<release version="0.5.0" date="2025-08-22">
<description>
<ul>
<li>Significant UI changes</li>
<li>Added Favorites</li>
<li>Added "Did you mean" suggestions for typos</li>
<li>Added a context menu action to search for selected text</li>
<li>Added support for auto-pasting clipboard content on launch</li>
<li>Improved persistent history management</li>
<li>Added GNOME Search Provider integration</li>
<li>The app now remembers window dimensions</li>
<li>Several performance and responsiveness improvements</li>
<li>Improved keyboard navigation and accessibility</li>
<li>Several bug fixes</li>
<li>Added Italian and Hindi translations</li>
<li>Updated translations for German, French, Dutch, Russian, and Turkish</li>
<li>Ported the UI to use Blueprint</li>
<li>BREAKING: Settings schema has changed</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2023-09-25">
<description translate="no">
<ul>
<li>GTK4 + libadwaita Port</li>
<li>Persistent history storage</li>
<li>Default to live search</li>
<li>Update WordNet library and database</li>
</ul>
</description>
</release>
<release version="0.3.1" date="2021-06-06">
<description translate="no">
<ul>
<li>Made some minor tweaks to the UI</li>
<li>Fixed search entry focus on launch</li>
</ul>
</description>
</release>
<release version="0.3.0" date="2021-04-30">
<description translate="no">
<ul>
<li>Switched to a brand new icon</li>
<li>Moved history from completions to a new sidebar</li>
<li>Added "--look-up" CLI argument</li>
<li>Made some UI improvements to adapt better to different display sizes</li>
<li>Made some other minor improvements</li>
</ul>
</description>
</release>
<release version="0.2.0" date="2021-03-08">
<description translate="no">
<ul>
<li>Updated WordNet dependency, will need a redownload of the database</li>
<li>Fixed symbolic icon issues</li>
<li>Improved responsiveness</li>
<li>Removed a feature called "Hide window buttons when maximized"</li>
<li>Fixed some issues with the Flatpak</li>
<li>Fixed several minor bugs</li>
</ul>
</description>
</release>
<release version="0.1.0" date="2021-02-02">
<description translate="no">
<p>Initial release</p>
</description>
</release>
</releases>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>
<kudos>
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>
<custom>
<value key="Purism::form_factor">mobile</value>
</custom>
<branding>
<color type="primary" scheme_preference="light">#99c1f1</color>
<color type="primary" scheme_preference="dark">#1a5fb4</color>
</branding>
</component>
|