Skip to content

Commit

Permalink
v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takumisoft68 committed Jun 15, 2021
1 parent c4eeea1 commit 1669249
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 353 deletions.
35 changes: 22 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,60 @@

All notable changes to the "markdowntable" extension will be documented in this file.

### - 0.5.1 (2021/03/19)
### 0.6.0 (2021/06/15)

- Fix Readme only
- [Add] Support mdx
- [Fix] Activate earlier (Activate extension on markdown file is openning)

### 0.5.2 (2021/05/04)

- [Fix] zenkaku handling

### 0.5.1 (2021/03/19)

- [Fix] Readme only
- Default value of configuration

### - 0.5.0 (2021/03/19)
### 0.5.0 (2021/03/19)

- [Add]
- Align data and column header when formatting table
- It can be disabled by configuration

### - 0.4.2 (2021/01/13)
### 0.4.2 (2021/01/13)

- [Fix]
- Change supported vscode version to "upper than 1.40.0" from "upper than 1.50.0"

### - 0.4.1 (2020/11/05)
### 0.4.1 (2020/11/05)

- Readme update only

### - 0.4.0 (2020/11/05)
### 0.4.0 (2020/11/05)

- [Add] Navigate next/prev cell without auto format command.
- [Fix] Typo: "Insert Row" command should be "Insert Column".

### - 0.3.0 (2020/10/27)
### 0.3.0 (2020/10/27)

- [Add] Align column/columns commands
- Align column to left/center/right.
- ![align](images/align_column.gif)
- Align selected multi columns at once.
- ![align](images/align_columns_at_once.gif)

### - 0.2.2 (2020/9/5)
### 0.2.2 (2020/9/5)

- [Fix]
- Tab key confliction with accepting suggestion or snippet.

### - 0.2.1 (2020/9/2)
### 0.2.1 (2020/9/2)

- [Fix] bugs of navigate to next/prev cell
- Bahavior when Tab key pressing out of table.
- Bahavior when Shift+Tab key pressing out of table.

## 0.2.0 (2020/9/1)
### 0.2.0 (2020/9/1)

- [Fix] Keep white spaces indentation on the left of table when formatting.
- before
Expand All @@ -57,14 +66,14 @@ All notable changes to the "markdowntable" extension will be documented in this
- [Add] Navigate to prev cell when you press Shift+Tab key in table.
- ![navigate_prev](images/navigate_prev_cell.gif)

## 0.1.1 (2020/08/07)
### 0.1.1 (2020/08/07)

- [Fix] Treat "umlauts" as half-width character.

## 0.1.0 (2020/08/01)
### 0.1.0 (2020/08/01)

- [Add] Navigate to next cell when you press Tab key in table.

## 0.0.2 (2020/07/23)
### 0.0.2 (2020/07/23)

- Initial release
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,14 @@ What's focused on.

## 5. Release Notes

### - 0.5.1 (2021/03/19)

- Fix Readme only
- Default value of configuration

### - 0.5.0 (2021/03/19)

- [Add]
- Align data and column header when formatting table
- It can be disabled by configuration
- See [changelog](CHANGELOG.md).

## 6. Links

- [Source Code](https://github.com/takumisoft68/vscode-markdown-table)
- [Marketplace](https://marketplace.visualstudio.com/items?itemName=TakumiI.markdowntable)
- [VSX]

## 7. License

Apache 2.0, See [LICENSE](LICENSE) for more information.
Loading

0 comments on commit 1669249

Please sign in to comment.