Skip to content

Commit e5d8f9a

Browse files
committed
chore(changelog): add v2.1.0 entry (Import Preview, Backup & Retention)
1 parent 9c7c30f commit e5d8f9a

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,23 @@ Alle bemerkenswerten Änderungen an diesem Projekt werden in diesem Dokument fes
5454
- 📚 All documentation now bilingual (German & English)
5555

5656
---
57+
58+
## [2.1.0] – 2025-10-25
59+
60+
### 🚀 BestNote v2.1.0 — Import Preview, Backup & Retention
61+
62+
### ✨ Highlights
63+
- Added import preview modal with dry-run support
64+
- Added backup-before-import option
65+
- Implemented retention policy (MAX_BACKUPS)
66+
- Added server-side tests for import and backup
67+
- Updated documentation and release notes
68+
69+
### 🔒 Breaking Changes
70+
- Import endpoint changed to `/api/members/import` (replace custom import routes)
71+
- Router guards now use the auth store store; ensure frontend auth integration
72+
73+
### 🛠 Migration
74+
- Update any custom import flows to use the dry-run preview
75+
- Ensure `server/data/backups/` exists and is writable for retention to work
76+

0 commit comments

Comments
 (0)