Releases: dikkadev/mdpaper
v2.8.2
v2.8.1
Full Changelog: v2.7.11...v2.8.1
v2.8.0
Add abstract to cover generation: Now the generated PDF cover page includes information about the paper's abstract. This feature can be enabled by adding a new abstract field to the cover section in the global configuration. The GenerateCover() function in cover.go has also been modified to include the abstract information in the cover page.
Full Changelog: v2.7.11...v2.8.0
v2.7.11
Fixed the issue of heading numbering being included twice at the second level or lower in the Table of Contents (TOC) of PDFs generated from the document. This was resolved by setting the correct Title format in the ChapterNode
childrenOutline
method. (Commit 3b88f56)
Full Changelog: v2.7.10...v2.7.11
v2.7.10
Full Changelog: v2.7.9...v2.7.10
v2.7.9
Full Changelog: v2.7.8...v2.7.9
v2.7.8
Full Changelog: v2.7.7...v2.7.8
v2.7.7
Full Changelog: v2.7.5...v2.7.7
v2.7.6
Update Notes
- CLI feature has been added to use
checkVersion
function. main.go
andcli.go
files have been modified to incorporate thecheckVersion
function.- With this modification, the main function checks for available updates automatically and prompts the user for an update.
Full Changelog: v2.7.5...v2.7.6
v2.7.5
Fixed
-
Add missing newline and update math block to use align* environment. (3b1f2e8)
- Fixed a bug where the generated LaTeX code for math blocks did not include a newline at the end of the equation.
Changed
- Reference documentation has been updated to reflect the changes made in the code
Full Changelog: v2.7.4...v2.7.5