Skip to content

Releases: maxisam/my-folders

v1.1.1

08 Nov 19:55
Compare
Choose a tag to compare

   🚀 Features

  • Update VSCode settings to exclude version control and system files  -  by @maxisam (b2bba)
  • Implement caching for configuration retrieval to improve performance  -  by @maxisam (c34ec)
  • Add mergeConfig and uniqueArrayMerge functions with corresponding tests  -  by @maxisam (4180d)
  • Enhance configuration retrieval with caching and merging logic  -  by @maxisam (42f0f)
  • Save skipWorktree item to config  -  by @maxisam (dcc6a)
  • Add getPlatform function to determine the operating system  -  by @maxisam (9c240)
  • Implement platform-specific commands for listing skip worktree files  -  by @maxisam (11187)

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0

05 Nov 05:40
Compare
Choose a tag to compare

   🚀 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

v0.6.0

01 Nov 22:04
Compare
Choose a tag to compare

   🚀 Features

  • Setup jest for unit test  -  by @maxisam (de2d8)
  • Add jest-mock-vscode dependency and create mock for vscode  -  by @maxisam (55bcd)
  • Add ESLint configuration and update linting scripts in package.json  -  by @maxisam (f19ae)
  • Setup jest unit test for vscode  -  by @maxisam (cf4f4)
  • Add unit tests for utility functions for runCommand  -  by @maxisam (a5846)
  • Add Git API interfaces and utility functions for Git command execution  -  by @maxisam (953ad)
  • Implement gitInfoExclude functionality to exclude my-folders.json in .git/info/exclude  -  by @maxisam (714a5)
  • Add test-workspace  -  by @maxisam (75c84)
  • Update test scripts to include unit tests and clean up test setup  -  by @maxisam (4a6f0)

   🐞 Bug Fixes

  • RemoveAllItemsAsync should clean up existing bookmarked list  -  by @maxisam (133d5)
  • Update target to ESNext in tsconfig.base.json  -  by @maxisam (a3ad2)
  • Merge default configuration with original configuration in getConfigurationAsync  -  by @maxisam (daa36)
  • Lower coverage thresholds in Jest configuration for more flexible testing  -  by @maxisam (167b7)
  • Update VSCode engine version to ^1.95.0 in package.json  -  by @maxisam (668d0)
    View changes on GitHub

v0.5.0

25 Oct 14:12
c727e18
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.4.0

25 Oct 04:11
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.3.1

23 Oct 14:06
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.3.0

23 Oct 06:07
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.2.0

22 Oct 06:32
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.1.0

22 Oct 03:20
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.1

21 Oct 21:04
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub