What's new in Tachi Code v1.4.0?
This release focuses on improving how tabs are managed in the editor, along with a couple of bug fixes.
Highlights:
- Expanded drag and drop capabilities with added support for reordering tabs
- New Tab Management Commands for easier organization
- Improved tab context menu with new options for moving and closing tabs
New features
Section titled “ New features”Tab Management Improvements
Section titled “Tab Management Improvements”In this release, tab management has been significantly enhanced to improve usability and organization. Changes include:
- Drag and Drop Reordering: You can now reorder tabs by dragging and dropping them to your desired position, including moving tabs between different editor groups, or even dragging tabs out to create new editor groups.
- Drag and Drop Files into the tab bar: You can now drag and drop files from your file explorer directly into the tab bar to open them in Tachi Code. Previously, you could only drag and drop files into the editor area.
- New Commands: Several new commands have been added to help manage tabs more efficiently:
- View: Move Editor Left: Moves the current tab one position to the left.
- View: Move Editor Right: Moves the current tab one position to the right.
- View: Move Editor into Left Group: Moves the current tab into the editor group to the left (if one exists).
- View: Move Editor into Right Group: Moves the current tab into the editor group to the right (if one exists).
- New Context Menu Options: Right-clicking on a tab now provides options to move the tab into an adjacent editor group and an additional option to close all tabs to the left of the selected tab.
Improvements
Section titled “ Improvements”- Upgraded Shiki to v3.11.0, which includes various theme and language grammar updates.
- Upgraded MermaidJS to v11.10.0, which includes various bug fixes and improvements.
Bug fixes
Section titled “ Bug fixes”- Fixed tab pinning not having any effect.
- Fixed tab activation when identical “special” tabs are open (e.g., two
Welcome
editor tabs).