Accepting request 978741 from home:ecsos

- Update to 1.9.10
  * Bug Fixes
    - Fix insertion of id and links when cursor immediately before
      a closing tag
    - Make sure bundled PySide6 can find QtWebEngine resources on
      Windows (Qt6)
    - Properly recreate or remove encryption.xml depending on font
      obfuscating or not
    - Make Qt6 versions of Sigil use their own ini files to prevent
      corruption
    - treat figcaption as an "other text holder" when prettifying
  * New Features
    - Redesign the FindReplace dialog user interface to minimize
      size while adding features
    - Add a FindReplace "Text" only checkbox and support to exclude
      tags from search
    - Add a Toggle Line Wrap Mode and its support added to CodeView
      via pop-up menu
    - Add a Dry Run Replace dialog to act as "Replace All" what if.
      (Shift + Count All)
    - Add a Replacement filter dialog to allow users to delete
      unwanted replacements before applying Replace All
      (Shift + Replace All)
    - Add a Counts Report to Saved Searches to show Saved Search
      Group counts by search
- Update Sigil_User_Guide to 2022.05.17

OBS-URL: https://build.opensuse.org/request/show/978741
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=68
This commit is contained in:
2022-05-23 15:01:00 +00:00
committed by Git OBS Bridge
parent 1c2a92df45
commit 7ce80683d7
7 changed files with 39 additions and 9 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon May 23 14:46:29 UTC 2022 - ecsos <ecsos@opensuse.org>
- Update to 1.9.10
* Bug Fixes
- Fix insertion of id and links when cursor immediately before
a closing tag
- Make sure bundled PySide6 can find QtWebEngine resources on
Windows (Qt6)
- Properly recreate or remove encryption.xml depending on font
obfuscating or not
- Make Qt6 versions of Sigil use their own ini files to prevent
corruption
- treat figcaption as an "other text holder" when prettifying
* New Features
- Redesign the FindReplace dialog user interface to minimize
size while adding features
- Add a FindReplace "Text" only checkbox and support to exclude
tags from search
- Add a Toggle Line Wrap Mode and its support added to CodeView
via pop-up menu
- Add a Dry Run Replace dialog to act as "Replace All" what if.
(Shift + Count All)
- Add a Replacement filter dialog to allow users to delete
unwanted replacements before applying Replace All
(Shift + Replace All)
- Add a Counts Report to Saved Searches to show Saved Search
Group counts by search
- Update Sigil_User_Guide to 2022.05.17
-------------------------------------------------------------------
Sat Mar 12 09:02:47 UTC 2022 - ecsos <ecsos@opensuse.org>