v1.18.0
Notable changes
This release is a preparation for the upcoming 3.0.0 release of the Capella Collaboration Manager. The Xpra connection method has been improved with added support for idletime, read-only sessions, cookie-based authentication and iframe embeddings. In addition, the backup script was simplified.
Full changelog
Features
- feat: Allow customization of Jupyter allow_origin by @MoritzWeber0 in #241
- feat(gitlab-ci): Switch to CLI for diagram cache update by @dominik003 in #243
- feat: Add support to serve xpra on subpath by @MoritzWeber0 in #239
- feat: Allow embedding in iframes with cookie-based authentication by @MoritzWeber0 in #252
- feat(backup): Remove
HTTP
related code by @dominik003 in #254 - feat: Add custom error message during Xpra startup by @MoritzWeber0 in #259
Bug fixes
- fix: Don't encode
@
in project name by @dominik003 in #228 - fix: Escape project name in pattern by @dominik003 in #245
- fix: Start xrdp automatically for read-only sessions by @MoritzWeber0 in #248
- fix: Disable server backups after failed importer attempts by @MoritzWeber0 in #249
- fix: Disable
pre-commit
hooks in backup image by @MoritzWeber0 in #251 - fix(t4c): Resolve
WORKSPACE_DIR
properly by @MoritzWeber0 in #257 - fix: Expose idletime for xpra sessions by @MoritzWeber0 in #256
- fix: Set
xpra-html5
version tov10.1
by @MoritzWeber0 in #258
Documentation
- docs: Add readthedocs configuration by @MoritzWeber0 in #242
- docs: Properly apply colors and add missing links by @dominik003 in #240
Development
- build: Add dependabot for Github Actions by @MoritzWeber0 in #233
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #234
- build(deps): bump docker/login-action from 2 to 3 by @dependabot in #236
- build(deps): bump actions/add-to-project from 0.3.0 to 0.5.0 by @dependabot in #237
- build: Update
pre-commit
versions and switch tocommitlint
by @MoritzWeber0 in #238 - build(deps): bump actions/checkout from 3 to 4 by @dependabot in #235
- build(deps): bump actions/add-to-project from 0.5.0 to 0.6.0 by @dependabot in #244
- ci: Install commitlint locally, not globally by @MoritzWeber0 in #246
New Contributors
- @dependabot made their first contribution in #234
Full Changelog: v1.17.1...v1.18.0