Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@nomike nomike released this 11 May 01:40
· 3 commits to main since this release
2baa108

Release 1.1.0

1.1.0 - 2025-05-11

Compare with 1.0.0

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).