oh-my-posh

The most customisable and low-latency cross platform/shell prompt renderer

MIT License

Stars
14.4K
Committers
399

Bot releases are hidden (Show)

oh-my-posh - v21.5.0

Published by JanDeDobbeleer 4 months ago

Bug Fixes

  • git: set .Ref correctly on detached HEAD (fbc21b8), closes #5035

Features

  • font: install system wide as root on Linux (89beb8d)
  • font: reload font cache on unix systems (ddd1201)
oh-my-posh - v21.4.0

Published by JanDeDobbeleer 4 months ago

Features

oh-my-posh - v21.3.0

Published by JanDeDobbeleer 5 months ago

Features

oh-my-posh - v21.2.2

Published by JanDeDobbeleer 5 months ago

Bug Fixes

  • upgrade: include netbsd (d824c78)
oh-my-posh - v21.2.1

Published by JanDeDobbeleer 5 months ago

Bug Fixes

oh-my-posh - v21.2.0

Published by JanDeDobbeleer 5 months ago

Features

  • git: add icon for Codeberg upstream (d20bf0f)
oh-my-posh - v21.1.0

Published by JanDeDobbeleer 5 months ago

Features

  • cli: add upgrade command (a0d2289)
oh-my-posh - v21.0.1

Published by JanDeDobbeleer 5 months ago

Bug Fixes

  • owm allow location city name with spaces (041c5d4)
oh-my-posh - v21.0.0

Published by JanDeDobbeleer 5 months ago

Features

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

BREAKING CHANGES

  • owm: location is now required instead of latitude
    and longitude
oh-my-posh - v20.2.3

Published by JanDeDobbeleer 5 months ago

Bug Fixes

  • ansi: reset background when transparent (099f6cb)
oh-my-posh - v20.2.2

Published by JanDeDobbeleer 5 months ago

Bug Fixes

  • font: use font base name (517b7a6)
oh-my-posh - v20.2.1

Published by JanDeDobbeleer 5 months ago

Bug Fixes

oh-my-posh - v20.2.0

Published by JanDeDobbeleer 5 months ago

Features

  • helm: add helmfile support (11606ea)
oh-my-posh - v20.1.0

Published by JanDeDobbeleer 5 months ago

Features

  • powerline: add leading_powerline_symbol (be47940)
oh-my-posh - v20.0.2

Published by JanDeDobbeleer 5 months ago

Bug Fixes

  • iterm: initialize prompt mark correctly for all supported shells (eebb45e)
oh-my-posh - v20.0.1

Published by JanDeDobbeleer 5 months ago

Bug Fixes

  • correct links for versions higher than 6 (5dee9d7)
oh-my-posh - v20.0.0

Published by JanDeDobbeleer 5 months ago

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.

oh-my-posh - v19.32.0

Published by JanDeDobbeleer 5 months ago

Features

  • zsh: remove rprompt space natively (391ceaf)
oh-my-posh - v19.31.0

Published by JanDeDobbeleer 5 months ago

Features

oh-my-posh - v19.30.0

Published by JanDeDobbeleer 5 months ago

Features

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