Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Dec 16, 2024
1 parent c4d5466 commit e197bc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ All notable changes to the Nextflow VS Code extension will be documented here.

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

## [1.0.3] - 2024-12-16

- Bump language server to [1.0.3](https://github.com/nextflow-io/language-server/releases/tag/v1.0.3)
- Stop language server on extension deactivate (#58)
- Add theme colors, export options to DAG preview (#59)
- Rename suppressFutureWarnings -> paranoidWarnings
- Support offline DAG previews (#64)
- Replace webpack with esbuild, remove gradle (#66)

## [1.0.2] - 2024-11-25

- Bump language server to [1.0.2](https://github.com/nextflow-io/language-server/releases/tag/v1.0.2)
- Support links from DAG preview to source files

## [1.0.1] - 2024-11-12

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nextflow",
"displayName": "Nextflow",
"description": "Nextflow language support",
"version": "1.0.2",
"version": "1.0.3",
"publisher": "nextflow",
"repository": {
"type": "git",
Expand Down

0 comments on commit e197bc8

Please sign in to comment.