Skip to content

Releases: gilliek/ghmd

v1.3.4: fix hidden content

28 Jun 21:28
Compare
Choose a tag to compare

v1.3.3: fix version number

09 Jan 11:55
Compare
Choose a tag to compare

Once more, I forgot to update the version number for the '-v' flag...

v1.3.2: fix GitHub markdown rendering

09 Jan 11:52
Compare
Choose a tag to compare

This fix release replace 'markdown' mode by 'gfm' mode.

Although the GitHub documentation says that 'markdown' mode is used to render README files (https://developer.github.com/v3/markdown/), it is incorrect: it uses 'gfm' instead... For instance, tables were not rendered.

v1.3.1: fix version number

08 Jan 19:46
Compare
Choose a tag to compare

Fix the version number printed by the "-v" flag.

v1.3.0: change CSS

08 Jan 10:54
Compare
Choose a tag to compare

The old CSS wasn't exactly the same as the one used by GitHub, so this new release addresses this problem.

v1.2.1: fix version number

04 Jan 13:38
Compare
Choose a tag to compare

Fix the version number printed by the "-v" flag.

v1.2.0

04 Jan 13:20
Compare
Choose a tag to compare

This release adds two new enhancements:

  • Disable auto refresh the flag -w is set to false (#2)
  • Check if the input markdown file exists before creating the output file (#3)

Version 1.1.1

08 Oct 16:28
Compare
Choose a tag to compare

Minor bugfix release:

  • Fix the README
  • Add a "-v" option for displaying the version number

Version 1.1.0

08 Oct 11:48
Compare
Choose a tag to compare

This new version of ghmd adds few options:

  • Support of markdown file watching
  • Add the possibility to run the generated HTML with your default web browser
  • Add the possibility to specify an output file

Minor bugfix

28 Apr 10:53
Compare
Choose a tag to compare

Add license text + fix an error in the CSS.