Skip to content

Tags: sayanarijit/xplr

Tags

v0.21.10

Verified

This commit was signed with the committer’s verified signature.
sayanarijit Arijit Basu
Upgrade deps (#738)

* Upgrade deps

* Fix lint

* Try fix musl build

* Try fix 2

* Ignore musl build for this release

v0.21.9

Verified

This commit was signed with the committer’s verified signature.
sayanarijit Arijit Basu
Fix CI

v0.21.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.21.8 (#716)

- Added vim-like scrolling as the default scrolling method. Set
`xplr.config.general.paginated_scrolling = false` to disable ~ by
@ElSamhaa & @sayanarijit.
- Added `xplr.config.general.scroll_padding` config option to set the
padding in vim-like scrolling ~ by @ElSamhaa & @sayanarijit.
- Fixed some color rendering issues ~ by @har7an.
- Added feature flag so that xplr can be build with system Lua ~ by
@nekopsykose.
- Fixed `ScrollUpHalf` behavior.
- `xplr.util.lscolor()` won't return nil anymore.
- Arguments passed to the custom dynamic layout Lua function will
include `scrolltop` field.
- Fixed node_type resolution for directories with `.` in their name ~ by
@abhinavnatarajan.
- Dependency updates.

v0.21.7

Verified

This commit was signed with the committer’s verified signature.
sayanarijit Arijit Basu
Disable snap build

v0.21.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.21.6 (#701)

- Snap build
- xplr.util.debug()
- `c` and `m` key bindings for quick copy and move.
- ScrollUpHalf fix
- Dependency updates

v0.21.5

Verified

This commit was signed with the committer’s verified signature.
sayanarijit Arijit Basu
Add initial pwd to history

v0.21.4

Verified

This commit was signed with the committer’s verified signature.
sayanarijit Arijit Basu
Update version

v0.21.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.21.3 (#661)

v0.21.2

Verified

This commit was signed with the committer’s verified signature.
sayanarijit Arijit Basu
Cleanup unused features

v0.21.1

Fix SelectAll and UI colors (#604)

- SelectAll will not unselect the existing paths. Same for
  ToggleSelectAll.
- Fixed UI bug causing random bold characters (deps).