Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xlboy committed May 9, 2023
1 parent 169dd3e commit 5fa79ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 0.2.0 (2023-05-10)

fix: fold issue of multi-line type code

feat: add `status-bar`

# 0.1.1 (2023-04-27)

fix: adjust keybindings.command(`ts-type-hidden.toggleHiddenMode` -> `ts-type-hidden.toogle`)
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -12,6 +12,7 @@ English | [简体中文](./README.zh.md)
- Type code will be displayed when cursor active the line
- There are small blue dots that means relative line exist hidden type code
- Under hidden mode, Multi-line type code will be folded into one line
- Status bar shows the current hidden mode status, click to toggle

## Commands

Expand Down
1 change: 1 addition & 0 deletions README.zh.md
Expand Up @@ -14,6 +14,7 @@
- 光标移入隐藏的类型代码处时会取消隐藏,以便对相关类型进行操作
- 隐藏的类型代码行旁会有一个小蓝点,以便于区分
- 多行形式的类型代码在隐藏模式下会被折叠成一行
- 状态栏处显示当前隐藏模式的状态,点击可切换

## 命令

Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "ts-type-hidden",
"publisher": "xlboy",
"displayName": "TS Type Hidden",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"description": "Hide those familiar type codes! Get the snippet back to its simplest form!",
"license": "MIT",
Expand All @@ -14,7 +14,6 @@
"Other"
],
"main": "./dist/index.js",
"preview": true,
"icon": "res/logo.png",
"files": [
"dist/**/*",
Expand Down

0 comments on commit 5fa79ea

Please sign in to comment.