Changelog.

This commit is contained in:
Martin Rotter 2017-01-13 09:31:31 +01:00
parent 211494a1d8
commit e26c1f5dac
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
—————
Added:
▪ User now can select if DB transactions are enabled or not. (bug #70)
▪ User now can select if DB transactions are enabled or not. (bug #70) By default, DB transactions are now switched OFF, therefore anyone who wants better performance, must turn them ON in app settings.
▪ MySQL database backend now requires at least version 5.5, DB encoding is now changed to utf8mb4 character set. (bug #74)
▪ Height if message attachment image is now configurable, defaults to 36. (issue #69)
▪ All textual contents of all messages are now locally saved in explicit UTF-8 encoding. This is partially because of MySQL backend. We need to keep encoding of data sent to DB and encoding of DB itself in parity.