Skip to content

Releases: hacksalot/HackMyResume

v1.1.0

21 Dec 01:52
Compare
Choose a tag to compare

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

v1.0.1

20 Dec 20:58
Compare
Choose a tag to compare

Fixed

  • Correctly generate MS Word hyperlinks from Markdown source data.

v1.0.0

19 Dec 17:38
Compare
Choose a tag to compare

Initial public 1.0 release.

v0.11.0 believable ignition

19 Dec 14:00
Compare
Choose a tag to compare

Added

  • Lots of changes.

v0.10.3 turbulent fugue

17 Dec 17:14
Compare
Choose a tag to compare

Changed

  • Update file headers.

Fixed

  • Fix FCVD generation glitch.

v0.10.2 tactical interrogation

17 Dec 12:54
Compare
Choose a tag to compare

Added

  • Improve Handlebars support.
  • Fix various bugs in FCVD.
  • Imrove MS Word format generation.

v0.10.1 waldensian traffic

12 Dec 03:31
Compare
Choose a tag to compare

Changed

  • Fix FluentCV Desktop generation bug.
  • Update NPM registry description.
  • Tweak package.json versions.

v0.10.0 aeronautical wonder

10 Dec 14:27
Compare
Choose a tag to compare

Added

  • Numerous breaking changes.

v0.9.1 yearly racetrack

24 Nov 15:53
Compare
Choose a tag to compare

Fixed

  • Fixed theme loading glitch for FCV Desktop.

v0.9.0 gallant stability

22 Nov 08:12
Compare
Choose a tag to compare

Added

  • Support for the FRESH resume schema.
  • Validate resumes against either the FRESH or JSON Resume schema with fluentcv validate <INPUTS>.
  • Convert resumes between FRESH and JSON Resume with fluentcv convert <INPUTS> <OUTPUTS>.
  • Color-coding.
  • Improved error handling.

Changed

  • Use FRESH schema format by default since it supports a superset of LinkedIn, StackOverflow, JSON Resume, and other formats.
  • Move to verb-based command line syntax: fluentcv <VERB> <INPUTS> [TO <OUTPUTS>]. Supported verbs in this version are build, convert, validate, and help.