Releases: sayanarijit/xplr
Releases · sayanarijit/xplr
v0.3.12
Fixes
- Fix symlink support.
- Fix refresh behavior.
- Fix logs not being written to the pipe.
- Fix the help menu displaying esc for quit.
v0.3.10
Changes
- Watch PWD for changes.
- Optimize the main thread (small performance gain).
v0.3.9
Changes
There are changes in the default key bindings
- When in the default mode, pressing
esc
will not quit the session. :e
will open a file in${EDITOR:-vi}
.- When in the default
search
mode, entering or leaving a directory will not reset the mode back todefault
.
This might seem a little counter-intuitive to thennn
users, but I think this adds to the productivity and should be the default. The real-time mode indicator will help the users adapt to the alternate defaults.
v0.3.8
Changes
- Add
RemoveNodeFilterFromInput
message. - Fix search and
show hidden
behavior. - Clear screen before exit.
v0.3.7
Changes
- Commands (i.e. Call and BashExec) will not print the outputs to the main screen, keeping it clean.
- By default, directories will now be colored Cyan
v0.3.6
Fix failed build and re-publish.
v0.3.4
Fixes
Fix renaming and $XPLR_FOCUS_PATH
formatting.
v0.3.3
- Go easy on CPU
- Run faster
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.