SHA256
1
0
forked from pool/sigil

Accepting request 852938 from home:ecsos

- Update to 1.4.3
  - critical bug fix for OPF metadata attributes that use named
    entities
  - fix mismatched override wait cursor usage
  - fix crashes when dictionaries are missing on load or during
    first spellcheck
  - update the mapping of language codes to dictionaries without
    the need to restart
  - fix critical bug which caused split to break links that are
    bare fragments
  - fix additional critical bugs which caused split to lose
    fragments from link targets
  - fix double # chars in fragment ids during merge
  - fix hang on load with bad encryption.xml font uris
  - quiet unneeded debug output when importing an epub
  - fix opf cleanup bug when identical xmlns values are used with
    two different prefixes on the same tag

OBS-URL: https://build.opensuse.org/request/show/852938
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=54
This commit is contained in:
2020-12-03 16:25:22 +00:00
committed by Git OBS Bridge
parent fd4d471891
commit 1ed48d1169
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Dec 3 16:03:58 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to 1.4.3
- critical bug fix for OPF metadata attributes that use named
entities
- fix mismatched override wait cursor usage
- fix crashes when dictionaries are missing on load or during
first spellcheck
- update the mapping of language codes to dictionaries without
the need to restart
- fix critical bug which caused split to break links that are
bare fragments
- fix additional critical bugs which caused split to lose
fragments from link targets
- fix double # chars in fragment ids during merge
- fix hang on load with bad encryption.xml font uris
- quiet unneeded debug output when importing an epub
- fix opf cleanup bug when identical xmlns values are used with
two different prefixes on the same tag
-------------------------------------------------------------------
Sun Nov 22 09:51:53 UTC 2020 - ecsos <ecsos@opensuse.org>