Skip to content

Commit 8821cef

Browse files
authored
Patch v0.3.1
Prepare patch v0.3.1
2 parents f3be604 + 5d67272 commit 8821cef

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
workflow_dispatch:
88

99
jobs:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.3.1] - 2023-10-01
8+
9+
### Changed
10+
11+
- Only workflow files with the extension `.gxwf.yml` will be considered Galaxy Workflows in VSCode [#61](https://github.com/davelopez/galaxy-workflows-vscode/pull/61)
12+
13+
### Removed
14+
15+
- Temporarily disable clean diff comparisons in Timeline [#59](https://github.com/davelopez/galaxy-workflows-vscode/pull/59)
16+
717
## [0.3.0] - 2022-10-15
818

919
### Added

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "galaxy-workflows",
33
"displayName": "Galaxy Workflows",
44
"description": "Utilities to assist in the edition of Galaxy (https://galaxyproject.org/) Workflow files.",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"preview": true,
77
"license": "MIT",
88
"publisher": "davelopez",
@@ -29,7 +29,7 @@
2929
},
3030
"icon": "assets/galaxy-logo-icon.png",
3131
"engines": {
32-
"vscode": "^1.66.0"
32+
"vscode": "^1.81.0"
3333
},
3434
"categories": [
3535
"Linters",
@@ -39,10 +39,6 @@
3939
],
4040
"main": "./client/dist/extension",
4141
"browser": "./client/dist/web/extension",
42-
"activationEvents": [
43-
"onLanguage:gxformat2",
44-
"onLanguage:galaxyworkflow"
45-
],
4642
"contributes": {
4743
"languages": [
4844
{

0 commit comments

Comments
 (0)