Skip to content

Commit

Permalink
Patch v0.4.1
Browse files Browse the repository at this point in the history
Prepare patch v0.4.1
  • Loading branch information
davelopez committed Feb 27, 2021
2 parents 4180277 + e05df01 commit 4216cc8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ jobs:
- Galaxy Language Server [changelog](https://github.com/davelopez/galaxy-language-server/blob/master/server/CHANGELOG.md)
- Galaxy Tools Visual Studio Extension [changelog](https://github.com/davelopez/galaxy-language-server/blob/master/client/CHANGELOG.md#)
This version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/) and can be installed using:
```
python3 -m pip install galaxy-language-server==${{ steps.get_version.outputs.version-without-v }}
```
The standalone version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/).
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).
You can also install the extension manually by downloading the VSIX package and using:
You can also install the extension manually by downloading the VSIX package included in this release and using:
```
code --install-extension galaxy-tools-${{ steps.get_version.outputs.version-without-v }}.vsix
```
Expand Down
17 changes: 15 additions & 2 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Galaxy Tools (VS Code Extension) Changelog

## [0.4.1] - 2021-02-27

### Added

- 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)).

### Changed

- 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)).
- Detach client and server versions. Now both versions can evolve independently ([#119](https://github.com/galaxyproject/galaxy-language-server/pull/119)).
- 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)).

## [0.4.0] - 2021-02-15

### Added

- 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))
- 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)).

- 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))
- 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)).

### Fixed

Expand All @@ -15,6 +27,7 @@
### Changed

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

## [0.3.2] - 2021-01-24

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "davelopez",
"publisher": "davelopez",
"license": "Apache-2.0",
"version": "0.4.0",
"version": "0.4.1",
"preview": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 4216cc8

Please sign in to comment.