Skip to content

Releases: fresh-standard/fresh-themes

v0.17.0-beta

12 Feb 03:24
v0.17.0-beta
ceb9901
Compare
Choose a tag to compare
v0.17.0-beta Pre-release
Pre-release

Interim release.

v0.16.0-beta

01 Feb 14:40
v0.16.0-beta
2c37632
Compare
Choose a tag to compare
v0.16.0-beta Pre-release
Pre-release

Interim release.

v0.15.1-beta

14 Feb 09:08
Compare
Choose a tag to compare
v0.15.1-beta Pre-release
Pre-release

Fixed

  • Fixed date glitch in TXT partials.

Changed

  • More consistent use of date-related helpers date, dateRange, and dateFormat.

v0.15.0-beta

14 Feb 03:47
Compare
Choose a tag to compare
v0.15.0-beta Pre-release
Pre-release

Changed

  • Awesome: Updated from upstream.
  • Awesome: Improved date handling.

v0.14.1-beta

29 Jan 21:02
Compare
Choose a tag to compare
v0.14.1-beta Pre-release
Pre-release

Fixed

  • Unsightly border in Modern:PDF.
  • Theme helper warning message in Positive:DOC.
  • Modern|Positive:PDF formats now correctly use PDF CSS file instead of the HTML CSS file.

v0.14.0-beta

24 Jan 09:54
Compare
Choose a tag to compare
v0.14.0-beta Pre-release
Pre-release

Interim release supporting HackMyResume 1.6.0.

Added

  • Continue improving coverage for all themes, including better coverage for projects, affiliation, other requested sections.
  • Continue improving MS Word XML formats.
  • Introduced additional reusable section partials across all formats for each resume section. Gaps (missing sections or elements) will be addressed in v0.14.1-beta or v0.15.0-beta fresh-themes release.
  • Support for overridable named fonts via the {{fontFace}}, {{fontList}}, {{fontSize}}, and {{color}} partials.
  • Themes can now declared strongly-named stylized fonts in the theme.json file and reference them via the above helpers.

Changed

Fixed

  • Numerous encoding and resume output glitches.

v0.13.0-beta

13 Jan 19:34
Compare
Choose a tag to compare
v0.13.0-beta Pre-release
Pre-release

Added

  • Better resume coverage.

Changed

  • Reduced duplication / improved DRYness across all themes and formats.

v0.12.0-beta

06 Jan 15:23
Compare
Choose a tag to compare
v0.12.0-beta Pre-release
Pre-release

Added

  • Predefined global partials. FRESH themes can now use partials from the /partials folder.

    {{> section/employment }}
    {{> header-icon }}
    {{> pict/star }}
  • Continue fleshing out formats and eliminating duplication.

v0.11.0-beta

05 Jan 15:15
Compare
Choose a tag to compare
v0.11.0-beta Pre-release
Pre-release

Added

  • FRESH themes can now inherit specific formats from other themes. For example, the Modern and Positive themes both inherit text and Markdown formats from the Basis theme. Inheritance can be configured in the theme.json file for the theme. See the Positive theme.json file for an example.

    "inherits": {
      "txt": "basis",
      "md": "basis"
    }
  • Introduced new Basis theme to support theme inheritance. Basis contains (or will contain) default unstyled formats that other themes can inherit.

  • Custom theme messages will start appearing in HackMyResume 1.4 and later (disable with --no-tips).

Changed

  • Theme JSON file renamed to theme.json for all themes.
  • Explicit Markdown and text formats have been removed from the Positive, Compact, and Modern themes. These themes now inherit those formats from the Basis theme.

v0.10.0-beta

04 Jan 12:24
Compare
Choose a tag to compare
v0.10.0-beta Pre-release
Pre-release

Changed

  • Rename some-theme.json to theme.json for all themes.