Skip to content

Releases: sayanarijit/xplr

v0.3.10

08 Apr 22:53
Compare
Choose a tag to compare

Changes

  • Watch PWD for changes.
  • Optimize the main thread (small performance gain).

v0.3.9

08 Apr 20:11
Compare
Choose a tag to compare

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 to default.
    This might seem a little counter-intuitive to the nnn 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

08 Apr 02:47
Compare
Choose a tag to compare

Changes

  • Add RemoveNodeFilterFromInput message.
  • Fix search and show hidden behavior.
  • Clear screen before exit.

v0.3.7

07 Apr 14:32
Compare
Choose a tag to compare

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

06 Apr 21:42
Compare
Choose a tag to compare

Fix failed build and re-publish.

v0.3.4

06 Apr 21:15
Compare
Choose a tag to compare

Fixes

Fix renaming and $XPLR_FOCUS_PATH formatting.

v0.3.3

06 Apr 20:31
Compare
Choose a tag to compare
  • Go easy on CPU
  • Run faster

v0.3.2

06 Apr 13:41
Compare
Choose a tag to compare

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

06 Apr 01:14
Compare
Choose a tag to compare
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

05 Apr 15:00
Compare
Choose a tag to compare

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.