From 9854dda25cb8729f63425fc27d75225f70967074 Mon Sep 17 00:00:00 2001 From: isc-akadoo Date: Thu, 12 Sep 2024 14:49:42 -0400 Subject: [PATCH 1/3] Added support to switch branch in basic mode --- CHANGELOG.md | 2 ++ cls/SourceControl/Git/Extension.cls | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d14ff0..bbee920a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -163,3 +163,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.1] - 2022-06-02 - Last released version before CHANGELOG existed. +### Fixed +- Added support to switch branch in basic mode from menu (#451) \ 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 From 182dc7ec8be71bdec824e29b25887b850c14b002 Mon Sep 17 00:00:00 2001 From: isc-akadoo Date: Thu, 12 Sep 2024 14:49:42 -0400 Subject: [PATCH 2/3] Added support to switch branch in basic mode --- CHANGELOG.md | 2 ++ cls/SourceControl/Git/Extension.cls | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d14ff0..bbee920a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -163,3 +163,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.1] - 2022-06-02 - Last released version before CHANGELOG existed. +### Fixed +- Added support to switch branch in basic mode from menu (#451) \ 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 From 1838b1ac6f051c56976244d356a0a7a304b7e421 Mon Sep 17 00:00:00 2001 From: isc-akadoo Date: Thu, 12 Sep 2024 15:32:36 -0400 Subject: [PATCH 3/3] Corrected CHANGELOG.md --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbee920a..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,7 +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. - -### Fixed -- Added support to switch branch in basic mode from menu (#451) \ No newline at end of file +- Last released version before CHANGELOG existed. \ No newline at end of file