mirror of
https://github.com/firstsun-dev/git-files-sync.git
synced 2026-07-22 06:54:27 +00:00
## [1.1.2](https://github.com/firstsun-dev/git-files-sync/compare/1.1.1...1.1.2) (2026-06-16) ### Bug Fixes * **lint:** replace activeWindow.setTimeout with setTimeout ([4099f44](4099f44fa5))
3.3 KiB
3.3 KiB
1.1.2 (2026-06-16)
Bug Fixes
- lint: replace activeWindow.setTimeout with setTimeout (4099f44)
1.1.1 (2026-06-16)
Bug Fixes
- ci: switch to shared workflow v1 and fix repository url (3a0f99e)
1.1.0 (2026-06-16)
Features
- support hidden file sync and expand binary extension list (649d732)
Documentation
Code Refactoring
- test: eliminate duplicate code flagged by SonarCloud (f49600e)
- test: extract shared SyncManager mock setup to reduce duplication (1f71a43)
1.0.6 (2026-05-20)
Bug Fixes
- release: trigger patch release on chore(deps) commits (910305a)
- test: add @types/jsdom and fix Element type cast in setup-dom (8f7207a)
- ui: real-time file status during refresh and unsynced file actions (c6152a6)
Code Refactoring
- code quality enhancements for issue #23 (7f223e3)
- code quality enhancements for issue #23 (31ac918)
- eliminate code duplication flagged by SonarCloud (556f9e9)
1.0.5 (2026-04-26)
Code Refactoring
- address SonarCloud issues and reduce code duplication (#20) (4574abc)
- fix quality gate issues, improve type safety and pagination (#21) (70171fd)