Changes to usage:
- The Confluence url must now be given as `https://<your-organization-domain>.atlassian.net/`, instead of the old longer form
- You can now drop the `python -m` from the beginning and just run it using `palje`, e.g.
`palje "https://<your-org>.atlassian.net/" TEST "localhost,1433" MY_DB --schemas dbo store --dependent MY_OTHER_DB --authentication "SQL"`
Full changelist:
- Use Atlassian API v2
- Display symbols <, > and & correctly
- Add missing library dependency
- Drop support for Python versions < 3.11
- Use only pyproject.toml for setup