File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,19 @@ All notable changes to the Nextflow VS Code extension will be documented here.
4
4
5
5
See [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ## [ 1.0.3] - 2024-12-16
8
+
9
+ - Bump language server to [ 1.0.3] ( https://github.com/nextflow-io/language-server/releases/tag/v1.0.3 )
10
+ - Stop language server on extension deactivate (#58 )
11
+ - Add theme colors, export options to DAG preview (#59 )
12
+ - Rename suppressFutureWarnings -> paranoidWarnings
13
+ - Support offline DAG previews (#64 )
14
+ - Replace webpack with esbuild, remove gradle (#66 )
15
+
7
16
## [ 1.0.2] - 2024-11-25
8
17
9
18
- Bump language server to [ 1.0.2] ( https://github.com/nextflow-io/language-server/releases/tag/v1.0.2 )
19
+ - Support links from DAG preview to source files
10
20
11
21
## [ 1.0.1] - 2024-11-12
12
22
Original file line number Diff line number Diff line change 2
2
"name" : " nextflow" ,
3
3
"displayName" : " Nextflow" ,
4
4
"description" : " Nextflow language support" ,
5
- "version" : " 1.0.2 " ,
5
+ "version" : " 1.0.3 " ,
6
6
"publisher" : " nextflow" ,
7
7
"repository" : {
8
8
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments