Skip to content

v0.11.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@hacksalot hacksalot released this 05 Jan 15:15
· 177 commits to master since this 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.