chore: update version to 0.1.17

This commit is contained in:
Vadim Melnicuk
2026-03-08 19:19:11 +00:00
parent 9ee2869a86
commit 19e2012e48
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,5 +1,12 @@
# Markdown Editor Optimized (MEO)
---
## 0.1.17
- Added latex math rendering
- Added kbd tag parsing and rendering
- Improved auto save stability
- Improved table inline parsing
- Updated demo gif and enhance feature descriptions
## 0.1.16
- Added mermaid colon fences in markdown rendering
- Fixed document offset mapping in applyDocumentChanges function (patch for issue 23)
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "meo",
"displayName": "Markdown Editor Optimized",
"description": "An optimized markdown editor with live editing mode for VS Code.",
"version": "0.1.16",
"version": "0.1.17",
"publisher": "vadimmelnicuk",
"private": true,
"icon": "logo.png",