Skip to content

Commit 4216cc8

Browse files
authored
Patch v0.4.1
Prepare patch v0.4.1
2 parents 4180277 + e05df01 commit 4216cc8

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@ jobs:
3434
- Galaxy Language Server [changelog](https://github.com/davelopez/galaxy-language-server/blob/master/server/CHANGELOG.md)
3535
- Galaxy Tools Visual Studio Extension [changelog](https://github.com/davelopez/galaxy-language-server/blob/master/client/CHANGELOG.md#)
3636
37-
This version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/) and can be installed using:
38-
```
39-
python3 -m pip install galaxy-language-server==${{ steps.get_version.outputs.version-without-v }}
40-
```
37+
The standalone version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/).
4138
4239
The Galaxy Tools Extension is available at [Open VSX Registry](https://open-vsx.org/extension/davelopez/galaxy-tools) and [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=davelopez.galaxy-tools).
43-
You can also install the extension manually by downloading the VSIX package and using:
40+
You can also install the extension manually by downloading the VSIX package included in this release and using:
4441
```
4542
code --install-extension galaxy-tools-${{ steps.get_version.outputs.version-without-v }}.vsix
4643
```

client/CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
# Galaxy Tools (VS Code Extension) Changelog
22

3+
## [0.4.1] - 2021-02-27
4+
5+
### Added
6+
7+
- After running the tests from the Test Explorer a link to the full HTML test report will appear in the output console ([#122](https://github.com/galaxyproject/galaxy-language-server/pull/122)).
8+
9+
### Changed
10+
11+
- Various improvements in the installation process. Lightweight extension bundle, remember selected Python binary on updates, and less repeated notifications ([#120](https://github.com/galaxyproject/galaxy-language-server/pull/120)).
12+
- Detach client and server versions. Now both versions can evolve independently ([#119](https://github.com/galaxyproject/galaxy-language-server/pull/119)).
13+
- Hide command and view contributions when the extension is not active. This will make the commands and the planemo explorer icon visible only if the extension is active and not all the time ([#117](https://github.com/galaxyproject/galaxy-language-server/pull/117)).
14+
315
## [0.4.0] - 2021-02-15
416

517
### Added
618

7-
- New settings to integrate [planemo](https://github.com/galaxyproject/planemo) and run `planemo test` inside [Test Explorer UI](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) for the currently opened tool documents. ([#110](https://github.com/galaxyproject/galaxy-language-server/pull/110))
19+
- New settings to integrate [planemo](https://github.com/galaxyproject/planemo) and run `planemo test` inside [Test Explorer UI](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) for the currently opened tool documents ([#110](https://github.com/galaxyproject/galaxy-language-server/pull/110)).
820

9-
- Commands to reorder `<param>` attributes (in a single tag `Ctrl+Alt+s Ctrl+Alt+p` or the whole document `Ctrl+Alt+s Ctrl+Alt+d`) according to the IUC Style Guidelines. ([#104](https://github.com/galaxyproject/galaxy-language-server/pull/104))
21+
- Commands to reorder `<param>` attributes (in a single tag `Ctrl+Alt+s Ctrl+Alt+p` or the whole document `Ctrl+Alt+s Ctrl+Alt+d`) according to the IUC Style Guidelines ([#104](https://github.com/galaxyproject/galaxy-language-server/pull/104)).
1022

1123
### Fixed
1224

@@ -15,6 +27,7 @@
1527
### Changed
1628

1729
- Update gx-tool snippet to latests IUC best practices ([#94](https://github.com/galaxyproject/galaxy-language-server/pull/94)).
30+
- Updated Galaxy Language Server [v0.4.0](./server/CHANGELOG.md#040)
1831

1932
## [0.3.2] - 2021-01-24
2033

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "davelopez",
66
"publisher": "davelopez",
77
"license": "Apache-2.0",
8-
"version": "0.4.0",
8+
"version": "0.4.1",
99
"preview": true,
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)