v0.5.0-rc4
Pre-release
Pre-release
- Added verbose flag to migration script
- Added pytest setup and some tests (thanks to @V02460)
- Fixed scripts (DBMS migration and Telematrix import) not being included in builds
- Fixed some database problems
- Removed remaining traces of ORM that might have been the causes of some other database problems (#296)
- Removed option to use lxml in HTML parsing as it was messing up emoji offset handling. The new HTML parser supports using the default python HTMLParser class since 0.5.0rc1, so lxml wasn't really useful anway.