File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.13.0] - Unreleased
9
+
10
+ ### Fixed
11
+ - Fixed an edge case installing the package on containers with Durable SYS (#795 )
12
+
8
13
## [ 2.12.0] - 2025-06-06
9
14
10
15
### Added
Original file line number Diff line number Diff line change 24
24
25
25
<!-- Pages for the Git menu in Studio/VSCode - moved to /isc/studio/usertemplates -->
26
26
<!-- Can't call the folder git-source-control because this causes errors in CSP compliation! -->
27
- <FileCopy Name =" csp/gitprojectsettings.csp" Target =" ${libdir }../devuser/studio/templates/gitsourcecontrol/gitprojectsettings.csp" />
28
- <FileCopy Name =" csp/pull.csp" Target =" ${libdir }../devuser/studio/templates/gitsourcecontrol/pull.csp" />
29
- <FileCopy Name =" csp/webuidriver.csp" Target =" ${libdir }../devuser/studio/templates/gitsourcecontrol/webuidriver.csp" />
30
- <FileCopy Name =" csp/sync.csp" Target =" ${libdir }../devuser/studio/templates/gitsourcecontrol/sync.csp" />
31
- <FileCopy Name =" git-webui/release/share/git-webui/webui/" Target =" ${libdir }../devuser/studio/templates/gitsourcecontrol/" Overlay =" 1" />
27
+ <FileCopy Name =" csp/gitprojectsettings.csp" Target =" ${mgrDir }../devuser/studio/templates/gitsourcecontrol/gitprojectsettings.csp" />
28
+ <FileCopy Name =" csp/pull.csp" Target =" ${mgrDir }../devuser/studio/templates/gitsourcecontrol/pull.csp" />
29
+ <FileCopy Name =" csp/webuidriver.csp" Target =" ${mgrDir }../devuser/studio/templates/gitsourcecontrol/webuidriver.csp" />
30
+ <FileCopy Name =" csp/sync.csp" Target =" ${mgrDir }../devuser/studio/templates/gitsourcecontrol/sync.csp" />
31
+ <FileCopy Name =" git-webui/release/share/git-webui/webui/" Target =" ${mgrDir }../devuser/studio/templates/gitsourcecontrol/" Overlay =" 1" />
32
32
33
33
<Invoke Class =" SourceControl.Git.Utils" Method =" OutputConfigureMessage" />
34
34
<Invoke Class =" SourceControl.Git.Utils" Method =" Localize" />
You can’t perform that action at this time.
0 commit comments