diff --git a/CHANGES.md b/CHANGES.md
index 4de937e5c976d4a48d550491b17cee05f169695d..bcc66ce30a245ab102ab5235ecb3651947357513 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,8 @@
 
 ## Development ()
 
+## 0.12.0 (06.10.2020)
+
 * **New**: Allow filtering of tasks by status
 * **New**: Implemented pagination of tasks
 * **New**: Added "About" information
diff --git a/docs/conf.py b/docs/conf.py
index 20ba06a3b18a6ad091043261e679637992e559cf..54a89427907b63edfb7bb625bea5bf9efb0dfaf1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,7 +22,7 @@ copyright = '2019, Mark Hall'
 author = 'Mark Hall'
 
 # The full version, including alpha/beta/rc tags
-release = '0.10.9'
+release = '0.12.0'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/package.json b/package.json
index 34cfaad98db987ccbbf356eede370a2824c8eb44..201cd62494171288e6e91cbc8822561c8047a0dc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "digital-edition-editor",
-  "version": "0.10.9",
+  "version": "0.12.0",
   "main": "index.js",
   "repository": "git@gitlab.informatik.uni-halle.de:gutzkow/digital-edition-editor.git",
   "author": "Mark <mark.hall@work.room3b.eu>",
diff --git a/pyproject.toml b/pyproject.toml
index 4b72d65f2a794f37aeb70b99aaed4ed4cba9221a..c60c5124f5cb00dfdfa37a789947de490a63060a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "digi_edit"
-version = "0.10.9"
+version = "0.12.0"
 description = "A web-based environment for editing a Digital Edition"
 authors = ["Mark Hall <mark.hall@work.room3b.eu>"]
 license = "MIT"
diff --git a/src/digi_edit/static/changes.json b/src/digi_edit/static/changes.json
index db43a3ea6f168da6ec4f4b771f2a3a4736c4b5a9..7b9984223eee33946f131e267a3405cad7a22149 100644
--- a/src/digi_edit/static/changes.json
+++ b/src/digi_edit/static/changes.json
@@ -1 +1 @@
-[{"version": "0.11.0", "date": "2020-10-05T00:00:00", "changes": [{"type": "update", "message": "Add margin and indentation attributes"}, {"type": "update", "message": "Add quick-links to actions on the edition overview"}, {"type": "update", "message": "Improved the UX for review comments"}, {"type": "bugfix", "message": "Fixed a bug in the github pull request handling"}, {"type": "bugfix", "message": "Dependency update to fix Prosemirror errors"}]}, {"version": "0.10.9", "date": "2020-08-07T00:00:00", "changes": [{"type": "update", "message": "On remote push events, run a pull in the webhook"}]}, {"version": "0.10.8", "date": "2020-08-05T00:00:00", "changes": [{"type": "bugfix", "message": "Newly scanned files were not being committed"}]}, {"version": "0.10.7", "date": "2020-08-03T00:00:00", "changes": [{"type": "bugfix", "message": "Fix various bugs with nested documents"}]}, {"version": "0.10.6", "date": "2020-07-30T00:00:00", "changes": [{"type": "update", "message": "Support serving extra files"}, {"type": "bugfix", "message": "Fix white-space issues in the TEI editor"}]}, {"version": "0.10.5", "date": "2020-07-29T00:00:00", "changes": [{"type": "update", "message": "Minimally improved the UX in the metadata editor"}]}, {"version": "0.10.4", "date": "2020-07-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in force-fetching default branch updates"}]}, {"version": "0.10.3", "date": "2020-07-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in fetching default branch updates"}]}, {"version": "0.10.2", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Improved the UX for branch actions"}]}, {"version": "0.10.1", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Updated the branch overview UX"}, {"type": "bugfix", "message": "Fixed a bug in the file sorting"}, {"type": "bugfix", "message": "Force fetching the default branch"}, {"type": "bugfix", "message": "Explicitly specify the default branch"}]}, {"version": "0.10.0", "date": "2020-07-23T00:00:00", "changes": [{"type": "update", "message": "Rewritten using Pyramid + API + complete Vue.js frontend"}]}, {"version": "0.9.9", "date": "2020-05-04T00:00:00", "changes": [{"type": "update", "message": "Removed old source data identifier attribute"}]}, {"version": "0.9.8", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Generate the missing JavaScript files"}]}, {"version": "0.9.7", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Update the TEI editor to 0.7.2"}]}, {"version": "0.9.6", "date": "2020-03-16T00:00:00", "changes": [{"type": "update", "message": "Update the TEI editor"}]}, {"version": "0.9.5", "date": "2020-03-12T00:00:00", "changes": [{"type": "bugfix", "message": "Handle git merge errors more cleanly"}]}, {"version": "0.9.4", "date": "2020-03-11T00:00:00", "changes": [{"type": "new", "message": "Added support for marking up signatures"}, {"type": "new", "message": "Added support for paragraph alignment in footnotes and annotations"}]}, {"version": "0.9.3", "date": "2020-02-04T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency"}]}, {"version": "0.9.2", "date": "2020-01-30T00:00:00", "changes": [{"type": "update", "message": "Updated icons in the menu"}]}, {"version": "0.9.1", "date": "2020-01-27T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency for some performance improvements"}]}, {"version": "0.9.0", "date": "2020-01-24T00:00:00", "changes": [{"type": "update", "message": "Updated to use the new TEI editor"}]}, {"version": "0.8.13", "date": "2019-12-10T00:00:00", "changes": [{"type": "update", "message": "Updated the documentation"}, {"type": "update", "message": "Improved the labeling for date metadata inputs"}]}, {"version": "0.8.12", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.11", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.10", "date": "2019-12-05T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the config to actually enable the deduplication"}]}, {"version": "0.8.9", "date": "2019-12-04T00:00:00", "changes": [{"type": "update", "message": "Updated TEI editor to address duplicate metadata issue"}]}, {"version": "0.8.8", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Missing menu options in the editor"}]}, {"version": "0.8.7", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Support marking up text variants"}]}, {"version": "0.8.6", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Added missing translations"}]}, {"version": "0.8.5", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Added a preview link"}]}, {"version": "0.8.4", "date": "2019-11-29T00:00:00", "changes": [{"type": "new", "message": "Show the currently logged in user"}, {"type": "update", "message": "Re-label menu items"}, {"type": "bugfix", "message": "Fix issue with editing new files"}]}, {"version": "0.8.3", "date": "2019-11-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fix issue with invalid TEI being generated"}]}, {"version": "0.8.2", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Disable merging again"}]}, {"version": "0.8.1", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Link to the existing merge request if available"}, {"type": "bugfix", "message": "Hide spinner when opening the documentation"}]}, {"version": "0.8.0", "date": "2019-11-28T00:00:00", "changes": [{"type": "new", "message": "Use rebasing where possible when merging changes from the master branch"}]}, {"version": "0.7.1", "date": "2019-11-27T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.7.0", "date": "2019-11-21T00:00:00", "changes": [{"type": "new", "message": "Don't allow merge requests when one already exists."}, {"type": "update", "message": "Added level 4 headings"}]}, {"version": "0.6.1", "date": "2019-11-15T00:00:00", "changes": [{"type": "new", "message": "Enable marking up missing editorial notes"}]}, {"version": "0.6.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Enabled password changing"}]}, {"version": "0.5.1", "date": "2019-11-14T00:00:00", "changes": [{"type": "update", "message": "Fix help link to open in a new window"}]}, {"version": "0.5.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Link to external help documentation"}, {"type": "update", "message": "Make footnotes stylable"}, {"type": "update", "message": "Change indentation rendering"}, {"type": "update", "message": "Change how text changes are encoded"}, {"type": "bugfix", "message": "Fixed inability to create new individual annotations"}]}, {"version": "0.4.4", "date": "2019-11-08T00:00:00", "changes": [{"type": "new", "message": "Support footnotes"}, {"type": "new", "message": "Support corrections and lemmas"}, {"type": "update", "message": "Improve synchronisation robustness"}, {"type": "update", "message": "Improved user interface labels"}]}, {"version": "0.4.3", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Generate missing CSS prefixes"}]}, {"version": "0.4.2", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Don't serialise empty attributes"}, {"type": "bugfix", "message": "Updated the editor to fix a serialisation bug"}]}, {"version": "0.4.1", "date": "2019-09-13T00:00:00", "changes": [{"type": "new", "message": "Enabled italic main text"}]}, {"version": "0.4.0", "date": "2019-09-11T00:00:00", "changes": [{"type": "new", "message": "Enable cross-references between individual annotations"}, {"type": "new", "message": "Enable references to the global comment"}, {"type": "update", "message": "Updated localisation to bring in line with the deployed site"}]}, {"version": "0.3.2", "date": "2019-08-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a bug caused by no recent commit message"}]}, {"version": "0.3.1", "date": "2019-05-24T00:00:00", "changes": [{"type": "update", "message": "Enabled explicit markup of sources"}, {"type": "bugfix", "message": "Made the recognition of updatable commits a bit more robust"}, {"type": "bugfix", "message": "Typo in the login form"}]}, {"version": "0.3.0", "date": "2019-05-10T00:00:00", "changes": [{"type": "new", "message": "Full localisation of the interface for English and German"}, {"type": "bugfix", "message": "Don't show the loading indicator when opening the help page"}, {"type": "bugfix", "message": "Fixed loading some change messages"}]}, {"version": "0.2.0", "date": "2019-05-08T00:00:00", "changes": [{"type": "update", "message": "Improved the user experience"}]}]
\ No newline at end of file
+[{"version": "0.12.0", "date": "2020-10-06T00:00:00", "changes": [{"type": "new", "message": "Allow filtering of tasks by status"}, {"type": "new", "message": "Implemented pagination of tasks"}, {"type": "new", "message": "Added \"About\" information"}, {"type": "new", "message": "Added a help viewer"}, {"type": "update", "message": "Various small UX Updates"}, {"type": "bugfix", "message": "Fix the date display for the tasks"}, {"type": "bugfix", "message": "Fix missing authors on delete / integrate"}]}, {"version": "0.11.0", "date": "2020-10-05T00:00:00", "changes": [{"type": "update", "message": "Add margin and indentation attributes"}, {"type": "update", "message": "Add quick-links to actions on the edition overview"}, {"type": "update", "message": "Improved the UX for review comments"}, {"type": "bugfix", "message": "Fixed a bug in the github pull request handling"}, {"type": "bugfix", "message": "Dependency update to fix Prosemirror errors"}]}, {"version": "0.10.9", "date": "2020-08-07T00:00:00", "changes": [{"type": "update", "message": "On remote push events, run a pull in the webhook"}]}, {"version": "0.10.8", "date": "2020-08-05T00:00:00", "changes": [{"type": "bugfix", "message": "Newly scanned files were not being committed"}]}, {"version": "0.10.7", "date": "2020-08-03T00:00:00", "changes": [{"type": "bugfix", "message": "Fix various bugs with nested documents"}]}, {"version": "0.10.6", "date": "2020-07-30T00:00:00", "changes": [{"type": "update", "message": "Support serving extra files"}, {"type": "bugfix", "message": "Fix white-space issues in the TEI editor"}]}, {"version": "0.10.5", "date": "2020-07-29T00:00:00", "changes": [{"type": "update", "message": "Minimally improved the UX in the metadata editor"}]}, {"version": "0.10.4", "date": "2020-07-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in force-fetching default branch updates"}]}, {"version": "0.10.3", "date": "2020-07-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fixed a bug in fetching default branch updates"}]}, {"version": "0.10.2", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Improved the UX for branch actions"}]}, {"version": "0.10.1", "date": "2020-07-28T00:00:00", "changes": [{"type": "update", "message": "Updated the branch overview UX"}, {"type": "bugfix", "message": "Fixed a bug in the file sorting"}, {"type": "bugfix", "message": "Force fetching the default branch"}, {"type": "bugfix", "message": "Explicitly specify the default branch"}]}, {"version": "0.10.0", "date": "2020-07-23T00:00:00", "changes": [{"type": "update", "message": "Rewritten using Pyramid + API + complete Vue.js frontend"}]}, {"version": "0.9.9", "date": "2020-05-04T00:00:00", "changes": [{"type": "update", "message": "Removed old source data identifier attribute"}]}, {"version": "0.9.8", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Generate the missing JavaScript files"}]}, {"version": "0.9.7", "date": "2020-03-24T00:00:00", "changes": [{"type": "bugfix", "message": "Update the TEI editor to 0.7.2"}]}, {"version": "0.9.6", "date": "2020-03-16T00:00:00", "changes": [{"type": "update", "message": "Update the TEI editor"}]}, {"version": "0.9.5", "date": "2020-03-12T00:00:00", "changes": [{"type": "bugfix", "message": "Handle git merge errors more cleanly"}]}, {"version": "0.9.4", "date": "2020-03-11T00:00:00", "changes": [{"type": "new", "message": "Added support for marking up signatures"}, {"type": "new", "message": "Added support for paragraph alignment in footnotes and annotations"}]}, {"version": "0.9.3", "date": "2020-02-04T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency"}]}, {"version": "0.9.2", "date": "2020-01-30T00:00:00", "changes": [{"type": "update", "message": "Updated icons in the menu"}]}, {"version": "0.9.1", "date": "2020-01-27T00:00:00", "changes": [{"type": "update", "message": "Updated the TEI editor dependency for some performance improvements"}]}, {"version": "0.9.0", "date": "2020-01-24T00:00:00", "changes": [{"type": "update", "message": "Updated to use the new TEI editor"}]}, {"version": "0.8.13", "date": "2019-12-10T00:00:00", "changes": [{"type": "update", "message": "Updated the documentation"}, {"type": "update", "message": "Improved the labeling for date metadata inputs"}]}, {"version": "0.8.12", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.11", "date": "2019-12-10T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.8.10", "date": "2019-12-05T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the config to actually enable the deduplication"}]}, {"version": "0.8.9", "date": "2019-12-04T00:00:00", "changes": [{"type": "update", "message": "Updated TEI editor to address duplicate metadata issue"}]}, {"version": "0.8.8", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Missing menu options in the editor"}]}, {"version": "0.8.7", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Support marking up text variants"}]}, {"version": "0.8.6", "date": "2019-12-02T00:00:00", "changes": [{"type": "bugfix", "message": "Added missing translations"}]}, {"version": "0.8.5", "date": "2019-12-02T00:00:00", "changes": [{"type": "new", "message": "Added a preview link"}]}, {"version": "0.8.4", "date": "2019-11-29T00:00:00", "changes": [{"type": "new", "message": "Show the currently logged in user"}, {"type": "update", "message": "Re-label menu items"}, {"type": "bugfix", "message": "Fix issue with editing new files"}]}, {"version": "0.8.3", "date": "2019-11-28T00:00:00", "changes": [{"type": "bugfix", "message": "Fix issue with invalid TEI being generated"}]}, {"version": "0.8.2", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Disable merging again"}]}, {"version": "0.8.1", "date": "2019-11-28T00:00:00", "changes": [{"type": "update", "message": "Link to the existing merge request if available"}, {"type": "bugfix", "message": "Hide spinner when opening the documentation"}]}, {"version": "0.8.0", "date": "2019-11-28T00:00:00", "changes": [{"type": "new", "message": "Use rebasing where possible when merging changes from the master branch"}]}, {"version": "0.7.1", "date": "2019-11-27T00:00:00", "changes": [{"type": "bugfix", "message": "Updated the TEI editor dependency"}]}, {"version": "0.7.0", "date": "2019-11-21T00:00:00", "changes": [{"type": "new", "message": "Don't allow merge requests when one already exists."}, {"type": "update", "message": "Added level 4 headings"}]}, {"version": "0.6.1", "date": "2019-11-15T00:00:00", "changes": [{"type": "new", "message": "Enable marking up missing editorial notes"}]}, {"version": "0.6.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Enabled password changing"}]}, {"version": "0.5.1", "date": "2019-11-14T00:00:00", "changes": [{"type": "update", "message": "Fix help link to open in a new window"}]}, {"version": "0.5.0", "date": "2019-11-14T00:00:00", "changes": [{"type": "new", "message": "Link to external help documentation"}, {"type": "update", "message": "Make footnotes stylable"}, {"type": "update", "message": "Change indentation rendering"}, {"type": "update", "message": "Change how text changes are encoded"}, {"type": "bugfix", "message": "Fixed inability to create new individual annotations"}]}, {"version": "0.4.4", "date": "2019-11-08T00:00:00", "changes": [{"type": "new", "message": "Support footnotes"}, {"type": "new", "message": "Support corrections and lemmas"}, {"type": "update", "message": "Improve synchronisation robustness"}, {"type": "update", "message": "Improved user interface labels"}]}, {"version": "0.4.3", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Generate missing CSS prefixes"}]}, {"version": "0.4.2", "date": "2019-10-11T00:00:00", "changes": [{"type": "bugfix", "message": "Don't serialise empty attributes"}, {"type": "bugfix", "message": "Updated the editor to fix a serialisation bug"}]}, {"version": "0.4.1", "date": "2019-09-13T00:00:00", "changes": [{"type": "new", "message": "Enabled italic main text"}]}, {"version": "0.4.0", "date": "2019-09-11T00:00:00", "changes": [{"type": "new", "message": "Enable cross-references between individual annotations"}, {"type": "new", "message": "Enable references to the global comment"}, {"type": "update", "message": "Updated localisation to bring in line with the deployed site"}]}, {"version": "0.3.2", "date": "2019-08-29T00:00:00", "changes": [{"type": "bugfix", "message": "Fix a bug caused by no recent commit message"}]}, {"version": "0.3.1", "date": "2019-05-24T00:00:00", "changes": [{"type": "update", "message": "Enabled explicit markup of sources"}, {"type": "bugfix", "message": "Made the recognition of updatable commits a bit more robust"}, {"type": "bugfix", "message": "Typo in the login form"}]}, {"version": "0.3.0", "date": "2019-05-10T00:00:00", "changes": [{"type": "new", "message": "Full localisation of the interface for English and German"}, {"type": "bugfix", "message": "Don't show the loading indicator when opening the help page"}, {"type": "bugfix", "message": "Fixed loading some change messages"}]}, {"version": "0.2.0", "date": "2019-05-08T00:00:00", "changes": [{"type": "update", "message": "Improved the user experience"}]}]
\ No newline at end of file
diff --git a/src/digi_edit/static/help/.buildinfo b/src/digi_edit/static/help/.buildinfo
index 0341fd155a3e9e2ee3d03b1b297e765de36b9af4..c8c50f72d85eb766069dfbb7a094a30652af693d 100644
--- a/src/digi_edit/static/help/.buildinfo
+++ b/src/digi_edit/static/help/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: bd59384e8df8dc3fe9c8514c2f7d7e72
+config: 60ad5a294e64635c86a285cd6d313c5a
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/src/digi_edit/static/help/.doctrees/environment.pickle b/src/digi_edit/static/help/.doctrees/environment.pickle
index 5e65b59ea85d4671ac079e1998b68f5aeefab30b..957d49afa56d6abcf710dc27c82501f2b1f7145a 100644
Binary files a/src/digi_edit/static/help/.doctrees/environment.pickle and b/src/digi_edit/static/help/.doctrees/environment.pickle differ
diff --git a/src/digi_edit/static/help/_static/documentation_options.js b/src/digi_edit/static/help/_static/documentation_options.js
index b80781346b5d3538c4de71229ef66a81358c1aa0..3ee9e456798527c713cc2218c308ff66629f3629 100644
--- a/src/digi_edit/static/help/_static/documentation_options.js
+++ b/src/digi_edit/static/help/_static/documentation_options.js
@@ -1,6 +1,6 @@
 var DOCUMENTATION_OPTIONS = {
     URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
-    VERSION: '0.10.9',
+    VERSION: '0.12.0',
     LANGUAGE: 'None',
     COLLAPSE_INDEX: false,
     BUILDER: 'html',
diff --git a/src/digi_edit/static/help/editor/index.html b/src/digi_edit/static/help/editor/index.html
index 853619f19384da1976762dffc93d1903ed230f85..389c3f30070c192412f72619b5c8e33c8c7f8988 100644
--- a/src/digi_edit/static/help/editor/index.html
+++ b/src/digi_edit/static/help/editor/index.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Editors &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Editors &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/editor/tei-editor.html b/src/digi_edit/static/help/editor/tei-editor.html
index 214cbcb1724c7d52018eb466d488c77acf0c63d0..0821174512294cf8dc8fe0a40bf852426a0c81c8 100644
--- a/src/digi_edit/static/help/editor/tei-editor.html
+++ b/src/digi_edit/static/help/editor/tei-editor.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>TEI Editor &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>TEI Editor &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/editor/text-editor.html b/src/digi_edit/static/help/editor/text-editor.html
index f7c4b9e136a075a3e953b834e8869fc2d06e5b4d..f7051c3b8f854286ee9424c7f75ab7f778ae4c00 100644
--- a/src/digi_edit/static/help/editor/text-editor.html
+++ b/src/digi_edit/static/help/editor/text-editor.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Text Editor &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Text Editor &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/genindex.html b/src/digi_edit/static/help/genindex.html
index 6854e72742136cc470eb814d557c8c5951f481c9..1cd6798989cf160c3edfb0448afb24b7920b4f9e 100644
--- a/src/digi_edit/static/help/genindex.html
+++ b/src/digi_edit/static/help/genindex.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Index &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Index &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/index.html b/src/digi_edit/static/help/index.html
index c1d2f3fc5523c87dd3e62ec4d41f187074edc812..985b618f537df61720344b7d05f001505f3fef73 100644
--- a/src/digi_edit/static/help/index.html
+++ b/src/digi_edit/static/help/index.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Digital Edition Editor &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Digital Edition Editor &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/overview.html b/src/digi_edit/static/help/overview.html
index f8035eb4bdbc2101b000122eb232af748efdc485..f1e39d379079e6224c25675b9d76af80bbfa2132 100644
--- a/src/digi_edit/static/help/overview.html
+++ b/src/digi_edit/static/help/overview.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Overview &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Overview &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/cancel_integration.html b/src/digi_edit/static/help/processes/cancel_integration.html
index 4ee539dd51e7fc2322e6a172612f0a73513ed88a..a15f38f2d4a170bbd829b611463434f353c51bcd 100644
--- a/src/digi_edit/static/help/processes/cancel_integration.html
+++ b/src/digi_edit/static/help/processes/cancel_integration.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Cancel Task integration &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Cancel Task integration &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/delete_task.html b/src/digi_edit/static/help/processes/delete_task.html
index 91a45dfd29a7e847d3fa1ed1620d08537e9cccd4..2540a78da01ec98fff8647cb8be16fe3d9ff275c 100644
--- a/src/digi_edit/static/help/processes/delete_task.html
+++ b/src/digi_edit/static/help/processes/delete_task.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Deleting a Task &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Deleting a Task &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/filter_tasks.html b/src/digi_edit/static/help/processes/filter_tasks.html
index 47b50eb1fbb01e15856569b2ef2049f1dc8c1bd3..678de6ebcea32137c036ee1e7cd5bc031e870064 100644
--- a/src/digi_edit/static/help/processes/filter_tasks.html
+++ b/src/digi_edit/static/help/processes/filter_tasks.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Filtering Tasks &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Filtering Tasks &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/index.html b/src/digi_edit/static/help/processes/index.html
index a10b048b72e295ab068ed7ec90d5e4efeb9ea931..c4f9a109b41e4f4b2cf79cf125374212b9f0917b 100644
--- a/src/digi_edit/static/help/processes/index.html
+++ b/src/digi_edit/static/help/processes/index.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Processes &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Processes &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/integrate_task.html b/src/digi_edit/static/help/processes/integrate_task.html
index 2e6a25fea385edf140460e6d2d917c2fe895f68f..fed93ae23406f5bed15f3ed7e15a7e882b1b08f1 100644
--- a/src/digi_edit/static/help/processes/integrate_task.html
+++ b/src/digi_edit/static/help/processes/integrate_task.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Integrating a Task &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Integrating a Task &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/logging_in.html b/src/digi_edit/static/help/processes/logging_in.html
index 47c50916c56fe3d84419e66f7fe5328178a565f3..fd78584dc38a81d83ff0ba1e50135c73a69f2cb1 100644
--- a/src/digi_edit/static/help/processes/logging_in.html
+++ b/src/digi_edit/static/help/processes/logging_in.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Logging in &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Logging in &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/new_task.html b/src/digi_edit/static/help/processes/new_task.html
index 81115293b5870b0249f555aa52aa3f2f5f6e2b34..1a3308196af3c29a602820ac875e0eb59352c250 100644
--- a/src/digi_edit/static/help/processes/new_task.html
+++ b/src/digi_edit/static/help/processes/new_task.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Creating a new Task &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Creating a new Task &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/update_task.html b/src/digi_edit/static/help/processes/update_task.html
index d307d8ed7faba8d2e79be9dc0ac12c0d5e620921..ad247f7b9516e4022bc236c756162433680ed388 100644
--- a/src/digi_edit/static/help/processes/update_task.html
+++ b/src/digi_edit/static/help/processes/update_task.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Updating a Task &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Updating a Task &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/work_on_file.html b/src/digi_edit/static/help/processes/work_on_file.html
index fe78499129d5020a53522bb458bb433b2492c1e1..f09a89b9d65ac718edd2e3668436d7a87f792b29 100644
--- a/src/digi_edit/static/help/processes/work_on_file.html
+++ b/src/digi_edit/static/help/processes/work_on_file.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Working on a file &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Working on a file &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/processes/work_on_task.html b/src/digi_edit/static/help/processes/work_on_task.html
index c4b50f05992da871fcad4f6574331478909f9bb1..46736e79130723362f9950855c63d54e1f5a5330 100644
--- a/src/digi_edit/static/help/processes/work_on_task.html
+++ b/src/digi_edit/static/help/processes/work_on_task.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Working on a Task &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Working on a Task &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
     <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
diff --git a/src/digi_edit/static/help/search.html b/src/digi_edit/static/help/search.html
index 109ee5e60cf0c10dabc31946d3316c8009e708c3..a4ba2da6eee31aa03d39e8165a8c833f90abe5cf 100644
--- a/src/digi_edit/static/help/search.html
+++ b/src/digi_edit/static/help/search.html
@@ -5,7 +5,7 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Search &#8212; Digital Edition Editor 0.10.9 documentation</title>
+    <title>Search &#8212; Digital Edition Editor 0.12.0 documentation</title>
     <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />