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
This commit is contained in:
parent
e32fa090d5
commit
5e89ce39aa
2
_service
2
_service
@ -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.5.2</param>
|
||||
<param name="versionformat">1.5.3</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
||||
<param name="changesrevision">45db92870f32d4cac40b29d9180c3a60f7d31cf7</param></service></servicedata>
|
||||
<param name="changesrevision">450c274c3ed31877931ce5425e4895fe337df095</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcc71cff1772cd15ef917c937c6079084a8ef1f49a812ce87f92bf9544794876
|
||||
size 3669516
|
3
foliate-1.5.3.obscpio
Normal file
3
foliate-1.5.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84288adea8331fec9d3e335214bd62c85724759728e93b969cf9a915b661ddfc
|
||||
size 2740748
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 03 08:47:04 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
- Update to version 1.5.3:
|
||||
* 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
|
||||
* Update translations
|
||||
* Improve HTML to Pango markup conversion
|
||||
* Update screenshots
|
||||
* Use GtkLabel instead of WebView to display book description
|
||||
* Improve HTML to Pango markup conversion
|
||||
* Handle invalid cover image
|
||||
* Fix utils.js not included when CSP is disabled
|
||||
* Enable popover footnote by default
|
||||
* Add BibTeX export support (#130)
|
||||
* Make it possible to lookup Wikipedia when clicking on "Lookup"
|
||||
* Offer to search on Wiktionary when entry not found
|
||||
* Fix Python not found in Flatpak
|
||||
* Revert label change
|
||||
* Use markup for footnote popover
|
||||
* Fix soft hyphen and word joiner causing lookup to fail
|
||||
* Refactor lookup
|
||||
* Improve footnote extraction
|
||||
* Fix about dialog not closing when the close button is clicked
|
||||
* Improve footnote extraction
|
||||
* Update translations
|
||||
* Fix typo
|
||||
* Update Brazilian Portuguese translation (#144)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 05:39:28 UTC 2019 - dead_mozay@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: foliate
|
||||
version: 1.5.2
|
||||
mtime: 1563513963
|
||||
commit: 45db92870f32d4cac40b29d9180c3a60f7d31cf7
|
||||
version: 1.5.3
|
||||
mtime: 1567049182
|
||||
commit: 450c274c3ed31877931ce5425e4895fe337df095
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define oname com.github.johnfactotum.Foliate
|
||||
Name: foliate
|
||||
Version: 1.5.2
|
||||
Version: 1.5.3
|
||||
Release: 0
|
||||
Summary: A simple and modern GTK eBook reader
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user