diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d14ff0..5e6a615a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Instance wide settings are placed in proper global (#444) +- Added support to switch branch in basic mode from menu (#451) ## [2.4.1] - 2024-08-02 @@ -161,5 +162,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - #201: fix behavior with CSP files ## [2.0.1] - 2022-06-02 -- Last released version before CHANGELOG existed. - +- Last released version before CHANGELOG existed. \ No newline at end of file diff --git a/cls/SourceControl/Git/Extension.cls b/cls/SourceControl/Git/Extension.cls index a55c791e..dacf2816 100644 --- a/cls/SourceControl/Git/Extension.cls +++ b/cls/SourceControl/Git/Extension.cls @@ -125,6 +125,7 @@ Method OnSourceMenuItem(name As %String, ByRef Enabled As %String, ByRef Display "Status": 1, "GitWebUI" : 1, "NewBranch": 1, + "SwitchBranch": 1, "Sync": 1, "": 1, :-1