Releases: stevearc/oil.nvim
Releases · stevearc/oil.nvim
v1.1.0
1.1.0 (2023-08-09)
Features
Bug Fixes
- directory hijacking when oil is lazy loaded (#149) (966eaaa)
- leave netrw autocmds intact when default_file_explorer = false (#135) (789b486)
- opening oil from netrw defaults to netrw directory (#148) (887bb4a)
- previewed buffers are deleted once hidden (#141) (eaa20a6)
- url-escape paths for scp (#134) (a5ff72a)
- use standard Directory highlight group (#139) (f180a9f)
v1.0.0
1.0.0 (2023-06-27)
⚠ BREAKING CHANGES
- selecting multiple files only opens buffers, not windows (#111)
- make oil buffers unlisted by default (#45)
- change scp:// urls back to oil-ssh://
Features
- action to copy path to entry under cursor (#50) (6581d76)
- action to open entry in new tab (#52) (48eec8b)
- action to open the cmdline with current entry as argument (#38) (75b710e)
- add
setup.view_options.is_excluded
(19ab948) - add action to open a terminal (c6a2e3e)
- add bug_report template (23d1ca7)
- add override config option to customize float layout (#132) (ac72a8d)
- add toggle_float function (#94) (82c7068)
- added command (af59e7b)
- API to change config.view.is_hidden_file at runtime (#69) (12bea0f)
- builtin support for editing files over ssh (#27) (ca4da68)
- can cancel out of progress window (273c2ce)
- can minimize the progress window (f28e634)
- columns: Add compatibility with previous versions (98a186e)
- columns: Change to use custom icons (6dc65dc)
- config for floating preview window (#74) (3e1affa)
- config function to define which files are hidden (#58) (e5acff1)
- config option for trashing deleted files (#99) (496d60f)
- config option to disable directory hijacking (#76) (3d3df74)
- config option to skip the disclaimer (adff3b9)
- config: Add custom icons (bf20bca)
- config: Change custom icons to columns config (cb54e03)
- convert oil://path/to/file.lua to normal file path (#77) (d7805c7)
- dispatch autocmd when oil buffer finishes rendering (3ac035e)
- display shortened path as title of floating window (#12) (9f7c4d7)
- expose buf_options in config (#28) (997d9cd)
- extension for resession.nvim (2bca582)
- first draft (fefd6ad)
- inform user how to disable netrw (6b10a36)
- more actions for interacting with preview window (#41) (b3c4ff3)
- new action open_cmdline_dir (#44) (6c4a3da)
- Oil command supports split and vert modifiers (#116) (f322209)
- oil.select can close oil buffer afterwards (#121) (a465123)
- option to disable all default keymaps (#16) (28da68a)
- prompt user to save changes before editing moved file/dir (#93) (6b05c2e)
- restore window view in oil.close() (#65) (33ee724)
- set filetype='oil_preview' for preview buffer (a587977)
- sort symbolic directory links like directories (98fcc2d)
- support custom trash commands (#110) (f535c10)
- update preview window when cursor is moved (#42) (6c6b767)
- Use <C-l> to refresh directory (#7) (d019d38)
Bug Fixes
- add autocmd to augroup (5e2f1ce)
- add WinLeave autocmd to augroup (6a227e9)
- allow calling oil.open() with a url (be695dc)
- alternate buffer preservation (#43) (4e853ea)
- always close keymap help window (#17) (7b703b4)
- always enter directory entries as a directory (0d5db08)
- another case of incorrect alternate buffers (#60) (b36ba91)
- bad interaction with editorconfig-vim (7371dd2)
- better behaved lazy loading in autocmds (7f17648)
- block quit if changes during :wq (#98) (37cb6be)
- bug when copying saved win options to split (#89) (caa65e5)
- catch errors opening preview window (#113) (64d2f30)
- close floating oil window on WinLeave (#17) (0f10485)
- copying symlinks (dc18d06)
- detect duplicate filenames in buffer (bcb99ae)
- don't close floating windows we didn't open (#64) ([073ecb3](073ecb3d68580cd131cd30d...