Skip to content

Releases: gramps-project/gramps-web

v0.16.1

08 Oct 08:17
Compare
Choose a tag to compare

This is a maintenance release.

  • Regression breaking the note editor fixed (#115)
  • Problem with the docker development setup fixed (#108)
  • Issue with the date input widget fixed (#112)
  • Translations updated (de, ru, fi, nl)

v0.16.0

24 Sep 18:48
Compare
Choose a tag to compare

This release brings one new feature and some visual improvements.

Tagging photos with automated face detection

Adding media references to people in images (tagging) has been refactored and moved from the "lightbox" view to the media object view. And it has a powerful new feature: thanks to automated face detection (powered by OpenCV), regions in the image that are recognized as faces are highlighted, making it quick and convenient to add a reference to a person.

List views with thumbnail images

The list views like the recently edited pages on the dashboard, the recently viewed objects page, and the search results page, now use an improved and unified style, including thumbnail images where available.

v0.15.2

19 Sep 20:18
Compare
Choose a tag to compare

Another minor release improving the performance.

v0.15.1

18 Sep 20:42
Compare
Choose a tag to compare

A quick bug fix release solving a regression introduced in v0.15.0.

v0.15.0

18 Sep 20:04
Compare
Choose a tag to compare

This release is fully packed with new features:

Filter object list views

All object list views (people, places, events, ...) now have an expandable filter editor. Want to show only people born between 1780 and 1800? Only events that have a media file attached? Only places with a specific tag? No problem!

Media grid view

On top of filters, the media list view now also has a gallery-lile grid view with thumbnails, accessible via the icon in the top right.

Greatly improved map with search

The map view has been greatly improved:

  • New search function - search for any place in Gramps and the map will navigate to it, with gallery thumbnails shown if pictures are available
  • Map images overlays are now only shown in the layer switcher when the image is inside the current map viewport. This makes it more manageable if there are many small overlays in different locations.
  • New vector icons.

Generate reports

You can now generate and download Gramps reports right from the web interface!

Home person on dashboard

The currently selected home person is now shown prominently on the front page to make it easier to find.

Download media button

The media file viewer has a new button to download the original file.

Translations

Following the connection to Weblate in the last release, many more languages are now fully translated, including "frontend-only" strings: Czech, Slovakian, Finnish, French, Hebrew, Croatian, Italian, Dutch, and Polish have all been added in this release. Thanks to the awesome Gramps Weblate contributors!

v0.14.0

30 Aug 15:31
Compare
Choose a tag to compare

More translations

Gramps Web frontend strings can now be translated using Weblate, meaning translation will be complete in many more languages!

Complete translations are already present for German, Swedish, Portuguese, Russian, Norwegian, and Turkish. Thanks to the Gramps Weblate community!

If you want to contribute translations in your own language, see the documentation.

Feature: filter search results

Search results can now be conveniently filtered by object type using toggle buttons. (@DavidMStraub)

Improvements for developers

Docker Compose workflow

There is a new frontend developent workflow based on Docker Compose that automatically spins up a Gramps Web API instance with the Gramps example database and serves the frontend in development mode. You don't even have to install node.js! (@bsudy)

See frontend development setup for the documentation.

Code formatting and linting improvements

The code is now consistently formatted using prettier and passes all eslint checks. Style is enforced using a git pre-commit hook.

v0.13.3

15 Aug 19:31
Compare
Choose a tag to compare

Another bug fix release due to #84.

v0.13.2

13 Aug 20:58
Compare
Choose a tag to compare

This minor release fixes one bug (#84).

v0.13.1

13 Aug 12:34
Compare
Choose a tag to compare

This minor release fixes a bug where the keyboard shortcuts interfere with the note editor (#80).

v0.13.0

27 Jul 19:44
Compare
Choose a tag to compare

This release contains two new features:

Audio & video

Media galleries and media detail views now show and allow playing audio and video files! #65

Onboarding wizard

A brand new onboarding wizard making use of new features in Gramps Web API v0.4.0.

You can deploy Gramps Web with minimal configuration (see the updated docs). On accessing the app for the first time, you will be shown a form allowing you to

  • Create an admin account
  • Set some configuration options
  • Upload a family tree in Gramps XML format