Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appdata related changes #238

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
152 changes: 62 additions & 90 deletions data/com.github.junrrein.PDFSlicer.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@
<project_license>GPL-3.0-or-later</project_license>
<name>PDF Slicer</name>
<launchable type="desktop-id">@[email protected]</launchable>
<_summary>A simple tool to extract, merge, rotate and reorder pages of PDF documents</_summary>
<summary>A simple tool to extract, merge, rotate and reorder pages of PDF documents</summary>
<description>
<_p>
<p>
PDF Slicer is a simple application to extract, merge, rotate and reorder pages of PDF documents.
The operations can be performed on single pages or on selections/ranges of pages,
and it has undo/redo support.
</_p>
</p>
</description>
<url type="homepage">@APPLICATION_WEBSITE@</url>
<url type="bugtracker">https://github.com/junrrein/pdfslicer/issues</url>
<url type="vcs-browser">https://github.com/junrrein</url>
<url type="translate">https://hosted.weblate.org/projects/pdf-slicer/</url>
<developer_name>Julián Unrrein</developer_name>
<developer id="io.github.junrrein">
<name>Julián Unrrein</name>
</developer>
<update_contact>[email protected]</update_contact>
<translation type="gettext">@GETTEXT_PACKAGE@</translation>
<screenshots>
Expand All @@ -33,7 +37,7 @@
</screenshots>
<releases>
<release version="1.8.8" date="2020-12-09">
<description>
<description translate="no">
<p>This release brings:</p>
<ul>
<li>Windows support</li>
Expand All @@ -43,7 +47,7 @@
</description>
</release>
<release version="1.8.7" date="2020-11-27">
<description>
<description translate="no">
<p>Fixes and improvements:</p>
<ul>
<li>Add keyboard shortcuts to move pages (@abhijeetviswa)</li>
Expand All @@ -53,7 +57,7 @@
</description>
</release>
<release version="1.8.6" date="2020-11-26">
<description>
<description translate="no">
<p>Most of the improvements in this release were made by contributors. Thanks a lot!</p>
<ul>
<li>Do not disable "edit" actions during document saving (@miltolstoy)</li>
Expand All @@ -71,291 +75,259 @@
</description>
</release>
<release version="1.8.5" date="2020-05-01">
<description>
<description translate="no">
<p>Add ability to invert the current page selection (@miltolstoy). Add Arabic translation (@3eloa). Update existing translations.</p>
</description>
</release>
<release version="1.8.4" date="2020-04-23">
<description>
<description translate="no">
<p>Update existing translations.</p>
</description>
</release>
<release version="1.8.3.1" date="2020-03-23">
<description>
<description translate="no">
<p>Fix a couple of bugs.</p>
</description>
</release>
<release version="1.8.3" date="2020-03-23">
<description>
<description translate="no">
<p>Add the ability to add multiple files in one step. Add the ability to zoom by Ctrl+Scrolling on the views. Improve keyboard navigation. Reduce the file size of some saved documents. Add Polish translation. Update existing translations.</p>
</description>
</release>
<release version="1.8.2" date="2020-01-03">
<description>
<description translate="no">
<p>Preserve metadata and outline of the first opened file when saving. Other improvements. Add Croatian translation. Update existing translations.</p>
</description>
</release>
<release version="1.8.1" date="2019-12-25">
<description>
<description translate="no">
<p>Remember the zoom level across sessions.</p>
</description>
</release>
<release version="1.8.0" date="2019-12-25">
<description>
<description translate="no">
<p>Add the ability to open new windows. Add more zoom levels. Other minor improvements.</p>
</description>
</release>
<release version="1.7.6" date="2019-12-06">
<description>
<description translate="no">
<p>Add Czech translation.</p>
</description>
</release>
<release version="1.7.5" date="2019-12-02">
<description>
<description translate="no">
<p>Return to the way adding files was handled before, since the new way doesn't work inside the Flatpak sandbox. Update existing translations.</p>
</description>
</release>
<release version="1.7.4" date="2019-09-29">
<description>
<description translate="no">
<p>Rework the way files are added to the current document. Add Hebrew and Turkish translations. Update existing translations.</p>
</description>
</release>
<release version="1.7.3" date="2019-07-17">
<description>
<description translate="no">
<p>Add the ability to select all pages, odd pages and even pages. Update Dutch, French, Italian, Japanese, Norwegian and Spanish translations.</p>
</description>
</release>
<release version="1.7.2" date="2019-06-24">
<description>
<description translate="no">
<p>Restore scroll position when zomming in/out or resizing the window. Update Dutch and Japanese translations. Miscellaneous bug fixes and UI improvements.</p>
</description>
</release>
<release version="1.7.1" date="2019-06-21">
<description>
<description translate="no">
<p>Fix a couple of bugs.</p>
</description>
</release>
<release version="1.7.0" date="2019-06-17">
<description>
<description translate="no">
<p>Add the ability to merge files. Miscellaneous UI improvements.</p>
</description>
</release>
<release version="1.6.3" date="2019-04-25">
<description>
<description translate="no">
<p>Fix bug where a strange directory was used when saving a file on a Flatpak-packaged Slicer.</p>
</description>
</release>
<release version="1.6.2" date="2019-04-23">
<description>
<description translate="no">
<p>Reduce memory consumption.</p>
</description>
</release>
<release version="1.6.1" date="2019-04-20">
<description>
<description translate="no">
<p>Allow selecting pages while they are still rendering. Miscellaneous bug fixes.</p>
</description>
</release>
<release version="1.6.0" date="2019-04-19">
<description>
<description translate="no">
<p>Replace the PDF-Writer backend library with QPDF.</p>
</description>
</release>
<release version="1.5.5" date="2019-04-18">
<description>
<description translate="no">
<p>Use new application icons, courtesy of Lapo Calamandrei and Tobias Bernard.</p>
</description>
</release>
<release version="1.5.4" date="2019-04-04">
<description>
<description translate="no">
<p>Add Italian translation.</p>
</description>
</release>
<release version="1.5.3" date="2019-03-14">
<description>
<description translate="no">
<p>Add Japanese translation. Update existing translations.</p>
</description>
</release>
<release version="1.5.2" date="2019-03-14">
<description>
<description translate="no">
<p>Add the ability to copy page annotations.</p>
</description>
</release>
<release version="1.5.1" date="2019-03-14">
<description>
<description translate="no">
<p>Correct a string in the About Dialog.</p>
</description>
</release>
<release version="1.5.0" date="2019-01-26">
<description>
<description translate="no">
<p>Add the ability to reorder pages.</p>
</description>
</release>
<release version="1.4.6" date="2019-01-09">
<description>
<description translate="no">
<p>Fix bug where redoing a page range removal would remove more pages than expected. Add French translation.</p>
</description>
</release>
<release version="1.4.5" date="2019-01-07">
<description>
<description translate="no">
<p>Fix bug where removed page ranges were re-inserted in the wrong order.</p>
</description>
</release>
<release version="1.4.4" date="2019-01-05">
<description>
<description translate="no">
<p>Add Portuguese translation. Update German translation.</p>
</description>
</release>
<release version="1.4.3" date="2018-12-27">
<description>
<description translate="no">
<p>Fix thumbnail sizing.</p>
</description>
</release>
<release version="1.4.2" date="2018-12-24">
<description>
<description translate="no">
<p>Fix Windows build.</p>
</description>
</release>
<release version="1.4.1" date="2018-12-24">
<description>
<description translate="no">
<p>Add a "page number" label to thumbnails and big previews.</p>
</description>
</release>
<release version="1.4.0" date="2018-12-15">
<description>
<description translate="no">
<p>Re-add the preview page function (used to get a big view of an individual page). Save and restore window state on window close and open, respectively. Add Dutch and German translations.</p>
</description>
</release>
<release version="1.3.1" date="2018-09-17">
<description>
<description translate="no">
<p>Prevent weird behavior when changing zoom level while there is still page rendering going on.</p>
</description>
</release>
<release version="1.3.0" date="2018-07-05">
<description>
<description translate="no">
<p>Implement the "selection mode" UI pattern from the Gnome HIG. Move the external AppMenu to an in-window AppMenu.</p>
</description>
</release>
<release version="1.2.3" date="2018-06-23">
<description>
<description translate="no">
<p>Inhibit closing a window while we are saving a document.</p>
</description>
</release>
<release version="1.2.2" date="2018-06-17">
<description>
<description translate="no">
<p>Replace the ConcurrentQueue library with std::queue + std::mutex.</p>
</description>
</release>
<release version="1.2.1" date="2018-06-16">
<description>
<description translate="no">
<p>Use a concurrent queue to prevent a data race.</p>
</description>
</release>
<release version="1.2.0" date="2018-06-15">
<description>
<description translate="no">
<p>The user interface no longer freezes when doing page removal operations, undoing/redoing actions, or saving a document.</p>
</description>
</release>
<release version="1.1.2" date="2018-06-13">
<description>
<description translate="no">
<p>Fix in-app version number.</p>
</description>
</release>
<release version="1.1.1" date="2018-06-12">
<description>
<description translate="no">
<p>Update application information/documentation to inform about the new rotation feature.</p>
</description>
</release>
<release version="1.1.0" date="2018-06-12">
<description>
<description translate="no">
<p>Add the ability to rotate pages and fix a bug where some documents where saved with weird margins.</p>
</description>
</release>
<release version="1.0.8" date="2018-06-07">
<description>
<description translate="no">
<p>Change saving method. This fixes the result being wrong for some PDF files and results in a smaller file size.</p>
</description>
</release>
<release version="1.0.7" date="2018-06-07">
<description>
<description translate="no">
<p>Fix the Windows installer. Minor bug fixes and improvements.</p>
</description>
</release>
<release version="1.0.6" date="2018-06-01">
<description>
<description translate="no">
<p>Show an error dialog when failing to load or save a document.</p>
<p>Minor other improvements.</p>
</description>
</release>
<release version="1.0.5" date="2018-05-05">
<description>
<description translate="no">
<p>Correct the AppStream metadata license information.</p>
</description>
</release>
<release version="1.0.4" date="2018-05-05">
<description>
<description translate="no">
<p>Update the AppStream metadata with missing release information for 1.0.3.</p>
</description>
</release>
<release version="1.0.3" date="2018-05-05">
<description>
<description translate="no">
<p>Minor bug fixes and changes:</p>
<ul>
<li>Changed the application id</li>
<li>Switched to Gtk::FileChooserNative. This has 2 benefits:</li>
<li>
<ul>
<li>Native file dialogs are used on Windows,</li>
<li>It allows the application to cross the Flatpak sandbox boundary, without having permissions to read/write files on the filesystem</li>
</ul>
</li>
<li>Native file dialogs are used on Windows,</li>
<li>It allows the application to cross the Flatpak sandbox boundary, without having permissions to read/write files on the filesystem</li>
<li>Improved the AppStream metadata</li>
</ul>
</description>
</release>
<release version="1.0.2" date="2018-05-05">
<description>
<description translate="no">
<p>Changed the application icon.</p>
</description>
</release>
<release version="1.0.1" date="2018-05-05">
<description>
<description translate="no">
<p>This release includes many bug fixes.</p>
<p>The Windows installer is now considered production-ready.</p>
</description>
</release>
<release version="1.0" date="2018-04-28">
<description>
<description translate="no">
<p>Initial release.</p>
</description>
</release>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<content_rating type="oars-1.1" />
</component>