Skip to content

Commit 7eacd08

Browse files
committed
chore: 发版准备 v0.1.6
1 parent 3a1aa46 commit 7eacd08

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
---
88

9+
## [0.1.6] - 2026-04-27
10+
11+
### Fixed
12+
13+
- **Scroll position restored on tab switch**: switching away from a Markdown file and back no longer resets the scroll position to the top. The editor now persists the scroll offset via the VS Code WebView state API and restores it when the panel becomes visible again (via `visibilitychange`). Also handles WebView recreation on VS Code restart.
14+
15+
---
16+
917
## [0.1.5] - 2026-04-08
1018

1119
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "md-wysiwyg-editor",
33
"displayName": "WYSIWYG Markdown Editor",
44
"description": "WYSIWYG Markdown editor with live table editing",
5-
"version": "0.1.5",
5+
"version": "0.1.6",
66
"publisher": "chance-liu",
77
"engines": {
88
"vscode": "^1.80.0"

0 commit comments

Comments
 (0)