Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xlboy committed May 26, 2023
1 parent addde65 commit dbe3de6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
@@ -1,12 +1,17 @@
# 0.3.0 (2023-05-27)

- refactor: improve the icon next to the line of type code
- support custom icon(`svg/png/jpg/jpeg/...` file format)

# 0.2.0 (2023-05-10)

fix: fold issue of multi-line type code
- fix: fold issue of multi-line type code

feat: add `status-bar`
- feat: add `status-bar`

# 0.1.1 (2023-04-27)

fix: adjust keybindings.command(`ts-type-hidden.toggleHiddenMode` -> `ts-type-hidden.toogle`)
- fix: adjust keybindings.command(`ts-type-hidden.toggleHiddenMode` -> `ts-type-hidden.toogle`)

# 0.1.0 (2023-04-27)

Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Hide those familiar type codes! Get the snippet back to its simplest form!

English | [简体中文](./README.zh.md)

<img width="1422" alt="example" src="https://user-images.githubusercontent.com/63690944/233914174-a536689e-cd80-4d87-81d4-104160be7c5e.png">
<img width="1422" alt="example" src="https://github.com/xlboy/ts-type-hidden/assets/63690944/b5842800-169e-491e-8cd2-5690caeb5990">

## Features

Expand All @@ -29,6 +29,8 @@ English | [简体中文](./README.zh.md)

- `ts-type-hidden.enable`: Enable the plugin or not

- `ts-type-hidden.typeIconPath`: The path to the Icon file next to a line of type code(support `svg/png/jpg/jpeg/...` file format)

## CHANGELOG

[CHANGELOG.md](https://github.com/xlboy/ts-type-hidden/blob/master/CHANGELOG.md)
Expand Down
4 changes: 3 additions & 1 deletion README.zh.md
Expand Up @@ -4,7 +4,7 @@

[English](./README.md) | 简体中文

<img width="1422" alt="example" src="https://user-images.githubusercontent.com/63690944/233914174-a536689e-cd80-4d87-81d4-104160be7c5e.png">
<img width="1422" alt="example" src="https://github.com/xlboy/ts-type-hidden/assets/63690944/b5842800-169e-491e-8cd2-5690caeb5990">

---

Expand All @@ -31,6 +31,8 @@

- `ts-type-hidden.enable`: 是否启用插件

- `ts-type-hidden.typeIconPath`: 类型代码行旁的图标文件路径(支持 `svg/png/jpg/jpeg/...` 文件格式)

## CHANGELOG

[CHANGELOG.md](https://github.com/xlboy/ts-type-hidden/blob/master/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "ts-type-hidden",
"publisher": "xlboy",
"displayName": "TS Type Hidden",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"description": "Hide those familiar type codes! Get the snippet back to its simplest form!",
"license": "MIT",
Expand Down

0 comments on commit dbe3de6

Please sign in to comment.