14 lines
566 B
Markdown
14 lines
566 B
Markdown
# 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
|