Skip to content

Commit 414d6e3

Browse files
committed
πŸ”– v3.6.3
1 parent 4262641 commit 414d6e3

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
## 3.6.0/3.6.1 (2024.01.08)
1+
## 3.6.3 (2025.03.09)
2+
3+
### New
4+
5+
- [TOC] Add a new slugify method for Zola ([#1419](https://github.com/yzhang-gh/vscode-markdown/pull/1419)). Thanks, [hill (@float3)](https://github.com/float3).
6+
- [i18n] Add zh-tw translations ([#1499](https://github.com/yzhang-gh/vscode-markdown/pull/1499)). Thanks, [Will 保ε“₯ (@doggy8088)](https://github.com/doggy8088).
7+
8+
### Fixes
9+
10+
- Fix keybinding conflict with GitHub Copilot NES ([#1498](https://github.com/yzhang-gh/vscode-markdown/pull/1498)). Thanks, [Will 保ε“₯ (@doggy8088)](https://github.com/doggy8088).
11+
12+
### Others
13+
14+
- [TOC] Update slugify method for Azure DevOps ([#1383](https://github.com/yzhang-gh/vscode-markdown/pull/1383)). Thanks, [Levi Richards (@PHLUNK)](https://github.com/PHLUNK).
15+
- [GFM] Make `markdown-it-github-alerts` case insensitive ([#1389](https://github.com/yzhang-gh/vscode-markdown/pull/1389)). Thanks, [PraZ (@prazdevs)](https://github.com/prazdevs).
16+
- Support the Eclipse Theia IDE ([#1442](https://github.com/yzhang-gh/vscode-markdown/pull/1442)). Thanks, [Max Jakobitsch (@madmini)](https://github.com/madmini).
17+
18+
## 3.6.0/3.6.1/3.6.2 (2024.01.08)
219

320
### New
421

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%ext.displayName%",
44
"description": "%ext.description%",
55
"icon": "images/Markdown-mark.png",
6-
"version": "3.6.2",
6+
"version": "3.6.3",
77
"publisher": "yzhang",
88
"engines": {
99
"vscode": "^1.77.0"

0 commit comments

Comments
Β (0)