improved html conversion fidelity and docx export accuracy

This commit is contained in:
2026-03-22 08:58:25 +02:00
parent b1f31a29c4
commit a3f4ffdec8
10 changed files with 280 additions and 75 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -4918,7 +4918,7 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "typogenie"
version = "1.0.0"
version = "1.2.1"
dependencies = [
"log",
"opener",

View File

@@ -1,6 +1,6 @@
[package]
name = "typogenie"
version = "1.2.0"
version = "1.2.1"
description = "TypoGenie - Portable Markdown to Word document converter"
authors = ["TypoGenie Contributors"]
license = "CC0-1.0"

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "TypoGenie",
"version": "1.2.0",
"version": "1.2.1",
"identifier": "live.lashman.typogenie",
"build": {
"frontendDist": "../dist",