Skip to content

Releases: coolapso/hugo-theme-terminalcv

v3.0.1

13 Jul 08:53
47d639d
Compare
Choose a tag to compare

3.0.1 (2024-07-13)

Bug Fixes

  • jquery.terminal: Bump to 2.42.2 (47d639d)

Documentation

deps

  • Update jquery.terminal to v2.42.1 (2c10043)

v3.0.0

30 Jun 16:33
0fbf995
Compare
Choose a tag to compare

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

09 Jun 20:44
b4810b4
Compare
Choose a tag to compare

2.2.0 (2024-06-09)

Feature

  • certifications: Certification badge (#14) (b4810b4)

v2.1.1

08 Jun 10:28
624900e
Compare
Choose a tag to compare

2.1.1 (2024-06-08)

Bug Fixes

Documentation

  • readme: Update usage instructions (7b7a9e4)

Chores

  • Add Makefile (a7b85ba)
  • fix example site to be usable by default (d6fecbc)

v2.1.0

07 Jun 21:12
711af86
Compare
Choose a tag to compare

2.1.0 (2024-06-07)

Feature

Documentation

  • README: Use absolute path for image (421b288)

Chores

v2.0.1

07 Jun 16:26
8b598d2
Compare
Choose a tag to compare

2.0.1 (2024-06-07)

Bug Fixes

  • help: Fix inconsistent help message (8b598d2)

Chores

v2.0.0

07 Jun 15:01
2cc0cc8
Compare
Choose a tag to compare

2.0.0 (2024-06-07)

Breaking Changes

  • social: Move hide name to social settings (794e4c8)

Move hideSocialName settings to social section

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

Chores

  • Update jcubic/jquery.terinal to v2.42.0 (23e7506)

ref

  • social: Automatically set spacing (2cc0cc8)
  • help: Refactor help message (922e4ba)
  • Update source link (643e3a2)

v1.2.0

26 May 17:05
90fe042
Compare
Choose a tag to compare

1.2.0 (2024-05-26)

Feature

Documentation

CI

ref

v1.1.2

09 May 11:19
1723b7d
Compare
Choose a tag to compare

1.1.2 (2024-05-09)

Bug Fixes

v1.1.1

24 Feb 10:59
a13a8ac
Compare
Choose a tag to compare

1.1.1 (2024-02-24)

Bug Fixes

  • Update jquery.terminal to 2.35.1 (#8) (a13a8ac)

Documentation

  • Fix invalid HTML Link in README (#7) (ed89dda)

CI

  • Change to go-semantic-release (46464c1)