Release 1.1.0
Release 1.1.0
1.1.0 - 2025-05-11
This release adds support for org-files, which are a popular format for notes and task management.
So instead of 'index' or 'index.md' files, you can now also use 'index.org'.
This release adds org-python
as a requirement. Be sure to run
pip install -r requirements.txt --upgrade
in your virtual environment to install the new
dependency.
Depending on your setup, you might also want to killall scms.fcgi
to force the webserver to
reload the application.
Added
- Add support for org-files. (fd9cc8b by nomike).