chore(release): bump version to 4.5.0

Monospace font embedding feature release. Adds bundled JetBrains Mono +
Fira Code TTFs (asarUnpack), preview/print font picker with ligatures
toggle, and embedded fonts in PDF (xelatex fontspec), DOCX (OOXML
surgery), EPUB (--epub-embed-font + OPF manifest), and HTML (sidecar
CSS with base64 data URI).
This commit is contained in:
2026-08-23 19:31:33 +05:30
parent f5dcffeb8d
commit 6d564261b2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/**
* MarkdownConverter Renderer Process
* @version 4.4.5
* @version 4.5.0
*/
const { ipcRenderer } = require('electron');