Skip to content

Commit e197bc8

Browse files
committed
Release 1.0.3
Signed-off-by: Ben Sherman <[email protected]>
1 parent c4d5466 commit e197bc8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ All notable changes to the Nextflow VS Code extension will be documented here.
44

55
See [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

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+
716
## [1.0.2] - 2024-11-25
817

918
- 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
1020

1121
## [1.0.1] - 2024-11-12
1222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nextflow",
33
"displayName": "Nextflow",
44
"description": "Nextflow language support",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"publisher": "nextflow",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)