Skip to content

Tags: dikkadev/mdpaper

Tags

v2.8.2

Toggle v2.8.2's commit message
chore: update version

Update globals.Version from 2.8.1 to 2.8.2.

v2.8.1

Toggle v2.8.1's commit message
feat: update version number

Update the version number in globals to 2.8.1.

v2.8.0

Toggle v2.8.0's commit message
feat: update version to 2.8.0

This update includes new features and improvements.

v2.7.11

Toggle v2.7.11's commit message
chore: update version number

I updated the version number from 2.7.10 to 2.7.11 in the globals/version.go file.

v2.7.10

Toggle v2.7.10's commit message
fix(pdf): reorder registry headings

This commit reorders the registry headings, specifically moving the citation heading to after the figures heading. This ensures that the TOF is generated in the correct order. The TODO comment for adding other registry headings was removed as it is no longer necessary. Also, this commit updates the version number in globals/version.go from 2.7.9 to 2.7.10.

v2.7.9

Toggle v2.7.9's commit message
fix(globals): correct typo in version number

This commit corrects a typo in the version number of the globals package, changing it from 2.7.8 to 2.7.9.

v2.7.8

Toggle v2.7.8's commit message
fix: i hate versioning go things

v2.7.7

Toggle v2.7.7's commit message
chore(deps): update citeproc-js-go to v1.2.0

This commit updates the citeproc-js-go dependency to v1.2.0 to include some bug fixes and performance improvements.

v2.7.6

Toggle v2.7.6's commit message
feat(cli): use checkVersion function

This commit modifies the main.go and cli.go files to use the previously defined CheckVersion function. Now, whenever the main function is called, it automatically checks for available updates and prompts the user for an update.

v2.7.5

Toggle v2.7.5's commit message
fix(pdf): add missing newline and update math block to use align* env…

…ironment

This change fixes a bug where the generated LaTeX code for math blocks did not include a newline at the end of the equation. Additionally, the code has been updated to use the align* environment instead of displaystyle. This allows for multiple equations to be aligned and for line breaks to be used with \\, but also means that empty lines are not allowed. The reference documentation has been updated to reflect these changes.