Version 1.6.0 - Enhanced Markdown Editor & ConvertAPI Integration

New Features:

Enhanced Markdown Toolbar

- Added strikethrough button

- Added code block button

- Added horizontal rule button

Fixed Find & Replace

- Fixed focus issue

- Visual highlighting with text selection

- Smart scroll to matches

Fixed Line Numbers

- Corrected line counting

- Added scroll synchronization

ConvertAPI Integration

- Cloud conversion support (200+ formats)

- Secure API key storage

- Real-time conversion status

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-05 20:26:47 +05:30
co-authored by Claude
parent b23e60a704
commit b93129bc44
4 changed files with 535 additions and 14 deletions
+11 -4
View File
@@ -1,6 +1,6 @@
{
"name": "pan-converter",
"version": "1.5.7",
"version": "1.6.0",
"description": "Cross-platform Markdown editor and converter using Pandoc",
"main": "src/main.js",
"scripts": {
@@ -31,6 +31,7 @@
},
"dependencies": {
"codemirror": "^6.0.2",
"convertapi": "^1.15.0",
"dompurify": "^3.2.6",
"electron-store": "^10.1.0",
"highlight.js": "^11.11.1",
@@ -75,15 +76,21 @@
"target": [
{
"target": "nsis",
"arch": ["x64"]
"arch": [
"x64"
]
},
{
"target": "portable",
"arch": ["x64"]
"arch": [
"x64"
]
},
{
"target": "zip",
"arch": ["x64"]
"arch": [
"x64"
]
}
],
"artifactName": "${productName}-${version}-${arch}.${ext}",