New Features ✨
This release adds two features for managing family tree data.
Restore from Backup
The new restore from backup feature (located in the danger zone sections of the admin settings) allows restoring a family tree to the exact state of an uploaded Gramps XML file. Since this is a potentially dangerous operation (if you restore to an empty file, all your data will be deleted), you will get a preview of the number of objects that will be added, updated, or deleted before confirming the operation.
Implemented by @DavidMStraub in #1311
Import Preview
While an import never deletes objects, it can also lead to unpleasant surprises such as duplicates. To reduce the likelihood of suprises, the import button now also has a preview feature that shows the number of objects that will be added.
Implemented by @DavidMStraub in #1313
Fixes 🐛
- Make sure a blog post's image is properly centered by @petermgrund in #1306
- Fix slow loading of map overlay tiles by @DavidMStraub in #1312
- Fix date form validation bugs by @DavidMStraub in #1318
- Show all available template variables in the custom external search form in the people view by @indykoning in #1315
New Contributors 🎉
- @petermgrund made their first contribution in #1306
- @indykoning made their first contribution in #1315
Full Changelog: v26.7.0...v26.7.1