Skip to content

Releases: JanDeDobbeleer/oh-my-posh

v20.2.0

23 May 16:18
Compare
Choose a tag to compare

Features

  • helm: add helmfile support (11606ea)

v20.1.0

23 May 08:01
Compare
Choose a tag to compare

Features

  • powerline: add leading_powerline_symbol (be47940)

v20.0.2

20 May 18:10
Compare
Choose a tag to compare

Bug Fixes

  • iterm: initialize prompt mark correctly for all supported shells (eebb45e)

v20.0.1

20 May 14:25
Compare
Choose a tag to compare

Bug Fixes

  • correct links for versions higher than 6 (5dee9d7)

v20.0.0

19 May 12:18
Compare
Choose a tag to compare

Features

  • iterm: add iTerm features to the root configuration (e7a10ac)

BREAKING CHANGES

  • iterm: The iTerm segment has been removed and its features
    have been added to the root configuration. To re-enable the iTerm
    features, remove the iTerm segment and add the following to your
    oh-my-posh configuration:
{
  "iterm_features": ["prompt_mark", "current_dir", "remote_host"]
}

Choose this option if you want to enable the prompt mark for shell
integration and/or enable current directory and remote host in the
iTerm status bar.

v19.32.0

19 May 07:25
Compare
Choose a tag to compare

Features

  • zsh: remove rprompt space natively (391ceaf)

v19.31.0

19 May 06:49
Compare
Choose a tag to compare

Features

v19.30.0

17 May 12:01
Compare
Choose a tag to compare

Features

  • font: add official Cascadia Code release (4e9f7f9), closes #4936

v19.29.1

14 May 18:22
Compare
Choose a tag to compare

Bug Fixes

  • template: correctly map SHLVL for use (2a144c9)

v19.29.0

13 May 06:46
Compare
Choose a tag to compare

Features

  • python: add support for py launcher (738048b), closes #4923