Enhance backup, synchronization features, and UI improvements - #303
Merged
Conversation
- 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.
… fix multiple issues
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Related Issues
Closes #
Changes
Testing
npm run build:mainnpm run build:preloadnpm run typechecknpm run lintnpm run test:unitNot runChecklist
any,@ts-ignore, and unnecessary@ts-expect-error.