Skip to content

Releases: gramps-project/gramps-web

v23.9.2

22 Sep 19:21
Compare
Choose a tag to compare

DNA segment map

The main new feature in this third release in September is a DNA segment map view based on Gramps' DNA segment map Gramplet addon. As for the Gramplet, matching DNA segment data is stored in notes attached to an association between two people, or to a citation of an association.

The segment map can be accessed through the "DNA" tab in the person view.

Other improvements

When editing associations (possible since the last release), it is now also possible to add or edit citations or notes of the association. This allows adding the DNA segment data directly from Gramps Web.

Finally, missing form validation was added to several forms to prevent introducing inconsistencies into the database (#282).

v23.9.1

16 Sep 08:14
Compare
Choose a tag to compare

This second release in September brings a couple of smaller improvements:

  • In the new task app, the label filter is now also shown for users without edit rights
  • More fixes to the rich text note editor
  • When adding a child to a family, "birth" is now selected by default in the relation type
  • Fix to the anniversary list on the dashboard, which showed also today's events (0-year anniversaries)
  • Translation updates
  • Associations can now be edited

v23.9.0

01 Sep 05:59
Compare
Choose a tag to compare

Task management app

This first release in September 2023 brings a brand new feature: a task management app built into Gramps Web!

For storing tasks, it uses sources tagged as ToDo, with a "To Do" type note as description, and priority and status as source attributes. Consequently, the task app is compatible with Gramps desktop's to do note gramplet and to do report addon, but uses a modern and responsive user interface.

As part of the development and beta testing, a number of other fixes and improvements were incorporated, most notably to the richt-text note editor:

Other improvements

  • Note editor now works properly in Android's browser, including compositing (autocorrect)
  • On Chrome, the browser's native bold, italic, and underline (e.g. Ctrl + B) are now supported in the note editor
  • Cut & paste support has been added to the note editor
  • A palette of suggested colors is shown when creating a new tag
  • Tag colors are now shown in the tag selection list
  • And, as always, translation updates!

v23.8.2

13 Aug 19:08
Compare
Choose a tag to compare

Registration link

The third release in August makes it easier for users to register to an existing tree in multi-tree deployments. A sharable registration link is now displayed to tree owners on the administration settings page.

In addition, some minor performance improvements were made and translations have been updated.

v23.8.1

07 Aug 19:29
Compare
Choose a tag to compare

Delete any object from the web interface

This second release in August brings a long awaited feature: you can now delete any object by clicking on the delete icon in the top app bar when in edit mode. After the deletion, a popup notification will be shown on the bottom of the app for five seconds, which allows undoing the deletion in case you're having second thoughts.

Additionally, a small issue affecting objects with Gramps ID containing spaces was fixed and translations have been updated. Thanks as always to the amazing Gramps Weblate community!

v23.8.0

02 Aug 21:12
Compare
Choose a tag to compare

Change of version schema

This release changes the version schema from MAJOR.MINOR.PATCH to YEAR.MONTH.MICRO. Consequently, the first release in August 2023 carries the version number 23.8.0.

New features and improvements

  • All primary object pages (person, event, family, ...) now show a "breadcrumb" navigation on the top of the page. It contains the following elements
    • Object type icon
    • Object type name as clickable link to the list of objects
    • Gramps ID
    • Lock icon indicating whether the object is private or not. In edit mode, becomes a button to switch privacy on or off
    • Button to copy the URL to the object (on mobile, allows to share the link with any app)
  • When adding a new family, the relationship type can now be edited
  • For existing families, the father, mother, and relationship type can now be edited
  • Translations have been updated

Bug fixes

  • Fix media usage display (#252)

v0.22.2

21 Jul 19:20
Compare
Choose a tag to compare

A maintenance release which fixes the display of error messages for some operations like import.

v0.22.1

17 Jul 06:52
Compare
Choose a tag to compare

This maintenance release includes translation updates and a few minor fixes.

v0.22.0

09 Jul 18:01
Compare
Choose a tag to compare

This release brings four new features, which build on improvements in Gramp Web API v1.1:

Bulk import of media files

The import view has a new button to upload a ZIP archive of media files. This is meant for uploading files where the media object already exists, but the files are not yet present on the server. This happens e.g. when you import a Gramps XML file, which has the media objects but not the files. Note that you cannot create new media objects from the uploaded files.

More descriptive error messages

The error messages shown in the interface should be more informative now. Moreover, the progress icon for long-running processes like import, search reindex or report/export generation will now also show a descriptive error messages on hover in case it fails.

System information tab

The user settings has a new tab "system information" which shows the version numbers of all relevant components and some other debug relevant information. Copying & pasting this information in every new bug report is a good idea.

Show tree quotas

The admin settings now shows a widget with the currently used media file storage and number of people vs the tree's quotas for these to parameters (by default, there quota is infinity).

v0.21.1

27 Jun 16:43
Compare
Choose a tag to compare

This release fixes a regression breaking the first-run assistant in v0.21.0.