Bug Fixes
Features
- cache: allow caching on device scope (c012bbc)
- git: remove unused
fetch_worktree_countoption (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