Skip to content

Releases: alexluigit/dirvish

2.2.7

12 Mar 16:54
Compare
Choose a tag to compare

What's changed

  • use different handlers for local / sudo / remote connections
  • responsive & aligned git-msg attribute (github style)
  • support changing display order of some attributes
  • bug fixes for dirvish-subtree

Screenshots

Screenshot 2025-03-13 at 00 36 28

https://github.com/alexluigit/binaries/raw/refs/heads/main/dirvish/assets/git-msg.mp4

Full Changelog: 2.2.3...2.2.7

2.2.3

08 Mar 13:28
Compare
Choose a tag to compare

Emergency fixes for 2 bugs in 2.2.0:

  • Error caused by mismatched vc-backend when expanding subtree
  • Incorrect resetting after quitting dirvish-side

New feature:

  • dirvish-quit now works in all dirvish windows (#309)

2.2.0

07 Mar 13:34
Compare
Choose a tag to compare

BREAKING Changes

  • preview text files using proxy buffer (#184 #195 #270 #295)
  • replace magick with libvips for faster image preview (#218)
  • use 7-zip for archive preview
  • support font preview

Other changes

  • dirvish-reuse-session now accepts new value quit and open
  • allow setting dirvish-default-layout to nil
  • add dirvish-subtree-icon-scale-factor user option (#185)
  • fetch vc-info attribute asynchronously
  • add dirvish-inactive face
  • add dirvish-collapse-separator user option (#263)
  • support session|buffer locally attributes and mode-line-format (#286)
  • add dirvish-special-preview-mode and dirvish-misc-mode
  • support dired-find-alternate-file (#186)
  • sort history entries with access time (#265)
  • add dirvish-mode-line-bar-image-width option (#252)

Screenshots

Screenshot 2025-03-07 at 21 23 25

Full Changelog: 2.1.0...2.2.0

2.1.0

14 Feb 17:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.53...2.1.0

v2.0.53

10 Sep 05:47
Compare
Choose a tag to compare

Breaking changes

  • Use simulated dired buffers for parent directory and directory preview

    Prior to V2.0, dirvish command would create a ton of dired buffers because
    dired-noselect function were used to generate parent buffers and preview
    buffers for directory entries. Now these buffers are created internally by
    dirvish, meaning they'll not showing up as dired/dirvish buffers in your
    buffer list.

For other changes and bug fixes, see the CHANGELOG

v1.9.23

17 Jul 10:30
Compare
Choose a tag to compare

Breaking changes

  • Extract dirvish-media.el from dirvish.el

    • dirvish-auto-cache-threshold -> dirvish-media-auto-cache-threshold
    • New faces: dirvish-media-info-heading, dirvish-media-info-property-key
    • New command: dirvish-media-properties

For other changes and bug fixes, see the CHANGELOG

screenshot

v1.8.14

30 Jun 14:15
Compare
Choose a tag to compare

Breaking changes

  • New extension: dirvish-subtree
  • New extension: dirvish-collapse
  • New extension: dirvish-emerge
  • New extension: dirvish-fd
  • New extension: dirvish-narrow

For other changes and bug fixes, see the CHANGELOG

Notes

The lazy rendering and async I/O mechanism got a lot of improvements, Dirvish
even outperforms Dired in terms of opening big directories.

v1.3.20

15 May 08:50
Compare
Choose a tag to compare

Breaking changes

  • Add TRAMP support for dirvish-yank and friends

For other changes and bug fixes, see CHANGELOG

v1.2.0

24 Mar 16:20
Compare
Choose a tag to compare

BREAKING changes:

  • Async dired listing
  • Scope awareness session (frame, tab, etc.)

For other changes and bug fixes, see CHANGELOG

v1.0.0

07 Mar 15:06
Compare
Choose a tag to compare

Release Notes

The first release.