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
This commit is contained in:
Bjørn Lie 2019-07-11 18:38:07 +00:00 committed by Git OBS Bridge
parent b8ca21bdd9
commit 31cb87a1b8
7 changed files with 72 additions and 10 deletions

View File

@ -5,7 +5,7 @@
<param name="url">https://github.com/johnfactotum/foliate.git</param>
<param name="scm">git</param>
<param name="version">git-master</param>
<param name="versionformat">1.3.1</param>
<param name="versionformat">1.4.0</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">dead_mozay@opensuse.org</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/johnfactotum/foliate.git</param>
<param name="changesrevision">b472cb678e13f0f3b2e5804d1cafb93bc0809896</param></service></servicedata>
<param name="changesrevision">b81b9b01de32de36b26efef5a865051aa3cec408</param></service></servicedata>

View File

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

3
foliate-1.4.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:582631cdfda9ed0f164d7fa806237ce8d71ad012896a399293bb537ad8e921fa
size 3304460

View File

@ -1,3 +1,65 @@
-------------------------------------------------------------------
Sun Jul 07 16:43:41 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.4.0:
* Update screenshots
* Update translations again
* Don't remember file if it wasn't successfully opened
* Allow opening files from the error screen
* Remove stack switcher padding
* Update translations
* Update README.md
* Prepare for release
* Fix popover positioning
* Add selection action preference
* Add footnote preference
* Refactor cursor preference
* Add preference to restore last file automatically
* Add sidebar preference
* Don't show footnote when there's no footnote
* Use GtkStack in preference window
* Fix not being able to toggle navbar when there's no navbar
* Prevent selection when switching stack items
* Fix stuff not working when starting with the reading progress bar hidden
* Escape ampersands
* Use Wikimedia REST API
* Improve popover placement
* Allow setting target language for Google Translate
* Add Google Translate
* Add Wikipedia lookup
* Don't highlight or lookup on selection
* Refactor popover
* Set max width because some dictionaries don't wrap
* Add default width to "About This Book" dialog
* Update README.md
* Update README.md
* Add support for dictd
* Remove trailing whitespaces
* Farewell to Libsoup
* Refactor dictionary lookup
* Make font-weight override less agressive
* Add list-{remove,add}-symbolic as fallback in accordance with SpinButton
* Add backspace shortcut
* Update README.md
* Disable resize polling in Epub.js
* Update Debian package specification
* Add Debian package specification
* Use sentence case for tooltip text
* Add copyright notice
* Make handling of ByteArrays compatible with older versions of GJS
* Make things more compatible with older environments
* Initial support for popup footnotes/endnotes
* Remember sidebar page
* Update README.md
* Redraw annotations on view change
* Add separators to notes and bookmarks list
* Add page entry
* Add tooltip to TOC items
* Restore frame to search results
* Add optional sidebar UI for TOC, bookmarks, and annotations
* Refactor TOC, bookmarks, and annotations popover
* Add option to search current chapter only
-------------------------------------------------------------------
Sat Jun 29 02:49:00 UTC 2019 - dead_mozay@opensuse.org

View File

@ -1,5 +1,5 @@
name: foliate
version: 1.3.1
mtime: 1561764019
commit: b472cb678e13f0f3b2e5804d1cafb93bc0809896
version: 1.4.0
mtime: 1562516659
commit: b81b9b01de32de36b26efef5a865051aa3cec408

View File

@ -18,7 +18,7 @@
%define oname com.github.johnfactotum.Foliate
Name: foliate
Version: 1.3.1
Version: 1.4.0
Release: 0
Summary: A simple and modern GTK eBook reader
License: GPL-3.0-only
@ -26,7 +26,7 @@ Group: Productivity/Office/Other
URL: https://johnfactotum.github.io/foliate/
Source: %{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: meson >= 0.50.0
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gjs-1.0)
BuildRequires: pkgconfig(glib-2.0)