Merge windows branch with enhanced export functionality and CLI support

- Combined advanced export options with built-in fallbacks
- Integrated Windows context menu installation scripts
- Added CLI conversion functionality
- Enhanced error handling for pandoc availability
- Updated to version 1.5.0 with comprehensive feature set
- Resolved merge conflicts preserving all functionality
This commit is contained in:
2025-09-21 23:01:52 +05:30
14 changed files with 1243 additions and 21 deletions
+4 -1
View File
@@ -34,7 +34,9 @@
"dompurify": "^3.2.6",
"electron-store": "^10.1.0",
"highlight.js": "^11.11.1",
"marked": "^16.2.1"
"marked": "^16.2.1",
"tslib": "^2.8.1",
"xlsx": "^0.18.5"
},
"build": {
"appId": "com.panconverter.app",
@@ -45,6 +47,7 @@
"files": [
"src/**/*",
"assets/**/*",
"scripts/**/*",
"node_modules/**/*",
"package.json"
],