Skip to content

1.0.0

Choose a tag to compare

@ClaudiaFang ClaudiaFang released this 25 Apr 04:51

1.0.0 (2026-04-25)

Features

  • add rootPath setting and test connection button (c7ba14c)
  • core,ui,ci,docs: add GitHub support, sync status view, batch operations, and CI/CD workflows (#1) (d553943)
  • implement rootPath setting and Test connection button (cccf096)
  • initial release (f7a7e95)
  • initial release (0107749)
  • integrate SyncConflictModal into SyncManager (362def7)
  • Support .gitignore filtering and GitHub-style diff viewer (cbc55d5)
  • sync: improve error reporting and file existence check (b4bc25a)

Bug Fixes

  • build: resolve dependencies, fix Vitest 4 mocking, and handle file existence (6161bd7)
  • ci: update all workflows to use Node.js 20 (28913a6)
  • ci: update all workflows to use Node.js 22 (bbdda32)
  • deps: update esbuild to 0.28.0 to satisfy vite peer dependency (29f55a1)
  • enable automatic versioning and sync manifest to 1.1.0 (a27d3fd)
  • ensure type-safe mocks in sync-manager.test.ts and resolve lint errors (a6104d9)
  • gitignore support for subfolder vaults and resolve lint warnings (fb9b22a)
  • gitlab: add Project ID encoding and enhanced diagnostics (8893396)
  • gitlab: encode projectId and improve error diagnostics (ce07e0b)
  • release: add conventional-changelog-conventionalcommits dependency (423ca41)
  • release: remove git plugin to avoid branch protection conflicts (6f1925a)
  • remove 'v' prefix from tags for Obsidian compatibility (b0f94ca)
  • resolve obsidian community guidelines and lint errors (ecd2aab)
  • resolve obsidian community guidelines and lint errors (#7) (7bef2ca)
  • synchronize manifest version with git tag and assets (004acab)
  • sync: implement robust sync diagnostics with proper TS types (b354f65)
  • test: add @vitest/coverage-v8 dependency (c59ad0a)
  • trigger release to publish updated manifest (fc94914)

Performance Improvements

  • sync: optimize GitLab push by avoiding redundant getFile calls (c2a6bb5)

Documentation

  • add UI screenshots and correct diff view background color (8c571e6)
  • overhaul README and add Traditional Chinese usage guide (cab60ad)
  • update CLAUDE.md with test command and cost optimization rules (8ea6edf)
  • update guide and remove garbage (cb1539b)

Code Refactoring

  • ci: simplify workflows - feature vs production branches (e298ec1)