forked from pool/sigil
Accepting request 1181005 from home:ecsos
- Update to 2.2.0 * New Features - add support for Windows live switching from dark to light and light to dark modes - add support for Linux kde and gtk3 live switching from dark to light and light to dark modes - add new environment variable: SIGIL_PREVIEW_TIMEOUT (in milliseconds) to allow user control of the Preview updating intervals, valid range 100 - 10000. default value: 1000. Set only once at Sigil startup. - add new Find and Replace targets: Selected SVG files, Selected Javascript Files, and Selected Misc XML - add new Find and Replace Regular Expression menu option: Unicode Property (*UCP) - add ability to rename files when new name is just a case variant on case insensitive filesystems - extended the number of clips that can be assigned to toolbars (total now of 60 clips supported) - Accessibility improvements: - add abiity to highlight the widget with current focus (Thanks BeckyEbook) - add ability to double text insertion point width throughout Sigil - Extend Python Plugin Interface with info on preferred font mangling information - replacement strings in F&R can now use \x{hhhh} hex escape codes to represent unicode characters numerically * Other Changes - There will be no more built-in HighDPI settings in Sigil's prefs. If you have special needs in that regard, you can still set your own Qt highdpi environment variables. * Bug Fixes - reformating css with multiline now adds space after selector comma - add in bulk resource move and use bulk delete to handle epubs with thousands of files - add in bulk resource rename to handle epubs with thousands of files - if Replace has focus and Find done, CodeView should get focus (Thanks BeckyEbook) - fix dark mode Toolbar continuation symbols for Windows (Thank you BeckyEbook) - fixed bug in Save-As context menu action in ImageTabs - fix dark mode live switching on macOS issues qith QTreeView and QStandardItemModels - fix bug in missing CharToEntity in the Create TOC process - fix TabManager tab close symbol on macOS to match that used in dockwidgets - use Unciode NormalizationForm C inside Sigil and for io - fix macOS stuck at Maximized size issue OBS-URL: https://build.opensuse.org/request/show/1181005 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=89
This commit is contained in:
parent
8bdca0a28e
commit
9daa61b50e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19fbb22d6dac805090b90c74e2d7ef707d3fdfcd4bc377df009208602646ed61
|
||||
size 26918715
|
3
sigil-2.2.0.tar.gz
Normal file
3
sigil-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74de1a16509b34d8cf34b40f1c41be9c1a2f94bbded5ca790a0b4560de1b6777
|
||||
size 26136319
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 08:49:22 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 2.2.0
|
||||
* New Features
|
||||
- add support for Windows live switching from dark to light and light to dark modes
|
||||
- add support for Linux kde and gtk3 live switching from dark to light and light to dark modes
|
||||
- add new environment variable: SIGIL_PREVIEW_TIMEOUT (in milliseconds) to allow user control
|
||||
of the Preview updating intervals, valid range 100 - 10000. default value: 1000.
|
||||
Set only once at Sigil startup.
|
||||
- add new Find and Replace targets: Selected SVG files, Selected Javascript Files, and Selected Misc XML
|
||||
- add new Find and Replace Regular Expression menu option: Unicode Property (*UCP)
|
||||
- add ability to rename files when new name is just a case variant on case insensitive filesystems
|
||||
- extended the number of clips that can be assigned to toolbars (total now of 60 clips supported)
|
||||
- Accessibility improvements:
|
||||
- add abiity to highlight the widget with current focus (Thanks BeckyEbook)
|
||||
- add ability to double text insertion point width throughout Sigil
|
||||
- Extend Python Plugin Interface with info on preferred font mangling information
|
||||
- replacement strings in F&R can now use \x{hhhh} hex escape codes to represent unicode characters numerically
|
||||
* Other Changes
|
||||
- There will be no more built-in HighDPI settings in Sigil's prefs.
|
||||
If you have special needs in that regard, you can still set your own Qt highdpi environment variables.
|
||||
* Bug Fixes
|
||||
- reformating css with multiline now adds space after selector comma
|
||||
- add in bulk resource move and use bulk delete to handle epubs with thousands of files
|
||||
- add in bulk resource rename to handle epubs with thousands of files
|
||||
- if Replace has focus and Find done, CodeView should get focus (Thanks BeckyEbook)
|
||||
- fix dark mode Toolbar continuation symbols for Windows (Thank you BeckyEbook)
|
||||
- fixed bug in Save-As context menu action in ImageTabs
|
||||
- fix dark mode live switching on macOS issues qith QTreeView and QStandardItemModels
|
||||
- fix bug in missing CharToEntity in the Create TOC process
|
||||
- fix TabManager tab close symbol on macOS to match that used in dockwidgets
|
||||
- use Unciode NormalizationForm C inside Sigil and for io
|
||||
- fix macOS stuck at Maximized size issue
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 21:19:37 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define sigil_doc_version 2022.05.17
|
||||
Name: sigil
|
||||
Version: 2.1.0
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
Summary: WYSIWYG Ebook Editor
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user