Skip to content

Latest commit

 

History

History
512 lines (240 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

512 lines (240 loc) · 15.3 KB

3.10.3 (2023-07-22)

Bug Fixes

  • deps: update dependency fast-glob to v3.3.1 (5581fa3)

3.10.2 (2023-06-30)

Bug Fixes

  • deps: update dependency fast-glob to v3.3.0 (ad9f56d)

3.10.1 (2023-03-21)

Bug Fixes

  • rename commands to comply with VSCode style guides (72f6843)

3.10.0 (2023-01-30)

Features

  • Settings: add option to disable context menus (f3b1431)

3.9.3 (2023-01-30)

Bug Fixes

  • NewFileController: show workspace selector when relative to root (e3fcf96)

3.9.2 (2023-01-28)

Bug Fixes

  • MoveFileController: disable brace expansion (8874f26)

3.9.1 (2023-01-25)

Bug Fixes

  • build: include changelog (550e190)

3.9.0 (2023-01-25)

Bug Fixes

  • RenameFileController: always append base path (cd6f352)

Features

  • add inputBox pathTypeIndicator setting (3390544)
  • inputBox: add path representation configuration (82e7364)

3.8.0 (2023-01-23)

Features

  • DuplicateFile: add typeahead support (44ac603)
  • MoveFile: add typeahead support (0e3e0ca)
  • NewFile: add typeahead setting (764f614)
  • NewFolder: add dedicated typeahead setting (6d4359a)

3.7.0 (2023-01-23)

Features

  • publish to open vsx repository (f0d643f)

3.6.0 (2023-01-23)

Bug Fixes

  • TreeWalker: replace workspace.findFiles in favor of fast-glob (37c5078)

3.5.1 (2023-01-02)

Bug Fixes

  • ci: update semantic release (6c12e92)

3.5.0 (2022-01-18)

Features

  • ci: enable github actions (3eead61)

3.4.6 (2022-01-14)

Bug Fixes

  • trigger gh actions release pipeline (d9a59c9)

3.4.5 (2021-02-22)

Bug Fixes

  • deps: update dependency brace-expansion to v2.0.1 (dd094d0)

3.4.4 (2021-02-01)

Bug Fixes

  • prefer uri over current editor (e63b27f)

3.4.3 (2021-01-06)

Bug Fixes

  • NewFileController: properly brace expand backslash paths (ff95aae)

3.4.2 (2020-11-17)

Bug Fixes

3.4.1 (2020-11-08)

Bug Fixes

  • build: include node_modules (a28b0da)

3.4.0 (2020-11-06)

Bug Fixes

  • readme: trigger release (9314428)

Features

  • NewFileCommand: add support for brace expansion (5e06afc)

3.3.3 (2020-10-26)

Bug Fixes

  • New Folder or File Relative to Current View: cancel execution if no editor is open (858fea6)

3.3.2 (2020-10-26)

Bug Fixes

  • package: update extension main file entry (4892f84)

3.3.1 (2020-10-25)

Bug Fixes

  • duplicate: prevent directories to be opened as document (dc1c9f0)

3.3.0 (2020-10-25)

Features

  • menus: add file releated commands to tab and editor context (a8b748e)

3.2.0 (2020-10-25)

Features

3.1.1 (2020-10-23)

Bug Fixes

  • Rename, Move: keep file in editor group (5478345)

3.1.0 (2020-10-18)

Features

  • move/rename: trigger update imports when moving file (7a40237)

3.0.1 (2020-01-15)

Bug Fixes

  • FileItem: ensure file exists before deleting it (7a44326)

3.0.0 (2019-09-03)

Bug Fixes

  • TreeWalker: handle large directory structures safely (c419c78)

BREAKING CHANGES

  • TreeWalker: The configuration option "typeahead.exclude" has been removed in favour of VS Code native "files.exclude" option.

2.14.9 (2019-08-26)

Bug Fixes

  • RemoveFileCommand: ensure only delete file tab was closed (557e794)

2.14.8 (2019-08-26)

Bug Fixes

  • NewFileCommand: show quickpick on large directory structures (8c8c537)

2.14.7 (2019-08-23)

Bug Fixes

  • NewFileCommand: show folder selector (38fb33f)

2.14.6 (2019-08-20)

Bug Fixes

  • missing callback in remote environments (63ef29a)

2.14.5 (2019-06-03)

Bug Fixes

  • CopyFileName: forward and process tab uri (68ae985)

2.14.4 (2019-05-29)

Bug Fixes

  • FileItem: update trash import (850dfff)
  • package: update trash to version 5.0.0 (51f7017)

2.14.3 (2019-05-29)

Bug Fixes

  • contribution: reorder conext menu items (2883402)

2.14.2 (2019-05-29)

Bug Fixes

  • package: update fs-extra to version 8.0.0 (86ff0b9)

2.14.1 (2019-05-29)

Bug Fixes

2.14.0 (2019-05-29)

Features

  • editor/title/context: add rename, remove and copy command (bb0482e)

2.13.7 (2019-04-20)

Bug Fixes

2.13.6 (2019-04-20)

Bug Fixes

  • NewFileCommand: prompt to select workspace (8335975)

2.13.4 (2019-01-03)

Bug Fixes

  • README: remove unsupported category (4a13e08)

2.13.3 (2018-11-11)

Bug Fixes

  • releaserc: enable release notes plugin (b88a7c6)
  • releaserc: enable release notes plugin (eabac50)

2.13.0 (2018-11-10)

Features

  • File: Rename
  • File: Move iliashkolyar Add configuration to support whether to close old tabs PR#67

2.12.0 (2018-11-02)

Fixes

Features

2.10.3 (2018-06-15)

Fixes

  • File: New File, Show quick pick view only if more than 1 choice available.

2.10.0 (2018-06-14)

Features

2.9.0 (2018-05-24)

Features

  • File: New File, Adding a trailing / to the supplied target name causes the creation of a new directory. PR#25

2.8.1 (2018-02-25)

Fixes

  • Extension can not be loaded due to missing dependency.

2.8.0 (2018-02-25)

Features

  • File: Delete, Add configuration fileutils.delete.useTrash in order to move files to trash.
  • File: Delete, Add configuration fileutils.delete.confirm to toggle confirmation dialog.

2.7.1 (2017-10-25)

Fixes:

  • Renaming and other actions move editor to first group

2.7.0 (2017-10-05)

Features:

2.6.1 (2017-06-12)

Fixes:

  • Keyboard shortcuts failed to execute

2.4.1 (2017-03-06)

Features:

  • Enable modal confirmation dialogs

2.3.4 (2017-03-06)

Fixes:

  • File-New File or Folder failed to execute

2.3.3 (2017-01-12)

Fixes:

  • File-Duplicate from the context menu doesn't work on Windows

2.3.1 (2016-10-14)

Features:

  • file browser context menu

    Duplicate
    
  • file editor context menu

    Duplicate
    
  • file editor context menu

    Move
    

2.0.0 (2016-07-18)

Features:

  • file browser context menu

    Move
    

    Moves the selected file or directory.

    (Also creates nested directories)

Breaking Changes:

  • command prefix extensions has been renamed to fileutils

1.1.0 (2016-05-04)

Features:

  • command

    File: New File Relative to Current View
    

    Adds a new file relative to file open in active editor.

    (Also creates nested directories)

  • command

    File: New File Relative to Project Root
    

    Adds a new file relative to project root.

    (Also creates nested directories)

  • command

    File: New Folder Relative to Current View
    

    Adds a new directory relative to file open in active editor.

    (Also creates nested directories)

  • command

    File: New Folder Relative to Project Root
    

    Adds a new directory relative to project root.

    (Also creates nested directories)

1.0.0 (2016-05-03)

Features:

  • command

    File: Rename
    

    Renames the file open in active editor.

    (Also creates nested directories)

  • command

    File: Move
    

    Moves the file open in active editor.

    (Also creates nested directories)

  • command

    File: Duplicate
    

    Duplicates the file open in active editor.

    (Also creates nested directories)

  • command

    File: Remove
    

    Deletes the file open in active editor.