diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b264c..38d6004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ CHANGELOG ========= +## v1.8.0 + +### Added + +- Updated `Awesome` theme to latest version of [Awesome-CV][acv]. + +- Introduced new theme helpers: `pad`, `date`. + +### Fixed + +- Fixed an issue where the `Awesome` theme wouldn't correctly generate LaTeX +outputs (#138). + +- Emit a line number for syntax errors around embedded newlines in JSON strings +(#137). + +- Fix several PDF / PNG generation errors (#132, others). + +- Display a more helpful error message when attempting to generate a PDF or PNG +on a machine where PhantomJS and/or wkhtmltopdf are either not installed or +not path-accessible. + +- Fixed an issue that would cause long-running PDF/PNG generation to fail in +certain environments. + +- Fixed an issue involving an unhelpful spawn-related exception (#136). + +### Internal + +- JSHint will no longer gripe at the use of `== null` and `!= null` in +CoffeeScript transpilation. + +- Introduced [template-friendly Awesome-CV fork][awefork] to isolate template +expansion logic & provide better durability for HackMyResume's `awesome` theme. + +- Fixed a couple temporary regressions (#139, #140) on the dev branch. + +- Additional tests. + +- Minor breaking HackMyResume API changes. + ## v1.7.4 ### Added @@ -13,7 +54,9 @@ CHANGELOG ### Fixed - Issue with incomplete PDF generation (#127). + - Issue with building JSON Resume themes (#128). + - Issue with generating `.json` output format by itself (#97). ## v1.7.3 @@ -364,3 +407,5 @@ theme. [i111]: https://github.com/hacksalot/HackMyResume/issues/111 [fresca]: https://github.com/fluentdesk/FRESCA [themes]: https://github.com/fluentdesk/fresh-themes +[awefork]: https://github.com/fluentdesk/Awesome-CV +[acv]: https://github.com/posquit0/Awesome-CV diff --git a/package.json b/package.json index 2d1ee9c..71289a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackmyresume", - "version": "1.7.5", + "version": "1.8.0", "description": "Generate polished résumés and CVs in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, YAML, smoke signal, and carrier pigeon.", "repository": { "type": "git",