Skip to content

Commit fc64428

Browse files
committed
chore: update changelog and bump version to 1.4.6
- Added new entries for version 1.4.6, addressing issues with pipe characters in HTML table cells and nested list pasting from HTML. - Updated version number in package.json to reflect the new release.
1 parent 7dfcaa0 commit fc64428

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3-
## 1.4.5 (2005/08/29)
3+
## 1.4.6 (2026/02/08)
4+
5+
- fix: Pipe | in HTML table cells breaks Markdown structure #146
6+
- fix: Nest list paste from HTML not working #145
7+
8+
## 1.4.5 (2025/08/29)
49

510
- fix: Paste Image is disabled in SSH, and Dev Container remote modes.
611

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-markdown-paste-image",
33
"displayName": "Markdown Paste",
44
"description": "A smartly paste for markdown.",
5-
"version": "1.4.5",
5+
"version": "1.4.6",
66
"publisher": "telesoho",
77
"author": {
88
"name": "telesoho",

0 commit comments

Comments
 (0)