Commit 8cbdbf9
authored
Implement backup and restore functionality with manifest support (#9)
- Added BackupManifest class to define the structure of backup data.
- Introduced BackupService class to handle backup creation, restoration, and validation.
- Integrated backup options into the ConfigWindow, allowing users to create and restore backups.
- Updated localization files to include backup-related strings in English and Spanish.
- Modified MyMConfig to store the last backup date.
- Removed unnecessary SuppressMessage attributes for exception handling in various classes.
- Adjusted project settings to ensure compatibility with x64 and ARM64 platforms.1 parent 86b8a47 commit 8cbdbf9
31 files changed
Lines changed: 1096 additions & 73 deletions
File tree
- CopyPaste.Core.Tests
- CopyPaste.Core
- CopyPaste.Listener.Tests
- CopyPaste.UI
- Localization
- Languages
- Shell
- Themes
- Compact
- Default
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments