Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Releases: seanlano/md2pdf-client

v1.2.0 release

09 Dec 23:44
Compare
Choose a tag to compare

This release adds the ability to specify a template file in the YAML metadata header in an input Markdown file - this means the command-line flag is no longer the only way to use a non-default template. Simply include a line template: my-template.latex in the YAML block. The name must match exactly with what is configured on the server.

v1.1.1 bug-fix release

31 Oct 06:15
Compare
Choose a tag to compare

Fixes an issue where the client could not delete the ZIP file on Windows, causing the client to crash.

v1.1.0 release

14 Jun 05:00
02033c4
Compare
Choose a tag to compare

This release adds support for "compare mode", from #15 - use it from the command line, with the flag --compare. See the help text (by running the -h flag) for an example.

v1.0.2 point release

24 May 05:37
Compare
Choose a tag to compare

This fixes the minor issue in #14 - ZIP archives are now deleted when they are finished with.

v1.0.1 point release

04 May 06:09
7e82582
Compare
Choose a tag to compare

This fixes the minor issue in #10, whereby md2pdf-client would exit abruptly if a server could not be connected to. Instead it now shows a warning to the user.

v1.0 release

12 Apr 00:07
Compare
Choose a tag to compare

Without further ado, here is md2pdf-client version 1.0!

There's still a lot of work to be done on the documentation, I'd like to have a wiki page with some example usage, but the software functions are all there now. Please file a bug report if you find any problems, or have suggestions.

Beta release for v1.0 (3nd release)

10 Apr 07:05
Compare
Choose a tag to compare

Made a very minor change to the way md2pdf-client handles input filenames - it's now a positional argument.

Beta release for v1.0 (2nd go)

10 Apr 04:19
Compare
Choose a tag to compare

The first tag I tried for the beta release didn't work - so upping the tag and trying again.

md2pdf-client is almost stable enough for some initial production use - this is expected to be the last release before v1.0.

Beta release for v1.0

10 Apr 03:51
Compare
Choose a tag to compare

md2pdf-client is almost stable enough for some initial production use - this is expected to be the last release before v1.0.

Initial testing release

01 Mar 03:45
Compare
Choose a tag to compare
v0.1.2

v0.1.2 - fix text encoding