Accepting request 291140 from home:dstoecker

OBS-URL: https://build.opensuse.org/request/show/291140
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/sigil?expand=0&rev=10
This commit is contained in:
2015-03-17 08:52:01 +00:00
committed by Git OBS Bridge
parent 9bba22e334
commit b16c1612ef
3 changed files with 80 additions and 18 deletions

View File

@@ -1,7 +1,59 @@
-------------------------------------------------------------------
Mon Mar 16 16:43:54 UTC 2015 - opensuse@dstoecker.de
- update to 0.8.4
-------------------------------------------------------------------
Sat Jan 24 12:05:59 UTC 2015 - ecsos@opensuse.org
- update to 0.8.2
- Validator plugin type which can load validation results into
the main window validation panel.
- Corrections to Sigil Plugin Framework Documentation
- Pull request #17: Fix typos in README.md
- Additional python plugin interface features:
- multiple plugin engines now allowed for plugins that
work on both python 2.7 and python 3.4
- launcher revision date interface
- plugin stdout will now appear immediately in Sigil
- Multiple plugin launcher bug fixes:
- make parsing more robust to poorly formed xhtml
- modified text iterator to follow spine order
- bug fixes for readotherfile, and writeotherfile
- bug fixes for guide types and setting the guide
-------------------------------------------------------------------
Tue Oct 28 17:28:37 UTC 2014 - ecsos@opensuse.org
- update to 0.8.1
- Set minimum OS X version to 10.9.0 in Info.plist so users
trying to run on older versions of OS X will receive an error
dialog instead of a crash dialog.
- Set minimum Windows version to Vista in Installer so
installation will error when trying to install on XP
(which is not supported and Sigil binary packages won't run on).
- Fix issue #21: Use Hunspell WORDCHARS to help in tokenization
of words.
- Pull request #19: Moving plugin description to ToolTips.
- Pull request #20: Preserve current file name for future save
as actions
if appropriate.
- Fix bug where save after using input plugin would fail.
-------------------------------------------------------------------
Mon Oct 6 17:32:07 UTC 2014 - opensuse@dstoecker.de
- update to 0.8.0
- Plugin framework.
- Add the svg image tag as an svg inline element
(not a block element) and add it as an empty element
(TidyEmptyTags).
- Allow user defined list of entities to preserve.
- Pull request #16: Hardcode menu Plugins in UI, move it before
menu Help.
- Pull request #10: Add ability to move entries in TOC
up and down.
- Pull request #8: Allow pasting HTML as HTML or plain text in
BookView.
-------------------------------------------------------------------
Tue Jun 24 07:57:04 UTC 2014 - opensuse@dstoecker.de