Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 05:40
· 14 commits to main since this release

   🚀 Features

  • Add unit tests for getRelativePath function and enhance its parameter handling  -  by @maxisam (4c794)
  • Move createExcludeList function and add unit tests for it  -  by @maxisam (89e60)
  • Add DEFAULT_WS_SETTING_PATH constant and refactor getExcludes and updateExcludes functions  -  by @maxisam (0602e)
  • Refactor configuration structure to include scope management and enhance exclude paths handling  -  by @maxisam (a9d0c)
  • Implement caching for Git API and add getFileGitStatus function  -  by @maxisam (8c1a7)
  • Add skipUserSettingsChanges function to manage user settings modifications and enhance path utilities with extractFilePaths function  -  by @maxisam (4b6be)
  • Enhance command configuration with additional icons and grouping for my-folders commands  -  by @maxisam (2ea04)

   🐞 Bug Fixes

  • Normalize path separators in pathUtils tests to use forward slashes  -  by @maxisam (56674)
    View changes on GitHub