PageEdit-2.02
Bug Fixes
- workaround QtWebEngine load Finished signal not indicating when javascript is ready
- remove previous hack for missing loadFinished after loadStarted during internal links
- update Qt with patches to fix numerous Accessibility bugs in Qt6.5.2 that caused crashing
- workaround MacOS QMessageBox loss of focus Qt 6.5.X bug without hurting other platforms
- give user the chance to cancel leaving a page if modified
- update macOS Info.plist for macOS min of macOS 11.0
- add workaround Edit->Paste of html from clipboard without full context on Windows
PageEdit-2.00
New Features
- updated official releases to use Qt 6.5.2
- added ability to create and apply Clips
- updated to jquery 3.6.4 for security fixes
- added ability to control print output quality (dpi)
- added ability to show embedded pdfs in an epub (ala ADE)
Bug Fixes:
- updated to the latest sigil-gumbo for bug fixes and to add new tags
- fixed all/most compiler warnings depending on platfrom/compiler
- added WebProfileMgr to fix crashes and better manage QWebEngineProfile and local storage
New Features
add Preferences settings to disable gpu acceleration
Bug Fixes
workaround linux g++/gcc issues with -flto
make keyboard shortcuts for Upper and Lower casing intl keyboard friendly
more fixes for building and running under Qt6
fix issues with inserting links when anchor text contains characters that need to be xml escaped
PageEdit-1.9.10
New Features
- support building with Qt6
- make Qt6 versions use their own ini file for settings
- add Ctrl+PgUp/PgDown shortcuts to Prev and Next actions
Bug Fixes
- harden URLInterceptor to dead QWidget bugs in Qt
- setMovable true on QToolbars to work around broken linux theme issues
- update sigil gumbo version with upstream fixes