2023-07-30 09:36:41 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 18.2.0
Features
- template: add hresult function (8aac099)
|
2023-07-28 13:12:23 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 18.1.0
Features
- config: parse jsonc config files (3a580ff), closes #4097
|
2023-07-25 12:08:26 by pin | Files touched by this commit (3) |  |
Log message:
shells/oh-my-posh: update to 18.0.1
Adopt maintainership, I'm updating this most of the time anyway.
v18.0.1
Bug Fixes
- cursor: allow disabling cursor positioning (0af3029), closes #4072
v18.0.0
Features
- exit: implement pipestatus (f47da95), closes #4070
BREAKING CHANGES
- exit: exit segment is now called status segment.
The exit keyword is now deprecated and will be removed in a future
release. Please use the status keyword instead.
Additionally, the status segment configuration has changed to support
$PIPESTATUS. You can include a status template to customize the
rendering of each individual status code (supported in fish, zsh and
bash).
In case no $PIPESTATUS is available, the status segment will fall back
to the exit code of the last command using the status template
for rendering.
The {{ .Meaning }} property has been marked as deprecated and can be
replaced with {{ reason .Code }}, allowing it to be reused in
cross segment templates.
|
2023-07-23 21:06:38 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 17.12.1
Bug Fixes
- http: only use HTTPS_PROXY (413cb97)
|
2023-07-21 22:40:30 by pin | Files touched by this commit (3) |  |
Log message:
shells/oh-my-posh: update to 17.12.0
Features
- add quasar segment (aacef4b)
|
2023-07-20 21:46:51 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 17.11.3
Bug Fixes
- os: support alma linux 9 (d4d6710), closes #4065
|
2023-07-15 12:53:10 by Benny Siegert | Files touched by this commit (151) |  |
Log message:
Revbump all Go packages after go120 update
|
2023-07-14 21:02:39 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 17.11.2
v17.11.2
Bug Fixes
- os: use correct Android platform name (1f28305)
v17.11.1
Bug Fixes
- android: update version based on bash capabilities (9b011b4)
v17.11.0
Bug Fixes
- android: correct version number trimming (2bfd08e)
Features
- kubectl: specify context aliases (b27608d)
v17.10.0
Features
- build for android (7d5c731)
|
2023-07-14 13:51:07 by pin | Files touched by this commit (2) |  |
Log message:
shells/oh-my-posh: update to 17.9.1
Bug Fixes
- azure: correct Azure icon (bce149b), closes #4056
|
2023-07-10 21:32:33 by pin | Files touched by this commit (3) |  |
Log message:
shells/oh-my-posh: update to 17.9.0
v17.9.0
Features
- use asdf to determine elixir version (cca3e05)
v17.8.0
Features
- aws: use AWS_DEFAULT_PROFILE for profile name (69a95bf), closes #4036
v17.7.0
Bug Fixes
- install.sh: missing oh-my-posh binary ubuntu 20 (bc56421)
Features
- update to go 1.20.5 (e6e9d0a)
|