**0.39.X contains changes in sync protocol compared to 0.38.X so all instances must be updated.**
* sync protocol now has the ability to recover from sync errors - when such error is detected, partial resync is triggered on affected entities
* changes in the app layout:
* by default is now using frameless window - it is possible to enable the native title bar in Options -> Appearance
* tabs are now on top, similar to e.g. Chrome and Firefox
* left and right sidebar are now resizable by dragging handles, no need to define the sizing numerically in Options anymore
* demo document now includes some basic statistic scripts
* you can also import release artifact [statistics.tar](https://github.com/zadam/trilium/releases/download/v0.39.3/statistics.tar) into the old document - note that Trilium 0.39.3 is required for the scripts to work correctly and also don't forget to uncheck "safe import" option while importing.
* (experimental) - it is now possible to include one note into a text note (through block editor -> include note) so that content of included note appears as a widget as part of the outer note
* [cut to note](https://github.com/zadam/trilium/wiki/Text-editor#cut-selection-to-sub-note) is available again
* printing and HTML export now render more closely to in-editor look 782