Files
zeal/assets/freedesktop/org.zealdocs.zeal.appdata.xml.in
T
2026-07-28 22:03:29 +03:00

122 lines
6.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.zealdocs.zeal</id>
<launchable type="desktop-id">org.zealdocs.zeal.desktop</launchable>
<name>Zeal</name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<developer id="org.zealdocs">
<name>Oleg Shparber</name>
</developer>
<summary>Your offline reference library</summary>
<description>
<p>Zeal is an offline documentation browser that keeps the references you rely on right on your computer, ready the moment you need them — on a plane, off the grid, or just on flaky Wi-Fi. Instant search takes you straight to the right page before a browser tab would even finish loading.</p>
<p>Build your personal library from over 900 docsets in the same format Dash uses, covering programming languages, frameworks, and tools. Open results in tabs and summon Zeal from anywhere with a global shortcut.</p>
</description>
<categories>
<category>Development</category>
<category>Documentation</category>
</categories>
<keywords>
<keyword>documentation</keyword>
<keyword>docs</keyword>
<keyword>docset</keyword>
<keyword>offline</keyword>
<keyword>api</keyword>
<keyword>reference</keyword>
<keyword>dash</keyword>
<keyword>devdocs</keyword>
<keyword>manual</keyword>
<keyword>developer</keyword>
<keyword>programming</keyword>
</keywords>
<branding>
<color type="primary" scheme_preference="light">#f1c3a7</color>
<color type="primary" scheme_preference="dark">#75201a</color>
</branding>
<url type="homepage">https://zealdocs.org/</url>
<url type="bugtracker">https://github.com/zealdocs/zeal/issues</url>
<url type="help">https://zealdocs.org/usage</url>
<url type="contact">https://go.zealdocs.org/l/contact</url>
<url type="vcs-browser">https://github.com/zealdocs/zeal</url>
<screenshots>
<screenshot type="default">
<caption>Instant search across your whole library</caption>
<image>https://i.imgur.com/FvGEguY.png</image>
</screenshot>
</screenshots>
<provides>
<id>zeal.desktop</id>
</provides>
<releases>@ZEAL_APPSTREAM_DEV_RELEASE@
<release date="2026-07-28" version="0.9.0" type="stable">
<description>
<ul>
<li>Added support for compressed docsets, read directly from the archive and taking far less disk space</li>
<li>Added page zoom controls to the View menu and a setting for the default zoom level</li>
<li>Added a Go menu with Back, Forward, tab switching, and focus actions, plus a Duplicate Tab command</li>
<li>Added download sizes to docset tooltips, showing how much space a docset needs before fetching</li>
<li>Added an option to hide tab close buttons and a View menu entry to toggle the sidebar</li>
<li>Added a --port option to keep the built-in documentation server on a fixed port</li>
<li>Changed the look with a new application icon, consistent icons, and redesigned built-in pages</li>
<li>Changed fuzzy search to be enabled by default, so searches match even when letters are skipped</li>
<li>Changed docset loading to run in parallel, making startup quicker when many docsets are installed</li>
<li>Fixed docset removal freezing the window, and cleaned up files left by failed installs or removals</li>
<li>Fixed docset installs reporting success on corrupt or incomplete downloads</li>
<li>Fixed archives being able to write files outside the docset folder</li>
<li>Fixed pages appearing too zoomed in on high-resolution displays</li>
<li>Fixed documentation pages keeping the old light or dark style when the system theme changes</li>
<li>Fixed searching with only a docset filter (python:), which now lists that docset's entries</li>
<li>Fixed duplicate downloads when installing the same docset was requested twice</li>
<li>Fixed search result highlighting that could be unreadable with some system themes</li>
</ul>
</description>
<url>https://github.com/zealdocs/zeal/releases/tag/v0.9.0</url>
</release>
<release date="2026-04-04" version="0.8.1" type="stable">
<description>
<ul>
<li>Added the ability to open search results in a background tab</li>
<li>Fixed Zeal failing to start after a crash or unclean shutdown</li>
<li>Fixed the global hotkey not working with some key combinations on X11</li>
<li>Fixed a crash when updating docsets</li>
<li>Fixed a brief white flash when the window opened</li>
<li>Fixed find-in-page highlighting disappearing while searching</li>
<li>Fixed documentation links not opening when their capitalization did not match</li>
<li>Fixed keyword searches, including queries that begin with ::</li>
</ul>
</description>
<url>https://github.com/zealdocs/zeal/releases/tag/v0.8.1</url>
</release>
<release date="2026-02-28" version="0.8.0" type="stable">
<description>
<ul>
<li>Added support for viewing PDF files in the documentation view</li>
<li>Added an option to hide the menu bar for more reading space</li>
<li>Changed search fuzzy search to use a faster, more accurate algorithm</li>
<li>Changed search match highlighting method, added support for multiple matches</li>
<li>Changed docset loading to run in the background, so Zeal starts faster</li>
<li>Fixed custom user stylesheets not being applied</li>
<li>Fixed the color scheme not taking effect until the page was reloaded</li>
<li>Fixed documentation pages appearing over-zoomed on high-resolution displays</li>
</ul>
</description>
<url>https://github.com/zealdocs/zeal/releases/tag/v0.8.0</url>
</release>
<release date="2024-09-08" version="0.7.2" type="stable">
<url>https://github.com/zealdocs/zeal/releases/tag/v0.7.2</url>
</release>
<release date="2024-05-27" version="0.7.1" type="stable">
<url>https://github.com/zealdocs/zeal/releases/tag/v0.7.1</url>
</release>
<release date="2023-09-20" version="0.7.0" type="stable">
<url>https://github.com/zealdocs/zeal/releases/tag/v0.7.0</url>
</release>
<release date="2018-09-28" version="0.6.1" type="stable">
<url>https://github.com/zealdocs/zeal/releases/tag/v0.6.1</url>
</release>
</releases>
<update_contact>support@zealdocs.org</update_contact>
<content_rating type="oars-1.1" />
</component>