This commit is contained in:
2026-01-17 13:10:10 +01:00
parent 17fad55e9f
commit 3a6d443b3f
25 changed files with 2698 additions and 1 deletions

13
CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
## 0.2.0 - Backup feature
- add backup functionality with timestamped exports
- add `backup_path` setting in popup3 (GSettings)
- add backup icon (document-save-symbolic) in headers
- export settings.json, clipboard.json, secrets.json (obfuscated), manifest.json
- set proper permissions (0700 dirs, 0600 files)
## 0.1.0 - Initial scaffold
- add metadata, schema, and placeholder extension entrypoint
- outline architecture from `CLAUDE.md` with UI/service/storage stubs
- introduce obfuscated secrets storage helpers and clipboard persistence helpers