Skip to content

Releases: svkaka/copy-files-content

1.0.2

18 Feb 03:40

Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

  • fix manifest description

1.0.1

18 Feb 03:30

Choose a tag to compare

  • Recursive Processing: Built the logic to copy content from single files or entire folders while skipping binary files (PDFs, images).
  • Template Engine: Implemented a token-based system ({{path}}, {{fileName}}, {{content}}) so users can customize their clipboard output.
  • Suppport for ignoring file extensions
  • Refined Settings UI: Created a settings tab with a "one-click" token toolbar and instant-reset buttons.
  • Stability & Cleanup: Cleared all ESLint errors and ensured the plugin uses only public, stable APIs to prevent future breakage.