Path to this page:
Subject: CVS commit: pkgsrc/shells/oh-my-posh
From: pin
Date: 2023-07-25 12:08:26
Message id: 20230725100826.75B57FBDC@cvs.NetBSD.org
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.
Files: