Skip to content

Releases: JanDeDobbeleer/oh-my-posh

v29.0.2

09 Jan 07:10

Choose a tag to compare

Performance Improvements

  • make use of strings.Cut (43c65a7)

v29.0.1

07 Jan 06:56

Choose a tag to compare

Bug Fixes

  • schema: add device caching strategy (23a211a)

v29.0.0

06 Jan 11:31

Choose a tag to compare

Bug Fixes

Features

  • cache: allow caching on device scope (c012bbc)
  • git: remove unused fetch_worktree_count option (e00e4ce)
  • node: add krypton, lts/v24 codename (588b0d6)
  • segments: add template resolution for secret options (1c5f226)

BREAKING CHANGES

  • segments: This removes the following environment variables:
  • POSH_OWM_API_KEY
  • POSH_OWM_LOCATION

You can now use the corresponding options to inject your own
environment variable instead. For example:

"api_key": "{{ .Env.POSH_OWM_API_KEY }}",

Co-authored-by: JanDeDobbeleer 2492783+JanDeDobbeleer@users.noreply.github.com

v28.10.0

03 Jan 13:18

Choose a tag to compare

Bug Fixes

  • handle remote ports with lengths other than 4 (0c5391b)
  • nu: output init on --print flag (c7ae0a1), closes #7151
  • schema: add missing options to schema.json (254f0c4)

Features

  • remove unused block properties (470854a)

v28.9.0

31 Dec 10:51

Choose a tag to compare

Bug Fixes

  • docs: update broken link of go.mod (a91951d)
  • docs: update broken links (e102bae)

Features

v28.8.1

30 Dec 17:01

Choose a tag to compare

Bug Fixes

  • music: update music segments information (0ce8a60)

v28.8.0

30 Dec 07:17

Choose a tag to compare

Bug Fixes

  • add missing triple colon to ArgoCD (97f143d)
  • docs: add missing default folders to bazel (cbb8e01)
  • docs: add missing default folders to lua (6cdfb27)
  • docs: typo className on index.js (ad8b7b9)
  • docs: update cache_duration to none from 24h (a8742ee)
  • docs: use JSX instead of html (214b9f0)

Features

  • jujutsu: add counter for number of changes in working copy relative to bookmark (d684a81)
  • segments: new segment for winget upgrade (34d043d)
  • segment: update pnpm icon (ef02d5e)
  • theme: enhance thecyberden session display with username and SSH detection (26bca95)
  • update yarn icon (260676e)

v28.7.0

28 Dec 13:57

Choose a tag to compare

Bug Fixes

  • git: fallback to git_icon on no upstream (6cdd124), closes #7076

Features

  • claude: use session_id for session key (29215c2)
  • config: display actual error (0c1694e), closes #7075

v28.6.0

27 Dec 11:54

Choose a tag to compare

Features

  • cli: add claude command and segment for Claude Code integration (7c939c8)

v28.5.1

23 Dec 11:49

Choose a tag to compare

Bug Fixes

  • python: better uv command (14e0ec4)