Skip to content

Releases: JanDeDobbeleer/oh-my-posh

v21.0.1

30 May 19:30
Compare
Choose a tag to compare

Bug Fixes

  • owm allow location city name with spaces (041c5d4)

v21.0.0

29 May 15:30
Compare
Choose a tag to compare

Features

  • owm: only use location for api call (722073b)

BREAKING CHANGES

  • owm: location is now required instead of latitude
    and longitude

v20.2.3

29 May 12:20
Compare
Choose a tag to compare

Bug Fixes

  • ansi: reset background when transparent (099f6cb)

v20.2.2

27 May 18:17
Compare
Choose a tag to compare

Bug Fixes

  • font: use font base name (517b7a6)

v20.2.1

26 May 15:51
Compare
Choose a tag to compare

Bug Fixes

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.