Added tag v0.9.5 for changeset 396df2b26fa8
Update docs etc
Update CHANGELOG for Qt6
More useful debug output
Qt6 fixes
Fix warning
Crudely fix Qt6 compatibility in debug build
Fix compiler warning
Sigh - restore compatibility with Qt < 5.14 (I hope)
Qt6 compatibility
Fix some compiler warnings
Add importString/loadString functions; fix some memory leaks; update to avoid deprecated APIs; tidy in a few places
Avoid compiler warning for deprecated API we can't readily replace
Fix compiler warning
Catch exceptions by reference
Fix compiler warnings
Remove staticlib, restore dynamic libs!
Added tag v0.9.1 for changeset 768fb9b05355
Update version
Update to C++11, and make a fix to throw-from-dtor logic (i.e. don't do it) along with a few other compile and warning fixes.