xheldon_git-folder-sync/CHANGELOG.md
Xheldon d94e386dac Bump version to 1.0.2 for clean release test
- Updated manifest.json, package.json, and versions.json
- Ready to test automatic GitHub Actions release
- Contains only essential files for Obsidian community plugin
2025-07-31 15:06:52 +08:00

1.6 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.1] - 2024-12-19

Changed

  • Updated plugin name from "Git Sync" to "Git Folder Sync" for better clarity
  • Consistent naming across all files and documentation
  • Updated internationalization strings

[1.0.0] - 2024-12-19

Added

  • Initial release of Git Folder Sync plugin
  • Git synchronization with GitHub repositories
  • Support for folder-specific sync (not entire repository)
  • Image upload to cloud storage services:
    • Aliyun OSS
    • Tencent COS
    • AWS S3
    • Cloudflare R2
  • Bilingual support (Chinese/English)
  • Mobile device support
  • Smart file caching system
  • Real-time status display in status bar
  • Configurable image processing with toggle switch
  • Local image storage option
  • Responsive settings interface
  • Command palette integration
  • Right-click context menu support

Features

  • Git Folder Sync: Bidirectional synchronization with GitHub
  • Image Processing: Paste images and automatically upload to cloud storage
  • Internationalization: Full Chinese and English support
  • Mobile Support: Works on both desktop and mobile devices
  • Performance: Smart caching reduces API calls
  • User Experience: Modern interface with real-time feedback

Technical

  • TypeScript implementation
  • ESBuild for fast compilation
  • Comprehensive error handling
  • Plugin settings persistence
  • Hot reload development support