Fix EPUB chapter titles and internal links

This commit is contained in:
Maverick Liu 2026-05-15 23:09:12 +08:00
parent 0841abdd73
commit e15cb7b1a8
3 changed files with 534 additions and 189 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "epub2mdbook"
version = "0.16.1"
version = "0.17.0"
edition = "2024"
description = "A tool to convert EPUB files to MDBook format"
authors = ["Maverick Liu <maverick.liu42@gmail.com>"]
@ -10,10 +10,10 @@ keywords = ["epub", "mdbook", "converter", "ebook"]
categories = ["command-line-utilities", "text-processing"]
[dependencies]
clap = { version = "4.5.54", features = ["derive"] }
clap = { version = "4.6.1", features = ["derive"] }
epub = "2.1.5"
htmd = "0.5.0"
htmd = "0.5.4"
mdbook-core = "0.5.2"
regex = "1.12.2"
thiserror = "2.0.17"
toml = "0.9.10"
regex = "1.12.3"
thiserror = "2.0.18"
toml = "1.1.2"