7 Commits

Author SHA256 Message Date
4d38b6522c Accepting request 1266400 from GNOME:Apps
- Update to version 3.3.0:
  * Added support for mouse forward/backward buttons.
  * Improved text wrapping in headings.
  * Improved default link style.

OBS-URL: https://build.opensuse.org/request/show/1266400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/foliate?expand=0&rev=28
2025-04-02 16:42:37 +00:00
4a2eee269b Tweak version of BR
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=67
2025-04-02 07:54:38 +00:00
1dea0457cc - Update to version 3.3.0:
* Added support for mouse forward/backward buttons.
  * Improved text wrapping in headings.
  * Improved default link style.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=66
2025-04-02 07:53:12 +00:00
f9d8cece3e Accepting request 1232842 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/1232842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/foliate?expand=0&rev=27
2024-12-20 22:11:33 +00:00
67e893e9a5 - Update to version 3.2.1:
* Fixed tables not displayed in FB2 books.
  * Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=64
2024-12-20 13:56:32 +00:00
81a88d5cfe Accepting request 1227084 from GNOME:Apps
- 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. (forwarded request 1227001 from Dead_Mozay)

OBS-URL: https://build.opensuse.org/request/show/1227084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/foliate?expand=0&rev=26
2024-11-28 21:42:58 +00:00
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
6 changed files with 50 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
<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.1.1</param>
<param name="revision">refs/tags/3.3.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:359934225dfff8a91d9358517da172e7f7308ac8d1bf8846ceee81e6c489a39b
size 11567629

3
foliate-3.3.0.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3074ad86eb25e9a018d261afd0e2e2c6e5462f12015a7955b3712c2d52f8021b
size 21005325

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Tue Apr 1 17:01:07 UTC 2025 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 3.3.0:
* Added support for mouse forward/backward buttons.
* Improved text wrapping in headings.
* Improved default link style.
-------------------------------------------------------------------
Fri Dec 20 10:44:09 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 3.2.1:
* Fixed tables not displayed in FB2 books.
* Updated translations.
-------------------------------------------------------------------
Thu Nov 28 04:23:50 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
- 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.
-------------------------------------------------------------------
Thu Apr 4 03:01:09 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: foliate
version: 3.1.1
mtime: 1712189639
commit: 435da7b51705f3237eb4200495451b9599c30699
version: 3.3.0
mtime: 1743491103
commit: 6846cf62ef3ff4f0162f1b288f44d6dcce5f1a19

View File

@@ -1,7 +1,7 @@
#
# spec file for package foliate
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define oname com.github.johnfactotum.Foliate
Name: foliate
Version: 3.1.1
Version: 3.3.0
Release: 0
Summary: A GTK eBook reader
License: GPL-3.0-only
@@ -37,8 +37,8 @@ BuildRequires: pkgconfig
BuildRequires: pkgconfig(gjs-1.0) >= 1.76
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk4) >= 4.12
BuildRequires: pkgconfig(libadwaita-1) >= 1.4
BuildRequires: pkgconfig(webkitgtk-6.0)
BuildRequires: pkgconfig(libadwaita-1) >= 1.7
BuildRequires: pkgconfig(webkitgtk-6.0) >= 2.40.1
Requires: gjs
BuildArch: noarch