File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
- 'New Branch' menu option in basic now will create new branches from the configured default merge branch (#366 )
21
21
- Merging back with the default merge branch is now a part of the basic mode's Sync flow (#366 )
22
22
- Added a new option "compileOnImport". If true, Import options will compile files using the pull event handler. (#362 )
23
+ - Git web UI overhauled for better UX selecting files to commit/stash/discard (#346 )
24
+ - Git web UI supports discarding some/all changes (#395 )
23
25
24
26
### Fixed
25
27
- Modifications to local repo files are now synced with IRIS (#153 )
26
28
- Menu items names are properly translated from internal name in VSCode, Management Portal (#372 )
27
29
- Now has proper locking behavior in ` ##class(SourceControl.Git.WebUIDriver).HandleRequest() ` (#385 )
28
30
- Git operations from the WebUI now don't unlock the session if they aren't read-only
29
- - WebUI works properly for users with %Developer without needing to add further SQL privileges (#365 )
31
+ - WebUI works properly for users with %Developer without needing to add further SQL privileges (#365 , #358 )
32
+ - Uncommitted deletes are shown in WebUI (#395 )
30
33
31
34
## [ 2.3.1] - 2024-04-30
32
35
You can’t perform that action at this time.
0 commit comments