You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Link the issue using the [magic closing words](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
3
+
- Provide a summary of the change and how it addresses the issue (e.g. if it is a bug, explain the root cause of the bug and how this change fixes it).
4
+
- Include any other necessary context, especially if any section warrants special reviewer attention.
5
+
6
+
## Testing
7
+
How has this change been tested? Have you added unit or integration tests as appropriate?
8
+
9
+
## Checklist
10
+
-[ ] This branch has the latest changes from the `main` branch rebased or merged.
11
+
-[ ] Web UI has been built (any changes in `git-webui/src` have matching changes in `git-webui/release`)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
- Import of decomposed production items now has a brief timeout in case another deploy is in progress (#949)
12
+
- Option to view an individual file's history in the source control menu (#960)
13
+
- Change context menu now lists IPM packages from all Git-enabled namespaces, prefixed with the namespace name (#952)
12
14
13
15
### Fixed
14
16
- Changes to % routines mapped to the current namespace may now be added to source control and committed (#944)
15
17
- Edits to a decomposed production in VS Code fixed after changes to the VS Code ObjectScript extension (#949)
18
+
- Configure prompt no longer quits out with an unhelpful error if existing boolean settings are null (#962)
19
+
- Branch names are now constrained to a reasonable set of allowed characters, fixing an issue where branch names with special characters were hidden without explanation (#914)
0 commit comments