未验证 提交 993093ca 编写于 作者: F Fatih Acet

CHANGELOG for v1.6.0

上级 d043141f
# CHANGELOG
## [1.6.0] - 2018-12-12
### Added
- Pipeline notification on the status bar will now include the list of running and failed jobs
- Implemented by [@jduponchelle](https://gitlab.com/jduponchelle)
- with [MR !23](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/22)
### Fixed
- Refresh buttons on the sidebar were visible for all panes and even for other extensions.
- Fixed by [@Logerfo](https://gitlab.com/Logerfo)
- with [MR !26](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/25)
## [1.5.1] - 2018-11-28
### Fixed
- View in GitLab button in the pipeline updated notification was not visible
......@@ -14,6 +26,7 @@
- with [MR !22](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/22)
- closes [Issue #59](https://gitlab.com/fatihacet/gitlab-vscode-extension/issues/59)
## [1.4.0] - 2018-11-06
### Added
- A new config option to toggle pipeline status change notifications [Read more](https://gitlab.com/fatihacet/gitlab-vscode-extension#configuration-options)
......@@ -219,5 +232,5 @@
## [0.1.1] - 2018-01-25
### Added
- Implemented show issues assinged to me.
- Implemented show merge requests assinged to me.
- Implemented show issues assigned to me.
- Implemented show merge requests assigned to me.
......@@ -2,7 +2,7 @@
"name": "gitlab-workflow",
"displayName": "GitLab Workflow",
"description": "GitLab VSCode integration",
"version": "1.5.1",
"version": "1.6.0",
"publisher": "fatihacet",
"license": "MIT",
"repository": {
......@@ -208,7 +208,8 @@
"test": "node ./node_modules/vscode/bin/test",
"eslint": "eslint --max-warnings 0 --ext .js .",
"format": "prettier --write '**/*.{js,json}'",
"publish": "vsce publish"
"publish": "vsce publish",
"webview": "cd src/webview && yarn build --watch"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册