v1.3.2
This minor release fixes one issue and improves performance, in particular for large trees and when using PostgreSQL as database.
- Previously, accessing a note with a broken link (e.g. internal link to a non-existent object) would raise a server error. Now, the note is shown with an empty link instead (fixes #431)
- Sorting a list of Gramps objects or filtering by a date pattern was generating a larger number of database calls so far, which could lead to a drastic slowdown when loading Gramps Web in particular when using PostgreSQL as database and for large trees. Now, sorting and filtering is done in memory, which leads to a slightly larger memory footprint, but significantly faster processing 🚀 (fixes #433)