Skip to content

v0.11.24

Choose a tag to compare

@github-actions github-actions released this 29 Jun 07:53

What's Changed

  • refactor(git): remove git plugins, make git-core unconditional (#436)
  • feat: Enter in tree filter opens selected match (not just close) (#434)
  • refactor: split config/mod.rs into focused submodules (#428)
  • test: add missing _test.rs for diff_nav.rs and fold.rs (#433)
  • chore: split mod_test.rs into sibling test files (#432)
  • docs(config): rewrite default config + docs to grouped schema (#430)
  • refactor: extract shared picker mouse handler (#427)
  • refactor: decompose handle_plugin_action into per-action methods (#429)
  • chore: split app/mod.rs into types, util, and plugin_ops submodules (#426)
  • refactor(search): split monolithic search.rs into src/search/ submodule (#425)
  • refactor: uniform bounds-checked tree-node access + clamp-selection invariant (#424)
  • refactor: group flat config into [tree]/[content]/[search] tables (+ back-compat) (#419)
  • refactor: extract shared fuzzy refilter logic (#423)
  • feat: configurable status-bar segment alignment (left/right per segment) (#415)
  • fix(breadcrumb): drop cursor subdir from breadcrumb, fix compact .. target (#388) (#416)
  • fix: symbol/punctuation key bindings on non-Latin layouts (#379) (#414)
  • refactor: centralize external-process launch (editor+browser) with non-interactive guard (#411)
  • fix(config): surface config save failures in status bar (#412)