Accepting request 959610 from home:ecsos

- Update to 1.9.1
  - Allow creation of a Windows 7 Legacy Installer to return Sigil
    to Windows 7 (for now)
  - Completely revamped Find and Replace (yet again) to return most
    of its earlier behaviour for finding next
  - Prevent Find and Replace Count from changing current location
  - Extend spellcheck suggestions to properly handle end of
    sentence vs abbreviations
  - Center Image Report File Sizes vertically within their row.
  - Go To Link Or Style will now properly skip leading comments on
    selectors in CSS stylesheets
  - ecmascript is considered a core media type for javascript files
  - make URLInterceptor robust when the Book pointer is NULL
    (has been cleared)

OBS-URL: https://build.opensuse.org/request/show/959610
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=64
This commit is contained in:
2022-03-05 13:04:03 +00:00
committed by Git OBS Bridge
parent 0f067bcc89
commit d84e7e3356
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Mar 5 10:44:16 UTC 2022 - ecsos <ecsos@opensuse.org>
- Update to 1.9.1
- Allow creation of a Windows 7 Legacy Installer to return Sigil
to Windows 7 (for now)
- Completely revamped Find and Replace (yet again) to return most
of its earlier behaviour for finding next
- Prevent Find and Replace Count from changing current location
- Extend spellcheck suggestions to properly handle end of
sentence vs abbreviations
- Center Image Report File Sizes vertically within their row.
- Go To Link Or Style will now properly skip leading comments on
selectors in CSS stylesheets
- ecmascript is considered a core media type for javascript files
- make URLInterceptor robust when the Book pointer is NULL
(has been cleared)
-------------------------------------------------------------------
Thu Feb 24 07:35:50 UTC 2022 - ecsos <ecsos@opensuse.org>