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
Copy file name to clipboardExpand all lines: docs/Discussion/History.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
@@ -63,3 +63,7 @@ Link 4.0 was the companion release to Dyalog version 19.0 in 2024. The most impo
63
63
More details regarding the new features of Link 4.0 can be found in the [Release Notes](../ReleaseNotes40.md).
64
64
65
65
Link 4.0 is upwards compatible with Link 3.0, and can also be used with Dyalog version 18.2.
66
+
67
+
### Link 4.1 (Dyalog version 20.0, 2025)
68
+
69
+
Link 4.1 was the companion release to Dyalog version 20.0 in 2025. In this release, we've focused on improving stability and preformance, expecially when a large number files are changed simultaneously. We've also fixed a number of bugs.
Copy file name to clipboardExpand all lines: docs/Usage/Installation.md
+20-45Lines changed: 20 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,13 @@
1
1
# Installation
2
2
3
-
Link is
3
+
Link 4.1 is
4
4
5
-
-**included** with Dyalog version 19.0 and later
6
-
-**supported** for use with version 18.2
5
+
-**included** with Dyalog version 20.0
6
+
-**supported** for use with version 19.0
7
7
8
-
It depends on the .NET Framework – see below.
8
+
Some Link functionality needs .NET – see below.
9
9
10
-
Use these instructions to
11
-
12
-
-**Install Link** with Dyalog 18.2 or
13
-
14
-
- Install a **different Link version** from that distributed with your version of Dyalog
10
+
Use these instructions install a **different Link version** from that distributed with your version of Dyalog
15
11
16
12
??? detail "How to display your installed Link version"
17
13
@@ -20,16 +16,12 @@ Use these instructions to
20
16
4.0.17
21
17
```
22
18
23
-
!!! warning "Non-standard session file"
24
-
25
-
If you use a non-standard Dyalog session (`.dse`) file, contact [support@dyalog.com](mailto:support@dyalog.com) for guidance on enabling Link.
26
19
20
+
## .NET
27
21
28
-
## Required: the .NET Framework
22
+
.NET allows Dyalog to update workspace contents automatically when you use external editors or source code management systems to edit the files. Without .NET, [watch](../API/Link.Create.md#watch) can only be set to `ns` and Link can only update files with changes made by the Dyalog editor or using [Link.Add](../API/Link.Add.md). That said, you can always [resync](../API/Link.Resync.md) manually.
29
23
30
-
.NET allows Dyalog to update workspace contents automatically when you use external editors or source code management systems to edit the files. Without .NET, [watch](../API/Link.Create.md#watch) can only be set to `ns` and Link can only update files with changes made by the Dyalog editor or using [Link.Add](../API/Link.Add.md).
31
-
32
-
Link has been tested with the .NET Framework version 4 and .NET versions 6 and 8, and is expected to work with any later version of .NET.
24
+
Link has been tested with .NET Framework version 4 and .NET version 8, and is expected to work with any later version of .NET.
33
25
34
26
=== "Microsoft Windows"
35
27
@@ -43,18 +35,13 @@ Link has been tested with the .NET Framework version 4 and .NET versions 6 and 8
43
35
44
36
=== "AIX"
45
37
46
-
.NET is not available for AIX. Therefore [watch](../API/Link.Create.md#watch) can only be set to **ns** and Link can only update files with changes made by the Dyalog editor. The workspace contents will not be updated as a result of changes made by external editors.
38
+
.NET is not available for AIX. Therefore [watch](../API/Link.Create.md#watch) can only be set to **ns** and Link can only update files with changes made by the Dyalog editor. The workspace contents will not be updated as a result of changes made by external editors. That said, you can always [resync](../API/Link.Resync.md) manually.
47
39
48
40
49
41
## Step 2: Download a Link ZIP
50
42
51
43
:fontawesome-solid-download:
52
-
[Download the ZIP](https://github.com/Dyalog/link/releases) for your version
53
-
54
-
link-v4.0.nn.zip ⍝ Dyalog 19.0+
55
-
link-v4.0.nn-v182.zip ⍝ Dyalog 18.2
56
-
57
-
where `nn` is a Link patch number.
44
+
[Download the link-v4.1.nn.zip](https://github.com/Dyalog/link/releases) (`nn` is a Link patch number).
0 commit comments