Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-backports > by-pkgid > 7480e700564b0168aa293a6ba666303f > files > 7

pageedit-0.9.5-1.mga7.i586.rpm

Change Log
==========
PageEdit-0.9.5
  New Features
     - add the ability to pass all xhtml files in the spine in Reading Order to PageEdit 
            via opening the OPF.  Allow quick file navigation via navigation menu and next 
            and previous arrows keys.

     - add a Edit vs Preview mode toggle icon that will allow links among xhtmls files in the spine
            to be active and work (in Mode: Preview)

     - installed a QtMessage handler to create a debug log file controlled via a
          PAGEEDIT_DEBUG_LOGFILE environment setting, to simplify user bug issue feedback

  Bug Fixes
     - fix macOS specific launch bugs due to bug in canonical files and timing of Apple events
     - make sure jQuery is loaded before trying to manipulate a file by imporving web load sequence
     - use GetEnvironmentVar to uniformly access Environment Vars in a cross platform manner
     - disable prev and next navigation buttons when only one input xhtml file exists


PageEdit-0.8.0
  New Features
     - add user preferences to control use of white-space:pre-wrap vs nbsp chars
     - add user preferences to set spellchecking dictionary
     - add SpellChecking capability for QWebEngine Dictionaries 
            (.bdic modified version of Hunspell dcitionaries)
     - add Find capability (no replace just as in BookView)
     - allow cleanup after paste from  Word during Save using
            environment variable:PAGEEDIT_ENABLE_WORD_PASTE_CLEANUP
       Note: risky since it removes style tags that are in the body and all xhtml comments
  Bug Fixes
     - remove spurious newlines in injected user stylesheets and controls (Thanks BeckyDTP!)
     - actually compare source to detect all changes
     - fix macOS specific bug that allowed multiple Dockwidget windows to become tabs


PageEdit-0.7.1
   - minor updates

PageEdit-0.7.0
   - Initial Beta Release