• v2.8.2 d3262429d7

    v2.8.2 Stable

    dikkadev released this 2023-04-21 07:14:35 +00:00 | 0 commits to main since this release

    • Enable inline formatting in abstract. (6fb984d)

    Full Changelog: https://github.com/Sett17/mdpaper/compare/v2.8.1...v2.8.2

    Downloads
  • v2.8.1 48d0cee96d

    v2.8.1 Stable

    dikkadev released this 2023-04-19 11:11:06 +00:00 | 2 commits to main since this release

    Downloads
  • v2.8.0 23217e1060

    v2.8.0 Stable

    dikkadev released this 2023-04-17 21:23:55 +00:00 | 4 commits to main since this release

    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: https://github.com/Sett17/mdpaper/compare/v2.7.11...v2.8.0

    Downloads
  • v2.7.11 685e890bf8

    v2.7.11 Stable

    dikkadev released this 2023-04-17 21:02:27 +00:00 | 6 commits to main since this release

    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: https://github.com/Sett17/mdpaper/compare/v2.7.10...v2.7.11

    Downloads
  • v2.7.10 755db33da5

    v2.7.10 Stable

    dikkadev released this 2023-04-16 19:28:00 +00:00 | 8 commits to main since this release

    Downloads
  • v2.7.9 2d6070346e

    v2.7.9 Stable

    dikkadev released this 2023-04-16 11:30:59 +00:00 | 9 commits to main since this release

    Downloads
  • v2.7.8 79b8bfd9f5

    v2.7.8 Stable

    dikkadev released this 2023-04-16 11:25:33 +00:00 | 10 commits to main since this release

    Downloads
  • v2.7.7 e163571b9b

    v2.7.7 Stable

    dikkadev released this 2023-04-16 11:22:05 +00:00 | 11 commits to main since this release

    Downloads
  • v2.7.6 08b870f318

    v2.7.6 Stable

    dikkadev released this 2023-04-12 21:48:59 +00:00 | 13 commits to main since this release

    Update Notes

    • CLI feature has been added to use checkVersion function.
    • main.go and cli.go files have been modified to incorporate the checkVersion function.
    • With this modification, the main function checks for available updates automatically and prompts the user for an update.

    Full Changelog: https://github.com/Sett17/mdpaper/compare/v2.7.5...v2.7.6

    Downloads
  • v2.7.5 3b1f2e80b1

    v2.7.5 Stable

    dikkadev released this 2023-04-12 10:37:34 +00:00 | 14 commits to main since this release

    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: https://github.com/Sett17/mdpaper/compare/v2.7.4...v2.7.5

    Downloads