Releases: coolapso/hugo-theme-terminalcv
Releases · coolapso/hugo-theme-terminalcv
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2024-06-30)
Breaking Changes
- prompt: Extra customization options (0fbf995)
BREAKING CHANGE: Prompt now array containing all prompt settings
Prompt now contains multiple sections: core, separator, path and extra, this breakdown only adds extra layers of customization
and don't necessarily need to hold those settings, you can write anything in each section text as well as before and after.
Core: is the core part of the prompt contains before, boforeColor, text, textColor, after, afterColor settings
Path: is the path portion of the prompt, contains before, beforeColor, text, textColor, after, afterColor settings
Separator: separates Core and Path sections, contains text and color settings
Extra: Extra text that can be added after Path section. Contains Text and Color settings
See ExampleSite for more details
v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2024-06-07)
Breaking Changes
- social: Move hide name to social settings (794e4c8)
Move hideSocialName settings to social section
- chore: less (7ae282b)
BREAKING CHNANGE: Move section contents to details array
* Add less as output method
* Add Settings paramter to all sections
* Add details to all sections
* Details now hold each section content
- core: big code refactor, DRY & Clean (6dfed1f)
BREAKING CHANGE: Refactored siginificant part of the code, changed outputs & parameters naming
* Changed command related content to functions instead of repetitive functions
* Added echoArray function to print contents of each command array,
instead of constantly using the term.echo() method, making output formating more consistent
* Changed hideSource paramter to source, default true shows source text, false hides source text
* Changed output of job, education, certifications
* All is now array of arrays instead of calling each function individually
Documentation
- Update license (ee629ca)
Chores
- Update jcubic/jquery.terinal to v2.42.0 (23e7506)