Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
4d38b6522c | |||
4a2eee269b | |||
1dea0457cc | |||
f9d8cece3e | |||
67e893e9a5 | |||
81a88d5cfe | |||
b1b18b7e1f |
2
_service
2
_service
@@ -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>
|
||||
|
@@ -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
3
foliate-3.3.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3074ad86eb25e9a018d261afd0e2e2c6e5462f12015a7955b3712c2d52f8021b
|
||||
size 21005325
|
@@ -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>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: foliate
|
||||
version: 3.1.1
|
||||
mtime: 1712189639
|
||||
commit: 435da7b51705f3237eb4200495451b9599c30699
|
||||
version: 3.3.0
|
||||
mtime: 1743491103
|
||||
commit: 6846cf62ef3ff4f0162f1b288f44d6dcce5f1a19
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user