Skip to content

Commit 0b0b846

Browse files
committed
chore: bump release version to v1.5.5 and update changelogs
1 parent 2587531 commit 0b0b846

9 files changed

Lines changed: 43 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to the **Markdown Explorer** extension will be documented in
44

55
---
66

7+
## [1.5.5] — 2026-06-23
8+
9+
### Added
10+
- **New Document Formats Support**: Added support for converting and previewing `.doc`, `.xls`, and `.xlm` file formats to Markdown preview.
11+
- **Settings Dropdown Edit Button**: Restored the `Edit` button to the settings action menu in tab views, matching the Focus view layout.
12+
13+
### Maintenance
14+
- **Dependency Upgrades**: Upgraded `@the-long-ride/markdown-them` package to version `1.3.1`.
15+
- **Release Version Bump**: Updated workspace, UI, desktop, VS Code, Chromium extension, manifest, and lockfile metadata to `1.5.5`.
16+
17+
---
18+
719
## [1.5.4] — 2026-06-21
820

921
### Changed

chromium-xtension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Markdown Explorer",
4-
"version": "1.5.4",
4+
"version": "1.5.5",
55
"description": "Transforms your markdown documents into a premium, interactive web-app experience — directly in your browser.",
66
"permissions": [
77
"storage"

chromium-xtension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-explorer-chromium-xtension",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-explorer-desktop",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Markdown Explorer - Transforms your markdown documents into a premium, interactive web-app experience.",
55
"homepage": "https://github.com/the-long-ride/markdown-explorer",
66
"author": {
@@ -115,7 +115,7 @@
115115
}
116116
},
117117
"dependencies": {
118-
"@the-long-ride/markdown-them": "^1.3.0",
118+
"@the-long-ride/markdown-them": "^1.3.1",
119119
"v8-compile-cache": "^2.4.0"
120120
}
121121
}

package-lock.json

Lines changed: 11 additions & 11 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
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-explorer-workspace",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"private": true,
55
"workspaces": [
66
"ui",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "markdown-explorer-ui",
4-
"version": "1.5.4",
4+
"version": "1.5.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

vscode/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to the **Markdown Explorer** extension will be documented in
44

55
---
66

7+
## [1.5.5] — 2026-06-23
8+
9+
### Added
10+
- **New Document Formats Support**: Added support for converting and previewing `.doc`, `.xls`, and `.xlm` file formats to Markdown preview.
11+
12+
### Maintenance
13+
- **Dependency Upgrades**: Upgraded `@the-long-ride/markdown-them` package to version `1.3.1`.
14+
- **Release Version Bump**: Updated workspace, UI, desktop, VS Code, Chromium extension, manifest, and lockfile metadata to `1.5.5`.
15+
16+
---
17+
718
## [1.5.4] — 2026-06-21
819

920
### Changed

vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-extension-markdown-explorer",
33
"displayName": "Markdown Explorer in VS Code",
44
"description": "Markdown for AI agents, Markdown Explorer for human. View markdown files as interactive HTML docs with collapsible sections, sortable tables, and sidebar navigation — inside VS Code.",
5-
"version": "1.5.4",
5+
"version": "1.5.5",
66
"license": "MIT",
77
"publisher": "the-long-ride",
88
"icon": "ui/assets/logos/logo-500.png",
@@ -133,7 +133,7 @@
133133
"markdownExplorer.documentConversion": {
134134
"type": "boolean",
135135
"default": false,
136-
"description": "Show DOCX, PDF, HTML, XLSX, PPTX, ODT, ODP, ODS, RTF, and TXT files by converting them to Markdown for preview. Conversion quality can vary by file."
136+
"description": "Show DOC, DOCX, PDF, HTML, XLS, XLSX, XLM, PPTX, ODT, ODP, ODS, RTF, and TXT files by converting them to Markdown for preview. Conversion quality can vary by file."
137137
},
138138
"markdownExplorer.excludePatterns": {
139139
"type": "array",
@@ -183,6 +183,6 @@
183183
"typescript": "^5.3.0"
184184
},
185185
"dependencies": {
186-
"@the-long-ride/markdown-them": "^1.3.0"
186+
"@the-long-ride/markdown-them": "^1.3.1"
187187
}
188188
}

0 commit comments

Comments
 (0)