Skip to content

Releases: jwalton/kitsch

v0.0.15

21 Sep 04:01
v0.0.15
37cd245
Compare
Choose a tag to compare

Changelog

Others

  • 37cd245 fix: Better rendering of flexible spaces in docs.
  • 1c7988c fix: Remove a hex color from the default configuration.

v0.0.14

20 Sep 20:45
v0.0.14
dee46b8
Compare
Choose a tag to compare

Changelog

Others

  • 4bad6ed feat: Add starship-style config sample.
  • 3bb2915 fix(perf): Fix incorrect logging of performance of context setup.
  • 986ec5c fix: Better error messages for kitsch init.
  • 49fb63f fix: Fix thread safety issue in logging.
  • bdef604 fix: Make default configuration look good on light backgrounds.

v0.0.13

20 Apr 17:06
v0.0.13
4767e01
Compare
Choose a tag to compare

Changelog

Features

Bug Fixes

Breaking Changes

  • Custom module now requires a "command" instead of a "from", and similarly "file" requires a "file" instead of "from".

Full Changelog: v0.0.11...v0.0.13

v0.0.11

16 Apr 13:00
v0.0.11
f78c9a4
Compare
Choose a tag to compare

Changelog

Others

  • f78c9a4 feat: Add timeouts to modules.

v0.0.10

10 Apr 18:27
v0.0.10
224968a
Compare
Choose a tag to compare

Changelog

Others

  • f497286 feat: Add flexible_space module.
  • 0b2ce6b fix(projects): Fix version parsing for go executable.

v0.0.9

28 Mar 14:15
v0.0.9
6d809c0
Compare
Choose a tag to compare

Changelog

Others

  • e552585 fix(goreleaser): Make caveats section for brew tap more obvious.
  • 6d809c0 fix(projects): Fix for case with multiple getters.
  • ca26486 fix: Fix error message for file module.
  • 48c83c0 style: Minor change to projects template in default config.

v0.0.8

06 Feb 04:40
v0.0.8
b34b4d8
Compare
Choose a tag to compare

Changelog

Others

  • 05a8c69 feat(projects): Allow multiple getters, and other new features.

v0.0.7

04 Feb 22:10
v0.0.7
6d45ce5
Compare
Choose a tag to compare

Changelog

Others

  • 106e9c2 feat(install.sh): Allow specifying install directory. Do not ask for sudo password if not required.
  • d9f7432 fix(gitutils): Correctly handle case where HEAD points to ref that does not exist.

v0.0.6

03 Feb 03:42
v0.0.6
6365db3
Compare
Choose a tag to compare

Changelog

  • dd4cb33 feat(git): Allow customizing the label applied based on the repo state.
  • 832b331 feat(git): Allow customizing the symbol for the current git diverged-state.
  • 2f1343c fix(block): Include disabled modules in "Modules by ID" output.
  • 934b5ad fix(gitutils): Fix for how we cache head info when searching for tags.
  • 5612ef6 fix(powerline): Remove unused config options.
  • baf319f fix: Better descriptions for modules.
  • 0deca5d fix: Consistent warning messages for invalid styles.
  • 23fc723 fix: Minor git-related fixes.
  • 19bed3d refactor(git): Split git up into git_head, git_state, and git_diverged.

Breaking Changes:

  • The "git" module has been split up into "git_head", "git_state", and "git_diverged".

v0.0.5

01 Feb 22:14
v0.0.5
1711f68
Compare
Choose a tag to compare

Changelog

  • 2a676c4 feat(projects): Correctly cache node/npm version when using volta.
  • 1711f68 fix(projects): Support volta on windows.
  • 7798486 perf(projects): Get node.js version from volta config if not in package.json.