Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.84 KB

File metadata and controls

58 lines (34 loc) · 1.84 KB

Change Log - Commander V

Notable changes to the extension will be documented in this file. Reverse chron. order.

2.4.x – May 2024

Support for reading unsaved directly from the editor. Also a new "Rerun Commander V on Previous" feature. Refactored codebase.

2.3.x – May 2024

Recursive folder support, bug fixes, and design + performance improvements.

2.0.0 – 2.0.5 - April 29, 2024

Major release. Many updates and point releases fixing bloated bundle.

1.0.3 - April 23, 2023

  • ADDED keyboard bindings for The Commander (Mac: Cmd+Shift+V / Win: Ctrl+Shift+V)

1.0.2

  • CHANGED $path variable to use $file, which is more accurate
  • IMPROVED with updates to README.md

1.0.0 - April 21, 2023 🍾

  • ADDED sorting of files to match the project tree
  • IMPROVED behavior of the project tree to override maxdepth if the selected file is deeper in the tree
  • IMPROVED performance of the project tree
  • REVISED function names and settings

0.5.4 - April 19, 2023

  • IMPROVED with comments and cleanup
  • IMPROVED with updates to README.md
  • ADDED Commander backstory

0.5.3 - April 18, 2023

  • IMPROVED pruning of the ASCII tree (asciiTreePrune) as a setting in the config file. If true, the tree will be limited to the files being concatenated. If false, the tree will be the full project tree. Defaults to true.
  • ADDED ability to map hidden files that are otherwise in your ignore file when in prune mode.
  • IMPROVED the README and other files you probably don't need to read.

Enjoy.

0.5.2

  • ADDED pruning of the ASCII tree.

0.5.1 - April 17, 2023

  • Bugfixes and improvements to the ASCII tree generation
  • Better READMEs and added a CHANGELOG

0.5.0

  • Initial release. I built this the shoulders of my previous effort, PastePilot X, which was quite far along. So we're sailing from here with Commander V. I hope you enjoy it.