v0.11.0-beta
Pre-release
Pre-release
·
177 commits
to master
since this release
Added
-
FRESH themes can now inherit specific formats from other themes. For example, the
ModernandPositivethemes both inherit text and Markdown formats from theBasistheme. Inheritance can be configured in thetheme.jsonfile for the theme. See the Positive theme.json file for an example."inherits": { "txt": "basis", "md": "basis" }
-
Introduced new
Basistheme to support theme inheritance.Basiscontains (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.jsonfor 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.