forked from pool/sigil
Accepting request 881576 from Documentation:Tools
OBS-URL: https://build.opensuse.org/request/show/881576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sigil?expand=0&rev=18
This commit is contained in:
commit
13dfc42a4e
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
Sigil_User_Guide_2019.09.03.epub filter=lfs diff=lfs merge=lfs -text
|
||||
Sigil_User_Guide_2021.03.25_epub3.epub filter=lfs diff=lfs merge=lfs -text
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63555f083ed7ab7b0f530e514ca08b373abc5edf612399e0132759b4c778de29
|
||||
size 10147025
|
3
Sigil_User_Guide_2021.03.25_epub3.epub
Normal file
3
Sigil_User_Guide_2021.03.25_epub3.epub
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:635ceec235e8906dfaf421f362e5dd83895e2c893163ab341c58b48d7e26e7c5
|
||||
size 5949176
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74bd482d3c4fe4b2015ee006a6fa77f1114371bd217e4e7cf1d9a805ea41e719
|
||||
size 24118565
|
3
sigil-1.5.1.tar.gz
Normal file
3
sigil-1.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecdb20c90ca4ca9bd9ebee03734ee8c88ac101b0d32cc7ef25ff70960f4e982c
|
||||
size 20020962
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 26 19:17:58 UTC 2021 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 1.5.1
|
||||
* Features:
|
||||
- Can now handle single xhtml file sizes over 2megabytes in
|
||||
size via its own URL Schemehandler
|
||||
- Will now highlight matched open close tag pairs while editing
|
||||
in Code View
|
||||
- Delete open close tag pairs (Remove Tag Pair)
|
||||
- Default selection of text for basic CodeView formatting
|
||||
including bold, italic, etc based on cursor position
|
||||
- Shift double-click (and Alt double-click) on a tag to select
|
||||
tag contents (including tag)
|
||||
- Expanded split on Sigil Split Marker capabilities to work
|
||||
better with nested tags
|
||||
- Added a new C++ CSS Parser and Query engine that works with
|
||||
Sigil's version of Gumbo
|
||||
- The Reports tool for "CSS Selectors" now lists all CSS
|
||||
selectors not just classes
|
||||
- The "Delete Unused Styles" tool now handles all unused
|
||||
CSS Selectors not just classes
|
||||
- The Reports for "CSS Selectors" and "Delete Unused Selectors"
|
||||
now handle selectors in XHTML Style tags
|
||||
- Added ability to load text and csv files to Group Saved
|
||||
Searches to automate lists of replacements
|
||||
- Reworked the Metadata Editor to be much more Human Readable
|
||||
with tooltips to show xml tags
|
||||
- Added semantic code to the descriptive field in Add Semantics
|
||||
as a learning aid (Thank You BeckyEbook!)
|
||||
- Checkpoint ManageRepos now has the ability to sort the repo
|
||||
table by any column (Thank You BeckyEbook!)
|
||||
- The Sigil User Guide has be completely reworked to bring it
|
||||
to Sigil 1.5.0+ levels
|
||||
* Bug Fixes:
|
||||
- Fix issue with custom ncx names in non-standard empty epub
|
||||
layouts
|
||||
- Fix Import Text to properly add ncx if missing for epub2
|
||||
- Fix issue with "Delete Unused Styles" not properly detecting
|
||||
all used selectors
|
||||
- Fix issues with repeated use of Mend and Prettify on bare
|
||||
text in structural tags
|
||||
- Fix extra line issue with Link to Stylesheet
|
||||
- Fix bug in id assignment in EPUB3 Metadata editor
|
||||
- Fix bug in trailing slash in Move To Folder paths
|
||||
- Fix bug in spelling of Columbia->Colombia in Languages
|
||||
- Fix bug in Clip Editor pasting of multiple clips
|
||||
- Fix bug in PerformCSSUpdates related to quoted string in
|
||||
content: values
|
||||
- Fix bug related to iframe handling when loading Preview
|
||||
- Fix typos in XMLEntities descriptions
|
||||
- Fix numeric table alignment to align right in multiple tables
|
||||
- Fix bug in Add Existing not properly using QProgressDialog
|
||||
for long import
|
||||
- Removed long deprecated and now invalid use of "altlang" in
|
||||
EPUB3 Metadata Editor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 3 16:03:58 UTC 2020 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
10
sigil.spec
10
sigil.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sigil
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define sigil_doc_version 2019.09.03
|
||||
%define sigil_doc_version 2021.03.25
|
||||
Name: sigil
|
||||
Version: 1.4.3
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: WYSIWYG Ebook Editor
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Other
|
||||
URL: https://sigil-ebook.com/
|
||||
Source0: https://github.com/Sigil-Ebook/Sigil/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_%{sigil_doc_version}.epub
|
||||
Source1: https://github.com/Sigil-Ebook/Sigil/raw/master/docs/Sigil_User_Guide_%{sigil_doc_version}_epub3.epub
|
||||
Source2: %{name}.desktop
|
||||
# PATCH-FIX-OPENSUSE Disabled __DATE__ and __TIME__ which is replaced later in pre section
|
||||
Patch0: %{name}-gt-0.9.0-Dialogs-About.cpp.patch
|
||||
@ -175,7 +175,7 @@ popd
|
||||
|
||||
%files
|
||||
%license COPYING.txt
|
||||
%doc ChangeLog.txt README.md Sigil_User_Guide_%{sigil_doc_version}.epub
|
||||
%doc ChangeLog.txt README.md Sigil_User_Guide_%{sigil_doc_version}_epub3.epub
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%dir %{_datadir}/icons/hicolor/
|
||||
|
Loading…
Reference in New Issue
Block a user