Add release notes for Djblets 6.1.
Review Request #15208 — Created July 29, 2026 and updated — Latest diff uploaded
This is a small feature release focusing on new extension management
capabilities.Extensions can now be always-enabled (configurable via
settings.pyor
via anExtensionManagersubclass). These will be liste in the
extension manager, but can't be disabled.Enabled-by-default extensions can now also be configured as attributes
onExtensionManager.There are also some improvements for extension dependencies and for
closing the confirmation dialog box when deleting integration
configurations.
Built the docs and read through them. Checked for build errors and
bad links.