The main feature is initial support for images. The script will now attach images to
wiki pages that mention them.
There is also a new git-default-branch optional param, which dictates which branch the
GitHub links point to.
And some refactoring/simplifying/bug fixing.
What's Changed
- Use ruff for linting and formatting by @KevinGDialpad in #66
- Escape JIRA macros: the sequel by @KevinGDialpad in #67
- feat: Add support for images by @KevinGDialpad in #69
- refactor: Remove get_repository_root() by @KevinGDialpad in #70
- feat: Add param for default branch by @KevinGDialpad in #72
- fix: Fail workflow if root page can't be found by @KevinGDialpad in #73
- infra: Use same image in tests as on prod by @KevinGDialpad in #74
Full Changelog: v1.3...v1.4