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
This commit is contained in:
2025-10-05 20:26:47 +05:30
parent e46fd1d7e6
commit 45b2063419
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}",