Releases: sayanarijit/xplr
Releases · sayanarijit/xplr
v0.3.2
Changes
- Expose
$XPLR_PIPE_MODE_OUT
- Separate app and config version (
xplr | yq '.version, .config.version'
) - Fix some formatting issues.
- Expose
$XPLR_APP_VERSION
and$XPLR_CONFIG_VERSION
v0.3.1
Improve version incompatibility error With this change, `xplr` will only raise version incompatibility error if the major version changes. Minor version updates are assumed to be backwards compatible. If the major version is `v0`, the minor version will be considered as the major version and the security/patch version will be considered as minor version and the same logic will apply.
v0.3.0
Changes
$XPLR_APP_YAML
has been removed.$XPLR_RESULT
has been ported to$XPLR_PIPE_RESULT_OUT
.$XPLR_GLOBAL_HELP_MENU
has been ported to
$XPLR_PIPE_GLOBAL_HELP_MENU_OUT
.$XPLR_DIRECTORY_NODES
has been ported to
$XPLR_PIPE_DIRECTORY_NODES_OUT
.$XPLR_LOGS
has been ported to$XPLR_PIPE_LOGS_OUT
.$XPLR_PIPE_RESULT
has been ported to$XPLR_PIPE_RESULT_OUT
.
Hence, instead of <<< $VAR
, < $VAR_PIPE_OUT
should be used.
v0.2.21
Changes
By default, while renaming a file, xplr
will autocomplete the relative path i.e.
the filename instead of the absolute path in the input buffer.
v0.2.20
Changes
- The session will be auto refreshed every second. So it's okay not passing
Refresh
in the config file. - Added alias
BashExec
to messageCall
with args["-c", "bash", ...]
. So your config file should look a little nicer now.