Skip to content

v24.12.2

Latest
Compare
Choose a tag to compare
@DavidMStraub DavidMStraub released this 31 Dec 13:34
· 3 commits to main since this release

2024, it's a wrap! πŸŽ†

This is the last release of 2024 and it brings two features and two fixes.

Incremental semantic search indexing

In the admin settings page, there are now two buttons for reindexing semantic search:

  • "Recreate semantic search index" creates the entire index from scratch
  • "Update semantic search idnex" does an incremental update, only generating missing entries.

While the first option is needed e.g. if the embedding model was changed, the second option comes in handy e.g. when an indexing process (which can take many hours to complete) was aborted halfway. #551

Support for open date spans

Gramps 5.2 introduced the concept of open date spans, such as "from 2018" or "to 2006". These can now finally be used in all places where dates can be entered in Gramps Web.

Fixes

  • Fan chart not displayed in Safari #452
  • Shifted message box in AI chat #540