Accepting request 691998 from home:ecsos

- Update to 0.9.13
  * Bug Fixes
    - Revert change of INI encoding to utf-8 as QSettings very 
      broken under utf-8 (commit 5484463)
    - Ensure all url attributes in shape-outside properties in
      CSS stylesheets get updated (commit de7b09f)
    - Workaround for lost cursor in qlineedit Qt bug (issue #398)
      (commit a8acab7)
    - Workaround missing File New, Open, Quit menus in Mac menubar 
      if windows closed (commit 660a8aa)
    - Remove Icon from Tab for macOS only to workaround Qt bug 
      (commit 5c91924)
    - Plug some memory leaks (commits: 85f78d7, cb9b833, 614d601, 
      bf2f2f4, ebfb613, 4qa8f33)
    - Backport Qt 5.12alpha fix to prevent heap corruption due 
      to qwidget next focus pointers (commit f5c7284)
    - Plug macOS memory leaks when closing a main window 
      (commit fbf9015)
    - Put back quote in tag name bug fix lost in recent changes 
      (commit ebd8c7c)
    - Disable Netscape Plugins being used in BookView and Preview 
      Window (commit 79314ea)
    - Use custom version of qtwebkit with Qt 5.5 memory leak fix 
      added back and no load plugins if disabled
      (see commits 94a28d7, 9f7ebba, and 4b968a9)
  * New Features
    - Add filename to tab tooltip (commit 27f8db7)
    - Clear memory caches when Preview changes to keep memory 
      footprint smaller (commit 87b9247)
    - Update to MathJax 2.75, adds support for mathml mlongdiv, 
      mstack, mcarries (commit 568aba5)
    - Reduce memory footprint by letting worker threads expire 
      (commit c1ee7ea)
    - Reduce memory footprint by properly setting web page caches 
      (commit 9f07cbe)
  Be aware that Sigil-0.9.13 still enforces the need for epub3 
  to have and support an NCX so that it generates as backward 
  a compatible epub as possible. This may be relaxed in future 
  releases.

OBS-URL: https://build.opensuse.org/request/show/691998
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=27
This commit is contained in:
2019-04-06 12:02:58 +00:00
committed by Git OBS Bridge
parent 94f520bea7
commit 70400abcce
7 changed files with 83 additions and 25 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sat Apr 6 10:22:55 UTC 2019 - ecsos@opensuse.org
- Update to 0.9.13
* Bug Fixes
- Revert change of INI encoding to utf-8 as QSettings very
broken under utf-8 (commit 5484463)
- Ensure all url attributes in shape-outside properties in
CSS stylesheets get updated (commit de7b09f)
- Workaround for lost cursor in qlineedit Qt bug (issue #398)
(commit a8acab7)
- Workaround missing File New, Open, Quit menus in Mac menubar
if windows closed (commit 660a8aa)
- Remove Icon from Tab for macOS only to workaround Qt bug
(commit 5c91924)
- Plug some memory leaks (commits: 85f78d7, cb9b833, 614d601,
bf2f2f4, ebfb613, 4qa8f33)
- Backport Qt 5.12alpha fix to prevent heap corruption due
to qwidget next focus pointers (commit f5c7284)
- Plug macOS memory leaks when closing a main window
(commit fbf9015)
- Put back quote in tag name bug fix lost in recent changes
(commit ebd8c7c)
- Disable Netscape Plugins being used in BookView and Preview
Window (commit 79314ea)
- Use custom version of qtwebkit with Qt 5.5 memory leak fix
added back and no load plugins if disabled
(see commits 94a28d7, 9f7ebba, and 4b968a9)
* New Features
- Add filename to tab tooltip (commit 27f8db7)
- Clear memory caches when Preview changes to keep memory
footprint smaller (commit 87b9247)
- Update to MathJax 2.75, adds support for mathml mlongdiv,
mstack, mcarries (commit 568aba5)
- Reduce memory footprint by letting worker threads expire
(commit c1ee7ea)
- Reduce memory footprint by properly setting web page caches
(commit 9f07cbe)
Be aware that Sigil-0.9.13 still enforces the need for epub3
to have and support an NCX so that it generates as backward
a compatible epub as possible. This may be relaxed in future
releases.
-------------------------------------------------------------------
Fri Sep 21 18:47:29 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>