Skip to content

Commit 4919143

Browse files
authored
Merge branch 'main' into fix-464
2 parents 9571c57 + c6dd4d1 commit 4919143

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Instance wide settings are placed in proper global (#444)
1818
- Avoid delay/errors in loading interop JS when there is a URL prefix (e.g., instance name in multi-instance webserver configuration)
1919
- Added proper JS escaping in sync output
20+
- Added support to switch branch in basic mode from menu (#451)
2021

2122
## [2.4.1] - 2024-08-02
2223

@@ -165,5 +166,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
165166
- #201: fix behavior with CSP files
166167

167168
## [2.0.1] - 2022-06-02
168-
- Last released version before CHANGELOG existed.
169-
169+
- Last released version before CHANGELOG existed.

cls/SourceControl/Git/Extension.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Method OnSourceMenuItem(name As %String, ByRef Enabled As %String, ByRef Display
129129
"Status": 1,
130130
"GitWebUI" : 1,
131131
"NewBranch": 1,
132+
"SwitchBranch": 1,
132133
"Sync": 1,
133134
"": 1,
134135
:-1

0 commit comments

Comments
 (0)