Features
- Adding wikilinks voa the editor sidebar now handles selected text,
(92489c7), by @Harriotskelli, see PR#280 - housekeeping: Drafts and empty pages (c8364d6), see #271.
- image attachments can now be resized using
?size=
?width=
and?height=
(4fc77b5), see #278. - added Docker HEALTHCHECKs (dfe314d).
Plugins
- OtterWikiPluginSpec got the setup() hook (18cd6af).
- docs/plugin_examples/plugin_authorsignature
was improved by Benjamin Esquivel @tarxf, see PR#282.
Code Refactoring
- PageIndex uses PageIndexEntry dataclass (b57a5b6).
- PageIndex moved into pageindex.py (94421e1).
- PageIndex.render() extracted meta_description() (d4f858a).
New Contributors
- @Harriotskelli made their first contribution in #280
- @tarxf made their first contribution in #282