Skip to content

Commit

Permalink
🔖 v1.8.0
Browse files Browse the repository at this point in the history
fix #155, fix #241, fix #284, fix #311,
fix #329, fix #326, fix #330, fix #334
  • Loading branch information
Yu committed Dec 8, 2018
1 parent e2e1793 commit 278d79e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 1.8.0 (2018.12.08)

- **New**: Option `markdown.extension.toc.tabSize`, default `auto`. Thanks, [Maël Valais (@maelvalais)](https://github.com/maelvalais).
- **New**: Adaptive indentation size on <kbd>Tab</kbd>/<kbd>Backspace</kbd> key ([#155](https://github.com/neilsustc/vscode-markdown/issues/155), [#241](https://github.com/neilsustc/vscode-markdown/issues/241)).
- **New**: Better alignment of cells within tables. Thanks, [K Sriram (@ksri91)](https://github.com/ksri91).
- **Fix**: Support setext headings in TOC ([#284](https://github.com/neilsustc/vscode-markdown/issues/284), [#311](https://github.com/neilsustc/vscode-markdown/issues/311)).
- **Fix**: Markdown preview stylesheets priority (VSCode base styles < VSCode preview settings < Custom stylesheets) ([#329](https://github.com/neilsustc/vscode-markdown/issues/329)).
- **Fix**: Math completions for untitled document ([#326](https://github.com/neilsustc/vscode-markdown/issues/326)).
- **Fix**: Image completions ([#330](https://github.com/neilsustc/vscode-markdown/issues/330)).
- **Other**: Use `cmd` instead of `ctrl` for some keybindings on Mac ([#334](https://github.com/neilsustc/vscode-markdown/issues/334)).

---

### 1.7.0 (2018.10.27)

- **New**: Math syntax highlight ([#254](https://github.com/neilsustc/vscode-markdown/issues/254)). Many thanks, [@linsui](https://github.com/linsui).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Tip: `**word|**` -> `**word**|` (<kbd>Ctrl</kbd> + <kbd>B</kbd>)
| `markdown.extension.print.imgToBase64` | `false` | Convert images to base64 when printing to HTML |
| `markdown.extension.syntax.decorations` | `true` | Add decorations to strikethrough and code spans |
| `markdown.extension.syntax.plainTheme` | `false` | A distraction-free theme |
| `markdown.extension.toc.tabSize` | `auto` | Control the indentation size of TOC (`auto` or a number) |

## Changelog

Expand Down
Binary file modified images/gifs/table-formatter.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%ext.displayName%",
"description": "%ext.description%",
"icon": "images/Markdown-mark.png",
"version": "1.7.0",
"version": "1.8.0",
"publisher": "yzhang",
"engines": {
"vscode": "^1.27.0"
Expand Down

0 comments on commit 278d79e

Please sign in to comment.