Skip to content

v1.1.0

Choose a tag to compare

@gruebait gruebait released this 21 Dec 02:09
· 554 commits to master since this release

Fixed

  • MS Word formats: Fixed skill coloring/level bug.

Changed

  • Make the TO keyword optional. If no TO keyword is specified (for the build and convert commands), HMR will assume the last file passed in is the desired output file. So these are equivalent:

    hackmyresume BUILD resume.json TO out/resume.all
    hackmyresume BUILD resume.json out/resume.all

    TO only needs to be included if you have multipled output files:

     hackmyresume BUILD resume.json TO out1.doc out2.html out3.tex