v1.1.0
Fixed
- MS Word formats: Fixed skill coloring/level bug.
Changed
-
Make the
TOkeyword optional. If noTOkeyword is specified (for thebuildandconvertcommands), 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
TOonly needs to be included if you have multipled output files:hackmyresume BUILD resume.json TO out1.doc out2.html out3.tex