Commit Graph

24 Commits

Author SHA256 Message Date
a1e421945d Accepting request 1137290 from home:Dead_Mozay:GNOME:Apps
- 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.

OBS-URL: https://build.opensuse.org/request/show/1137290
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=58
2024-01-08 08:40:02 +00:00
2bed89d8cb Accepting request 1127671 from home:Dead_Mozay:GNOME:Apps
- 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).

OBS-URL: https://build.opensuse.org/request/show/1127671
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=56
2023-11-21 10:40:57 +00:00
227920090f Accepting request 1127202 from home:Dead_Mozay:GNOME:Apps
- 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

OBS-URL: https://build.opensuse.org/request/show/1127202
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=54
2023-11-17 15:47:30 +00:00
afa8c49416 Accepting request 946140 from home:Dead_Mozay:GNOME:Apps
- Update to version 2.6.4:
  * Fixed various bugs.
  * Remove foliate-WebKit-version.patch: Patch in the release.

OBS-URL: https://build.opensuse.org/request/show/946140
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=52
2022-01-13 17:23:25 +00:00
e0ae94c72e Accepting request 882526 from home:Dead_Mozay:GNOME:Apps
- Update to version 2.6.3:
  * Fixed a performance issue with zipped files (including EPUB files)

OBS-URL: https://build.opensuse.org/request/show/882526
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=45
2021-04-12 12:11:03 +00:00
a8af25825d Accepting request 881231 from home:Dead_Mozay:GNOME:Apps
- Update to version 2.6.2:
  * Fix UI when running with libhandy 1.x

OBS-URL: https://build.opensuse.org/request/show/881231
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=43
2021-03-26 11:56:41 +00:00
989c844b87 Accepting request 881021 from home:Dead_Mozay:GNOME:Apps
- 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.

OBS-URL: https://build.opensuse.org/request/show/881021
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=42
2021-03-24 16:29:14 +00:00
56b179e823 Accepting request 841834 from home:Dead_Mozay
Update to 2.5.0

OBS-URL: https://build.opensuse.org/request/show/841834
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=36
2020-10-15 10:43:12 +00:00
5ea684fac6 Accepting request 818960 from home:Dead_Mozay
- Update to version 2.4.2:
  * Fixed unable to open some EPUB files

OBS-URL: https://build.opensuse.org/request/show/818960
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=34
2020-07-10 10:05:07 +00:00
628916920d Accepting request 818932 from home:Dead_Mozay
Update to 2.4.1

OBS-URL: https://build.opensuse.org/request/show/818932
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=32
2020-07-06 07:46:42 +00:00
2a773875e3 Accepting request 818269 from home:Dead_Mozay
Update to version 2.4.0

OBS-URL: https://build.opensuse.org/request/show/818269
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=29
2020-07-02 14:29:56 +00:00
3cdde9a795 Accepting request 815865 from home:Dead_Mozay
Update to version 2.3.0

OBS-URL: https://build.opensuse.org/request/show/815865
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=27
2020-06-26 17:54:24 +00:00
67f2a3c1c0 Accepting request 812223 from home:Dead_Mozay
Update to version 2.2.1

OBS-URL: https://build.opensuse.org/request/show/812223
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=23
2020-06-08 13:04:38 +00:00
efe12b15de Accepting request 810144 from home:Dead_Mozay
Update to 2.2.0

OBS-URL: https://build.opensuse.org/request/show/810144
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=19
2020-05-29 09:47:41 +00:00
6cc2979af6 Accepting request 792595 from home:namtrac:branches:GNOME:Apps
- Update to version 2.1.1:
  * Fixed wrong version number

- Update to version 2.1.0:
  * New and improved icon (#268)
  * Option to disable turn page on tap (#270)
  * A menu on the welcome screen for opening recent files (#69)
  * Restored shortcuts for showing ToC, annotations, and bookmarks
  * Fixed application not translated (#274)

OBS-URL: https://build.opensuse.org/request/show/792595
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=16
2020-04-10 11:58:59 +00:00
3b01e0433c Accepting request 791546 from home:iznogood:branches:GNOME:Apps
- Update to version 2.0.0:
  * New stable branch, various interface improvments and bug fixes.

OBS-URL: https://build.opensuse.org/request/show/791546
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=14
2020-04-06 12:47:03 +00:00
4cd5e6967e Accepting request 754483 from home:iznogood:branches:GNOME:Apps
See debate in sr 754119

- Update to version 1.5.3+54:
  * Right align doesn't work well with tables
  * Update package info
  * Update Indonesian translation (#182)
  * Fix glyph clipping in WebKit (#179)
  * Set WebKit default font size
  * Flatpak: prevent X11 access in Wayland
  * Remove unnecessary global variables for TTS, footnotes, images
  * Initial change to WebKitUserContentManager for messaging
  * Add copy to selection options (#172)
  * Set vendored code for Linguist
  * Updated Dutch (Netherlands) translation (#169)
  * Add link to wiki in README.md
  * Update French translation (#163)
  * Fix unable to add bookmark when section not found
  * Fix stuff not escaped for Pango markup
  * Move constant out of the loop
  * Show author in headerbar
  * Fallback when unable to get section
  * Show chapter name in bookmarks list
  * Update Brazilian Portuguese translation (#160)
  * Fix wrong Wiktionary link when looking up again due to capitalization
  * Fix Wikipedia lookup broken after previous commit
  * Make internal links work in footnote popover
  * Make TTS available for selection
  * Fix wrong popover position in continous scrolling mode
  * Make navbar buttons flat
  * Temporary fix for invisible popovers due to wrong position values
  * Fix internal link broken when popup footnote is disabled
  * Add continuous scrolling option
  * Support getting current chapter for TOC items with anchors
  * Update translations
  * Improve HTML to Pango markup conversion
  * Don't push to history if the location doesn't change
  * Fix empty state padding
  * Suppress promise rejection warnings
  * Change "chapter" to "section"
  * Add option to go to CFI
  * Extract code for getting popover position to a function
  * Move util functions forward and main functions to the end
  * Add some comments
  * Move wheel and keyboard event code to more sensible location
  * Make it possible to select across pages
  * Fix pt_BR.po
  * Update Brazilian Portuguese translation (#153)
  * Lint assets
  * Lint main.js
  * Cleanup HTML and txt export code
  * Fix ampersand troubles
  * Use markup for Wikipedia extract
  * Fix soft hyphens confusing Festival
  * Add translation info to AppData
  * Update French translation (#151)
  * Update Dutch translation (#150)
  * Update README.md

OBS-URL: https://build.opensuse.org/request/show/754483
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=12
2019-12-07 21:16:39 +00:00
11fdeb56f5 Accepting request 751582 from home:iznogood:branches:GNOME:Apps
- Update _service file to point to explicit tag upstream, not
  git-master.

OBS-URL: https://build.opensuse.org/request/show/751582
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=10
2019-12-04 19:53:25 +00:00
5e89ce39aa Accepting request 727944 from home:Dead_Mozay
Update to version 1.5.3

OBS-URL: https://build.opensuse.org/request/show/727944
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=7
2019-09-05 12:04:34 +00:00
e32fa090d5 Accepting request 717391 from home:Dead_Mozay
Update to version 1.5.2

OBS-URL: https://build.opensuse.org/request/show/717391
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=6
2019-07-22 09:37:26 +00:00
473175fbd6 Accepting request 715358 from home:Dead_Mozay
Update to version 1.5.0

OBS-URL: https://build.opensuse.org/request/show/715358
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=5
2019-07-16 19:31:19 +00:00
31cb87a1b8 Accepting request 713908 from home:Dead_Mozay
Update to version 1.4.0

OBS-URL: https://build.opensuse.org/request/show/713908
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=4
2019-07-11 18:38:07 +00:00
800fdfb8ae Accepting request 712451 from home:Dead_Mozay
Update to version 1.3.1

OBS-URL: https://build.opensuse.org/request/show/712451
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=2
2019-07-02 09:55:21 +00:00
6796ec1d9f Accepting request 710512 from home:Dead_Mozay
Update to version 1.3.0

OBS-URL: https://build.opensuse.org/request/show/710512
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=1
2019-06-28 08:12:43 +00:00