Skip to content

Enhance backup, synchronization features, and UI improvements - #303

Merged
jetyu merged 14 commits into
developfrom
feature/v2.2.7
Aug 22, 2026
Merged

Enhance backup, synchronization features, and UI improvements#303
jetyu merged 14 commits into
developfrom
feature/v2.2.7

Conversation

@jetyu

@jetyu jetyu commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Summary

Type of Change

  • Bug fix
  • Feature
  • Documentation
  • Refactor
  • Build, CI, or release
  • Other

Related Issues

Closes #

Changes

Testing

  • npm run build:main
  • npm run build:preload
  • npm run typecheck
  • npm run lint
  • npm run test:unit
  • Not run

Checklist

  • I kept this pull request focused and avoided unrelated refactors.
  • I followed the Electron layer boundary: Renderer → Preload/Bridge → Main.
  • I validated IPC input at the boundary when applicable.
  • I avoided any, @ts-ignore, and unnecessary @ts-expect-error.
  • I updated Simplified Chinese locale files for new or changed user-visible UI text.
  • I updated documentation when behavior, setup, or user-facing functionality changed.
  • I considered privacy, security, and user-data impact.

jetyu added 14 commits August 21, 2026 21:33
- Introduced a new feature for scheduled local backups, allowing users to configure backup settings through a dedicated interface.
- Implemented the ability to enable/disable backups, select backup directories, and set frequency and retention policies.
- Created a lifecycle management system to handle scheduled backups, ensuring backups are created when due and preventing overlaps.
- Updated the UI to include a new settings subview for managing scheduled backups, with localization support.
- Added unit tests to validate the functionality of the scheduled backup feature, including configuration normalization and backup due checks.
- Updated package version to 2.2.7 to reflect the new feature addition.
…nd add password policy hint

fix: enforce minimum length for master password in E2EE module

refactor: improve knowledge copilot index rebuild logic and add tests for consistency

style: enhance settings UI with new layout and styling for forms

chore: correct remote path casing in sync settings
- Introduced new CSS styles for sync provider components including links, select rows, triggers, menus, and options.
- Added functionality to detect and apply presets for WebDAV and S3 service providers.
- Implemented tests for cloud sync provider presets to ensure correct detection and application of configurations.
- Removed outdated tests related to built-in AI error handling, health metrics, knowledge copilot cancellation, and index rebuild.
- Cleaned up tests for workbench concurrency and question state management.
- Upgraded AWS SDK packages to version 3.1116.0
- Updated Langchain packages to latest versions (1.5.8, 1.2.9, 2.3.0, 1.4.12, 1.5.10)
- Bumped @codemirror packages to newer versions (commands: 6.11.0, lang-markdown: 6.5.2, view: 6.43.9)
- Updated devDependencies: @types/markdown-it to 14.2.0, @vitest/coverage-v8 to 4.1.11, concurrently to 10.0.5, dompurify to 3.4.14, electron to 43.4.1, eslint to 10.9.0, globals to 17.11.0, highlight.js to 11.12.0, mermaid to 11.17.0, typescript-eslint to 8.67.0, vite to 8.2.2, vitest to 4.1.11, vue to 3.5.41, and vue-tsc to 2.2.12.
@jetyu
jetyu merged commit 219c1ec into develop Aug 22, 2026
6 of 8 checks passed
jetyu added a commit that referenced this pull request Aug 22, 2026
…304)

## Summary
- 

## Type of Change

- [x] Bug fix
- [x] Feature
- [ ] Documentation
- [x] Refactor
- [ ] Build, CI, or release
- [ ] Other

## Related Issues

Closes #302 #301 #298 #300 

## Changes

- 

## Testing

- [ ] `npm run build:main`
- [ ] `npm run build:preload`
- [ ] `npm run typecheck`
- [ ] `npm run lint`
- [ ] `npm run test:unit`
- [ ] `Not run`

## Checklist

- [ ] I kept this pull request focused and avoided unrelated refactors.
- [ ] I followed the Electron layer boundary: Renderer → Preload/Bridge
→ Main.
- [ ] I validated IPC input at the boundary when applicable.
- [ ] I avoided `any`, `@ts-ignore`, and unnecessary `@ts-expect-error`.
- [ ] I updated Simplified Chinese locale files for new or changed
user-visible UI text.
- [ ] I updated documentation when behavior, setup, or user-facing
functionality changed.
- [ ] I considered privacy, security, and user-data impact.

---------

## Summary
- 

## Type of Change

- [ ] Bug fix
- [ ] Feature
- [ ] Documentation
- [ ] Refactor
- [ ] Build, CI, or release
- [ ] Other

## Related Issues

Closes #

## Changes

- 

## Testing

- [ ] `npm run build:main`
- [ ] `npm run build:preload`
- [ ] `npm run typecheck`
- [ ] `npm run lint`
- [ ] `npm run test:unit`
- [ ] `Not run`

## Checklist

- [ ] I kept this pull request focused and avoided unrelated refactors.
- [ ] I followed the Electron layer boundary: Renderer → Preload/Bridge
→ Main.
- [ ] I validated IPC input at the boundary when applicable.
- [ ] I avoided `any`, `@ts-ignore`, and unnecessary `@ts-expect-error`.
- [ ] I updated Simplified Chinese locale files for new or changed
user-visible UI text.
- [ ] I updated documentation when behavior, setup, or user-facing
functionality changed.
- [ ] I considered privacy, security, and user-data impact.

Co-authored-by: Jet <2314520+jetyu@users.noreply.github.com>
jetyu added a commit that referenced this pull request Aug 22, 2026
#305)

…(#304)

## Summary
- 

## Type of Change

- [x] Bug fix
- [x] Feature
- [ ] Documentation
- [x] Refactor
- [ ] Build, CI, or release
- [ ] Other

## Related Issues

Closes #302 #301 #298 #300 #299

## Changes

- 

## Testing

- [ ] `npm run build:main`
- [ ] `npm run build:preload`
- [ ] `npm run typecheck`
- [ ] `npm run lint`
- [ ] `npm run test:unit`
- [ ] `Not run`

## Checklist

- [ ] I kept this pull request focused and avoided unrelated refactors.
- [ ] I followed the Electron layer boundary: Renderer → Preload/Bridge
→ Main.
- [ ] I validated IPC input at the boundary when applicable.
- [ ] I avoided `any`, `@ts-ignore`, and unnecessary `@ts-expect-error`.
- [ ] I updated Simplified Chinese locale files for new or changed
user-visible UI text.
- [ ] I updated documentation when behavior, setup, or user-facing
functionality changed.
- [ ] I considered privacy, security, and user-data impact.

---------

## Summary
- 

## Type of Change

- [ ] Bug fix
- [ ] Feature
- [ ] Documentation
- [ ] Refactor
- [ ] Build, CI, or release
- [ ] Other

## Related Issues

Closes #

## Changes

- 

## Testing

- [ ] `npm run build:main`
- [ ] `npm run build:preload`
- [ ] `npm run typecheck`
- [ ] `npm run lint`
- [ ] `npm run test:unit`
- [ ] `Not run`

## Checklist

- [ ] I kept this pull request focused and avoided unrelated refactors.
- [ ] I followed the Electron layer boundary: Renderer → Preload/Bridge
→ Main.
- [ ] I validated IPC input at the boundary when applicable.
- [ ] I avoided `any`, `@ts-ignore`, and unnecessary `@ts-expect-error`.
- [ ] I updated Simplified Chinese locale files for new or changed
user-visible UI text.
- [ ] I updated documentation when behavior, setup, or user-facing
functionality changed.
- [ ] I considered privacy, security, and user-data impact.

## Summary
- 

## Type of Change

- [ ] Bug fix
- [ ] Feature
- [ ] Documentation
- [ ] Refactor
- [ ] Build, CI, or release
- [ ] Other

## Related Issues

Closes #

## Changes

- 

## Testing

- [ ] `npm run build:main`
- [ ] `npm run build:preload`
- [ ] `npm run typecheck`
- [ ] `npm run lint`
- [ ] `npm run test:unit`
- [ ] `Not run`

## Checklist

- [ ] I kept this pull request focused and avoided unrelated refactors.
- [ ] I followed the Electron layer boundary: Renderer → Preload/Bridge
→ Main.
- [ ] I validated IPC input at the boundary when applicable.
- [ ] I avoided `any`, `@ts-ignore`, and unnecessary `@ts-expect-error`.
- [ ] I updated Simplified Chinese locale files for new or changed
user-visible UI text.
- [ ] I updated documentation when behavior, setup, or user-facing
functionality changed.
- [ ] I considered privacy, security, and user-data impact.

Co-authored-by: Jet <2314520+jetyu@users.noreply.github.com>
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.

1 participant