Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.21.8 #716

Merged
merged 30 commits into from
May 5, 2024
Merged

v0.21.8 #716

merged 30 commits into from
May 5, 2024

Conversation

sayanarijit
Copy link
Owner

  • 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.

har7an and others added 30 commits March 26, 2024 11:44
which causes custom styling to be lost on the currently selected line.
- Added through a setting `vimlike_scrolling` which is turned off by
default
- A hard-coded _(for now)_ cushion of `5` lines that allows for
previewing the next lines while scrolling
- A separate struct `ScrollState` with getters and setters for the
`current_focus` field to disallow setting the field without updating the
`last_focus` field
Closes: #705

Also update xplr version.
Use stateful ui widget.
Fix node_type for directory with extension
@sayanarijit sayanarijit merged commit e0b0466 into main May 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants