File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
- 'New Branch' menu option in basic now will create new branches from the configured default merge branch (#366 )
22
22
- Merging back with the default merge branch is now a part of the basic mode's Sync flow (#366 )
23
23
- Added a new option "compileOnImport". If true, Import options will compile files using the pull event handler. (#362 )
24
+ - If merge conflicts occur on the production during Sync due to multiple branches all adding business hosts, they will be resolved automatically.
24
25
25
26
### Fixed
26
27
- Modifications to local repo files are now synced with IRIS (#153 )
@@ -29,6 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
30
- Git operations from the WebUI now don't unlock the session if they aren't read-only
30
31
- Syncing only prompts users for a commit message if there are uncommitted files (#390 )
31
32
- WebUI works properly for users with %Developer without needing to add further SQL privileges (#365 )
33
+ - Fixed ` <UNDEFINED> ` error running Import All (#380 )
34
+ - Discarding changes now recompiles - critical for productions and some other cases (#387 )
32
35
33
36
## [ 2.3.1] - 2024-04-30
34
37
You can’t perform that action at this time.
0 commit comments