Skip to content

Commit

Permalink
Merge pull request #19 from negokaz/fix/inhibit-button-vibration
Browse files Browse the repository at this point in the history
Fix/inhibit button vibration
  • Loading branch information
negokaz authored Jan 6, 2020
2 parents 2ee057e + bc2d1e4 commit ba0f835
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ OpsScriptMD の注目すべき変更はこのファイルで文書化されま

## [リリース予定]

## [0.4.2] - 2020-01-06

### 機能修正
- スクリプトのボタンを押したときに他のボタンが揺れる問題を修正

## [0.4.1] - 2020-01-03

※ ドキュメントのみ更新
Expand Down Expand Up @@ -54,7 +59,8 @@ OpsScriptMD の注目すべき変更はこのファイルで文書化されま

- 初回リリース🚀

[リリース予定]: https://github.com/negokaz/vscode-ops-script-md/compare/v0.4.1...HEAD
[リリース予定]: https://github.com/negokaz/vscode-ops-script-md/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/negokaz/vscode-ops-script-md/releases/tag/v0.4.2
[0.4.1]: https://github.com/negokaz/vscode-ops-script-md/releases/tag/v0.4.1
[0.4.0]: https://github.com/negokaz/vscode-ops-script-md/releases/tag/v0.4.0
[0.3.0]: https://github.com/negokaz/vscode-ops-script-md/releases/tag/v0.3.0
Expand Down
1 change: 1 addition & 0 deletions media/css/ops-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
color: var(--vscode-activityBar-inactiveForeground);

display: inline-block;
vertical-align: middle;
width: 1rem;
margin-right: 0.2rem;
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "opsscriptmd",
"displayName": "OpsScriptMD",
"description": "A documentation tool for semi-automatic operations",
"version": "0.4.1",
"version": "0.4.2",
"publisher": "negokaz",
"engines": {
"vscode": "^1.32.0"
Expand All @@ -16,7 +16,7 @@
"Operations"
],
"galleryBanner": {
"color": "#00701a",
"color": "#000000",
"theme": "dark"
},
"activationEvents": [
Expand Down

0 comments on commit ba0f835

Please sign in to comment.