Releases: takumisoft68/vscode-markdown-table
Releases · takumisoft68/vscode-markdown-table
0.11.0
- [Change] VSCode engine to 1.80.0
- [Change] Ignore tables in code-block
- [Add] Configuration to switch ignore or not ignore tables in code-block
- [Add] Configurations to hide menu items in right click menu
- [Add] Convert CSV to table command
- [Add] Commands to move columns to right/left
0.10.2
- [Change] Reduce requirement for insert commands
- Allow selecting range
0.10.1
- [Change] Remove key binding
Shift+Alt+F
(for markdowntable.format) - [Change] Remove key binding
Shift+Alt+T
(for markdowntable.tsvToTable)
0.10.0
0.9.1
- [Fix] Bug: Status message for debug is found out in status bar
0.9.0
- [Update] Added contributor section in readme
- [Fix] Shorten the way to get text in cursor line
- [Fix] Added context key to context menu
- Hidding context menu when the cursor is not in table region
0.8.0
- [Fix] Rearranged the order of escape judgment and inline code judgment (fix #36)
- [Fix] Add custom context key for nextCell/prevCell command's key binding (fix #18, fix #21)
- To improve "when" assign of commands to be more suitable.
- To resolve Tab key confliction with other extensions.
- [Fix] When nextCell/prevCell is called in 2nd row of table, cursol doesn't go next/prev cell correctoly.
0.7.2
0.7.1
- [Fix] Allow inline code
\
and escaped | in table. - [Change] Shorten config title. "Markdown Table Configuration" -> "Markdown Table"
- [Fix] Improve processing, don't get the full text.
- [Fix] Update npm packages.
0.7.0
- [add] tips of snippet in readme