foliate/_service
Dominique Leuenberger b1b18b7e1f - Update to version 3.2.0:
* Revamped translation tool, which now remembers the last target 
    language, and allows filtering languages
  * Improved PDF support: the rendering is faster and no longer 
    blurry
  * Improved rendering of fixed layout EPUBs (see comments in #1318)
  * Improved focus handling: the focus is no longer lost when 
    navigating to new sections, and tabbing no longer breaks layout
  * Improved text selection across pages, allowing selecting 
    to the previous page
  * It now only shows more than one column when the viewport is in 
    landscape (or, for vertical writing, in portrait)
  * Changed shortcut for the table of contents from Ctrl+Alt+T 
    to Ctrl+T.
  * Added Space/Shift+Space shortcuts for turning pages.
  * Added option to open books with external application from 
    the library view.
  * Fixed formatting of copied text.
  * Fixed extra border in CBZ files.
  * Fixed handling of bare search template URL in OPDS feeds.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=62
2024-11-28 09:30:09 +00:00

19 lines
705 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="filename">foliate</param>
<param name="url">https://github.com/johnfactotum/foliate.git</param>
<param name="scm">git</param>
<param name="revision">refs/tags/3.2.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">gz</param>
<param name="file">*.tar</param>
</service>
</services>