Skip to content

Releases: obaland/vfiler.vim

Release version 2.8.0

16 Feb 07:08
Compare
Choose a tag to compare

Features

Changes

Fixed bugs

  • Supported UNC path. (1328b9f)
  • Delete symlink itself instead of referenced directory by @amedama41 in #33
  • Fix operations for symlink referencing directory by @amedama41 in #35

Full Changelog: 2.7.0...2.8.0

Release version 2.7.0

30 Oct 09:38
b8e9ec4
Compare
Choose a tag to compare

Features

  • Add toggle option. (175275b)
  • Add smart move cursor actions. (97e63dc)
  • Add jump_to_history_directory action. (436bbf6)
  • Add scroll_up/down_preview actions. (89f613b)
  • Eenable to rename in copy and move. (e0971c4)

Updates

  • Erase duplicated history. (9e5b2a9)
  • Exclude current directory from history. (449ef2c)
  • Make extension sort stable. (b57b317)
  • Rename directory update stat function name. (0fc8a02)
  • Normalize consecutive slashes. (e306ec7)

Changes

  • Set default path to jump_to_directory action. (22363db)
  • Prefer minwidth / minheigth to window size. (4520936)

Fixed bugs

  • Reload for opened directories. (526c720)
  • Update opened directory stat (e9667d4)
  • Exclude root from target by toggle_select_all. (bbb6116)
  • Git status parse error for large stdout. (65371fe)
  • Display git status for paths including whitespace. (5dbe2af)
  • Open action when floating. (a41f75f)
  • view:get_item when opening two buffers. (1bea958)

Full Changelog: 2.6.2...2.7.0

Release version 2.6.2

04 Apr 13:18
Compare
Choose a tag to compare

Improvements

  • Extended the information that can be obtained through the status interface. (22db503)

Fixed bugs

  • Clipboard Behavior (#11, b658c79)
  • Support for file paths containing special characters (#10, 17d673c)
  • Execute the file with an external program (#11, 073601a)
  • Fixed a problem that caused incorrect behavior under the influence of the shell option. (#11, f554e95, d5a2dea)
  • Correction of documentation. (04f578c, 929bc2a)

Full Changelog: 2.6.1...2.6.2

Release version 2.6.1

06 Mar 09:28
Compare
Choose a tag to compare

Improvements

  • Obsolete the 'statusline' interface.
  • Changed the return value of the 'status' interface from a string type to a table type.

Fixed bugs

  • Fixed visual mode behavior during multiple rename action.
  • Readme: Update column argument. (1bcdff1)
  • Fixed choose window action. (d7d5af4)

Full Changelog: 2.6.0...2.6.1

Release version 2.6.0

19 Oct 06:56
Compare
Choose a tag to compare

Options

  • Added find_file option.

Improvements

  • Cursor actions for sibling of items.

Fixed bugs

  • Fixed to consider numberwidth option value when calculating window width.
  • Other minor bug fixes.

Full Changelog: 2.5.4...2.6.0

Release version 2.5.4

31 May 00:38
Compare
Choose a tag to compare

Options

  • Added option for actions.

Improvements

  • Supported Windows shortcut file opening.
  • Performance Tuning.

Fixed bugs

  • Other minor bug fixes.

Full Changelog: 2.5.3...2.5.4

Release version 2.5.3

11 Mar 09:29
Compare
Choose a tag to compare

Fixed bugs

  • Fixed the file control actions.

Full Changelog: 2.5.2...2.5.3

Release version 2.5.2

21 Feb 07:32
Compare
Choose a tag to compare

Options

  • Add session option
    Enabled to control how the session is saved.

Improvements

  • Improved actions related to job.

Fixed bugs

  • Fixed the behavior of width and height options.
  • Other minor bug fixes.

Full Changelog: 2.5.1...2.5.2

Release version 2.5.1

17 Feb 07:19
Compare
Choose a tag to compare

Improvements

  • Improved performance
    It makes it more comfortable to change directory and open and close the tree.

Fixed bugs

  • Fixed an error in file operation.
  • Improved the behavior of autocmd

Full Changelog: 2.5.0...2.5.1

Release version 2.5.0

10 Feb 02:51
Compare
Choose a tag to compare

Features

  • Add floating to layout option.
    By specifying this, you can start in a floating window style.

Abolitions

  • Abolished the statusline option.

Full Changelog: 2.4.1...2.5.0