This release mainly features one notable customization feature allowing you to extend the document show page with JavaScript, using the `DATAOBJ_JS_EXTENSION` config option, pointing to a JS file you want to load from your `USER_DIR`.
This option allowed the creation of [archivy-espial](https://github.com/archivy/archivy-espial/releases/tag/v0.1.0), an integration for Archivy that allows you to automatically find new links and ideas in your knowledge. For example:
![archivy-espial](https://user-images.githubusercontent.com/52892257/157504127-270b7523-17f7-4c2d-962b-036f26b8effb.gif)
Otherwise, this release fixes a path traversal issue (dedc5a0) and features some other refactoring (62588c5).