diff --git a/CHANGELOG.md b/CHANGELOG.md index 55abc390..85abb2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Option to lock/unlock namespace is now available on the settings page (#650) +- Settings page now warns if Embedded Git is not the configured source control extension (#857) +- Settings page now has option to switch namespace (#856) ### Fixed - When cloning a repo with Configure, that repo's embedded-git-config file will overwrite previous settings (#819) +- Settings page no longer removes remote when saving after cloning (#858) ## [2.13.1] - 2025-09-16 diff --git a/csp/gitprojectsettings.csp b/csp/gitprojectsettings.csp index 3391baae..bd638e33 100644 --- a/csp/gitprojectsettings.csp +++ b/csp/gitprojectsettings.csp @@ -210,6 +210,14 @@ body { }