---------------------
Added
+++++
- New modules: DocumentEditor, FlowStatus, TextDisplay.
- New examples: cli, custom-modules, document-editor, flow-status, plots.
- The default job sorter uses natural sorting for numbers via natsort.
Changed
+++++++
- Improved API documentation, especially for modules.
- Unified module asset/route registration into one ``register`` method.
- The Notes module can be used with any job document key.
Fixed
+++++
- Corrected error in VideoViewer when no poster was provided.
- ImageViewer/VideoViewer match files in job workspace subdirectories.
- Files can now be retrieved from job workspace subdirectories.
- Corrected pagination error.
Removed
+++++++
- The signac project document and user session are no longer used to store
module settings. The dashboard user script is the single source for
all configuration besides command line arguments.
- Job labels have been removed and replaced with the FlowStatus module.