Skip to content

release: v1.0.6-beta.1#1746

Closed
zerob13 wants to merge 4 commits into
mainfrom
release/v1.0.6-beta.1
Closed

release: v1.0.6-beta.1#1746
zerob13 wants to merge 4 commits into
mainfrom
release/v1.0.6-beta.1

Conversation

@zerob13
Copy link
Copy Markdown
Collaborator

@zerob13 zerob13 commented Jun 8, 2026

Summary

  • Bump app version to 1.0.6-beta.1
  • Add bilingual CHANGELOG notes for S3-compatible cloud backup sync, Dify import compatibility, and provider/ACP registry refresh

Checks

  • pnpm run format
  • pnpm run i18n
  • pnpm run lint
  • pnpm run typecheck
  • pnpm install --frozen-lockfile --ignore-scripts

Release Flow

  • Release branch: release/v1.0.6-beta.1
  • Base: main
  • Source commit is already on origin/dev

zhangmo8 and others added 4 commits June 7, 2026 17:41
* fix(sync): skip FTS5 virtual/shadow tables on import

FTS5 shadow tables carry a real CREATE TABLE sql in sqlite_master and
cannot be written by a column-copy INSERT, raising "table X may not be
modified". Exclude virtual tables and their <vtab>_* shadow tables by
name prefix; the external-content FTS index is rebuilt by triggers when
the content table rows are imported.

* feat(sync): add S3-compatible cloud backup sync

Add an optional cloud layer on top of the existing local zip backup so
data can move between machines. Uploads the latest local backup to an
S3-compatible bucket (Cloudflare R2 / MinIO / AWS S3 / B2) and pulls the
latest one back, reusing the existing import flow.

- CloudStorageService wraps @aws-sdk/client-s3 (path-style, region auto)
- Credentials stored via safeStorage; secret never returned to renderer
- Cloud config is machine-local: stripped from backups, preserved on
  import, so a pull never clobbers local credentials
- New manual buttons in Data settings: save / test / upload / pull

* fix(sync): address cloud sync review

---------

Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
Co-authored-by: zerob13 <zerob13@gmail.com>
Co-authored-by: zhangmo8 <zhangmo8@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 8, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fa57d34f-6442-4350-9a13-7cc668dd0300

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.0.6-beta.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zerob13 zerob13 closed this Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants