Accepting request 896410 from Documentation:Tools
OBS-URL: https://build.opensuse.org/request/show/896410 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sigil?expand=0&rev=19
This commit is contained in:
commit
808c699826
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
## Specific LFS patterns
|
## Specific LFS patterns
|
||||||
Sigil_User_Guide_2021.03.25_epub3.epub filter=lfs diff=lfs merge=lfs -text
|
Sigil_User_Guide_2021.05.27_epub3.epub filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:635ceec235e8906dfaf421f362e5dd83895e2c893163ab341c58b48d7e26e7c5
|
|
||||||
size 5949176
|
|
3
Sigil_User_Guide_2021.05.27_epub3.epub
Normal file
3
Sigil_User_Guide_2021.05.27_epub3.epub
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0ffb9a311b3f5c3f4f77111962dbc94ed3bd05cdf80d2c7f3477bd0ecede916
|
||||||
|
size 6840679
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ecdb20c90ca4ca9bd9ebee03734ee8c88ac101b0d32cc7ef25ff70960f4e982c
|
|
||||||
size 20020962
|
|
3
sigil-1.6.0.tar.gz
Normal file
3
sigil-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea0e41a56fa98d54c61e2148c6d4b152bd50d8faa59a95c148c8b32b058dacda
|
||||||
|
size 21192958
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 29 15:57:21 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 1.6.0
|
||||||
|
* New Features:
|
||||||
|
- Find and Replace search targets expanded to include tabbed
|
||||||
|
files, CSS files, OPF and NCX files
|
||||||
|
- Saved Searches now save full search Controls (mode,
|
||||||
|
direction, options, and targets)
|
||||||
|
- Preview loading is now completely asynchronous with a loading
|
||||||
|
progress bar and loading placeholder
|
||||||
|
- Merge will now automatically prevent duplicate ids
|
||||||
|
- Merge will automatically add ids are former file boundaries
|
||||||
|
to prevent TOC, Guide, and href losses
|
||||||
|
- A new Xhtml Highlighter speeds up huge single file loading
|
||||||
|
considerably
|
||||||
|
- Redesigned CodeView Spellchecking to bring it back to
|
||||||
|
Sigil-1.3.0 speeds
|
||||||
|
- The External XHTML editor will now always pass along the OPF
|
||||||
|
path and spine position to simplify interface with PageEdit
|
||||||
|
(use "Open With" if you want the old behaviour)
|
||||||
|
- Added PyQtWebEngine as a newly required python module for
|
||||||
|
Plugins. ie. Plugins now have access to browser functionality
|
||||||
|
for implementing e-Readers, more complex guis.
|
||||||
|
* Bug Fixes:
|
||||||
|
- Add Qt workaround for restoring Sigil window sizes when
|
||||||
|
FindReplace left open on macOS
|
||||||
|
- Add missing tr() calls to the tooltips in the Special
|
||||||
|
Character selection dialog
|
||||||
|
- Fix bug when all unused selectors are removed as in css
|
||||||
|
stylesheet - adds a comment placeholder
|
||||||
|
- Make empty Nav have a title to help empty epub passing
|
||||||
|
epubcheck
|
||||||
|
- Fix bug where fonts couldn't be previewed when a space was
|
||||||
|
in the path
|
||||||
|
- Redesigned code to make Merging large numbers of files much
|
||||||
|
faster
|
||||||
|
- Fix bug in blank language field in Spellcheck Dialog
|
||||||
|
- Fix use of different indentation of css via PR from BeckyEbook
|
||||||
|
- Fix typos in plugin framework guide
|
||||||
|
- Fix hang on launch when opf manifested files exist inside the
|
||||||
|
META_INF
|
||||||
|
- Fix Metadata Editor bugs related to alternate-script
|
||||||
|
- Fix Metadata Editor bugs related to epub2 event dates
|
||||||
|
- Update sigil user guide to version 2021.05.27.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 26 19:17:58 UTC 2021 - ecsos <ecsos@opensuse.org>
|
Fri Mar 26 19:17:58 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sigil_doc_version 2021.03.25
|
%define sigil_doc_version 2021.05.27
|
||||||
Name: sigil
|
Name: sigil
|
||||||
Version: 1.5.1
|
Version: 1.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WYSIWYG Ebook Editor
|
Summary: WYSIWYG Ebook Editor
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user