File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments