Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 894 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 894 Bytes

Change Log

All notable changes to the "context-copy" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[v0.0.1]

  • Initial release

[UNRELEASED]

Added

  • New Commands:
    • Copy This File for Context: Copy the current file as Markdown.
    • Copy This Tab Group for Context: Copy all files in the same tab group as Markdown.
    • Copy All Open Tabs for Context: Copy all open tabs as Markdown.
  • Context Menu Improvements:
    • Grouped the new copy commands together in the editor title context menu for better organization.
    • Added a horizontal separator between the copy commands and other options in the context menu.

Updated

  • Enhanced the functionality to better reflect VS Code's tab management, allowing users to copy files based on their tab organization.