Revisions of foliate

buildservice-autocommit accepted request 1164572 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 61)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 1164455 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 60)
- Update to version 3.1.1:
  * Fixed end of chapter cut off when chapter starts with page 
    break.
  * Fixed incorrect text wrapping in tables.
  * Fixed a performance issue with OPDS catalogs.
buildservice-autocommit accepted request 1137505 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 59)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 1137290 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 58)
- Update to version 3.1.0:
  * Added support for OPDS catalogs, now with support for OPDS 2.0.
  * Added option to override publisher font.
  * Added option to reduce animation.
  * Added support for JPEG XL in CBZ.
  * Fixed parsing of non-year-only first-century and BCE dates. 
buildservice-autocommit accepted request 1127886 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 57)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 1127671 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 56)
- Update to version 3.0.1:
  * Updated translations.
  * Fixed desktop entry and AppData.
  * Fixed broken layout for some books.
  * Fixed chromatic abberation in invert mode.
  * Fixed sidebar background (pictured).
buildservice-autocommit accepted request 1127344 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 55)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 1127202 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 54)
- Fixed export of incorrect dependencies 'typelib(Adw)})'.
  Patch added foliate-fix-export-of-incorrect-dep-Adw.patch.
- Update to version 3.0.0
  * UI changes:
    - The library and the e-book viewer are unified in a single 
      window.
    - The library now loads more books as you scroll, no longer
      requiring clicks to load more items.
    - Table of contents, annotations, bookmarks are now in a sidebar,
      which is docked to the side by default, but can also be set 
      to be always folded (overlaid on top of content when revealed).
    - The "Add Bookmark" button is moved to the header bar, 
      and the page will show a ribbon when bookmarked.
    - Removed "turn page on tap"; use swiping instead.
    - Removed option for skeuomorphic shadows.
    - Removed experimental traditional titlebar option.
  * Book rendering:
    - It no longer loads the entire file into memory, 
      greatly reducing startup time and memory usage,
      and it no longer loads every item in the TOC,
      further improving startup time.
    - Reloading now properly reloads the file, rather than merely 
      re-rendering.
    - Mobipocket and Kindle files are no longer extracted on disk; 
      they are processed entirely in memory.
    - Mobipocket files are now divided into sections at 
      <mbp:pagebreak> tags, which greatly improves performance 
      as it no longer requires rendering the whole book at once. 
      Unfortunately this also means existing annotations for 
      this format will not be displayed correctly.
    - When a page is not valid XHTML, it will be processed as HTML.
    - It no longer tries to override fonts with CSS. Instead, 
      you can now configure the default serif, sans-serif, 
      and monospace fonts, as well as setting the minimum font size.
    - Added support for obfuscated fonts.
    - Added support for user stylesheet.
    - FB2: fixed infinite recursion bug (#935) and comments 
      are now correctly ignored.
    - Added experimental support for PDF files.
    - Removed support for CBR, CBT, and CB7 files 
      (CBZ is still supported).
  * Layout:
    - Paginated mode now has animation and 1:1 touchscreen 
      and touchpad swipe gestures.
    - Paginated mode supports more than two columns. 
      The number of columns is controlled by a maximum width 
      setting. As the window gets wider, it will add more columns 
      to prevent lines from getting too long.
    - Margins are now relative to the viewport size.
    - It is now possible to configure both max width and max height.
    - The page reflows faster when resizing, and reliably stays 
      at the same location without flashing.
    - Switching between paginated and scrolled layouts is faster 
      and can be done with a shortcut (Ctrl+M).
    - Removed continuous scrolling mode, as the new renderer does 
      not support it (yet).
  * Locations:
    - Locations are now calculated from raw byte size instead 
      of character count. The progress slider and reading time 
      estimates are available instantly when you first open a book,
      and locations are no longer cached. Old .json files in the
      cache directory can be deleted.
    - The progress slider now turns pages as you drag, 
      and can be used with keyboard and mouse wheel.
    - Page-list and landmarks are now supported and can be 
      accessed from the location popover.
  * Find in book:
    - Results are now shown in the sidebar.
    - Added option to ignore diacritics and to match whole words only.
    - Added shortcuts for going to next and previous matches 
      (Ctrl+G and Ctrl+Shift+G).
  * Image viewer:
    - Images are opened with double click by default; 
      removed options for single, right, and middle click.
    - Images are now copied and saved in their original format 
      (previously, they were always converted to PNG).
  * Narration:
    - Text-to-speech now uses Speech Dispatcher, 
      and supports pausing, skipping, word highlighting, 
      SSML, and speed and pitch controls.
    - Added support for EPUB Media Overlays.
  * Copying:
    - Selected text can now be copied with HTML formatting.
    - Added "Copy with Citation", which adds the author and title 
      info to the copied text.
    - Added "Copy Identifier", which copies the CFI of 
      the text fragment.
  * Security:
    - The WebView no longer has unlimited file access.
  * Other changes:
    - Added underline option for annotations.
    - Annotations are now saved with timestamps.
    - Added the ability to print chapters and selections.
    - WebKit's inspector is always enabled, and can be accessed 
      from the menu, or by pressing F12.
  * Added BuildRequires:
    - gtk4
    - libadwaita
    - webkitgtk-6.0
    - desktop-file-utils
Luciano Santos's avatar Luciano Santos (luc14n0) accepted request 946461 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 53)
- Drop hard typelib(WebKit2) Requires: No longer needed, now
  autodetected.
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 946140 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 52)
- Update to version 2.6.4:
  * Fixed various bugs.
  * Remove foliate-WebKit-version.patch: Patch in the release. 
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 931146 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 51)
- Add foliate-WebKit-version.patch: Fix launch if WebKit2-5.0
  happens to be installed (boo#1192627).
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 925398 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 50)
- Filter out the optional tracker typelib Requires.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 900710 from QK ZHU's avatar QK ZHU (qkzhu) (revision 49)
- Fixed gjs dependency issue (boo#1187328).
buildservice-autocommit accepted request 892059 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 48)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 892058 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 47)
- stop owning directories provided by filesystem rpm (bsc#1184786)
buildservice-autocommit accepted request 884642 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 46)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 882526 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 45)
- Update to version 2.6.3:
  * Fixed a performance issue with zipped files (including EPUB files)
buildservice-autocommit accepted request 881495 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 44)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 881231 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 43)
- Update to version 2.6.2:
  * Fix UI when running with libhandy 1.x 
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 881021 from Dead Mozay's avatar Dead Mozay (Dead_Mozay) (revision 42)
- Remove 2c28932c6266cbeddbe49d7aa6ca8d70d125e96f.patch
  Included in release 2.6.0. 
- Update to version 2.6.1:
  * Fixed automatic layout.
- Update to version 2.6.0:
  * Added support for opening HTML files.
  * Consistent inner and outer margins.
  * The automatic layout no longer supports 4 columns.
  * Fixed long words overflowing.
  * Fixed custom themes not saved across sessions.
  * Fixed shortcuts for key pads.
  * Fixed opening non-UTF-8 zipped FB2 files.
  * Fixed books not opening on GNOME 40. 
Displaying revisions 1 - 20 of 61
openSUSE Build Service is sponsored by