Skip to content

Releases: gramps-project/gramps-web

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

v0.12.0

01 Jul 12:44
Compare
Choose a tag to compare

New features:

  • Keyboard shortcuts! Press ? to show them.
  • The person view now shows the relationship to the home person.
  • Component loading animations for a smoother UI.
  • Underlined call names in the person view.
  • Person timeline view now showing event role for non-primary/family events.

Fixes:

  • The place reference table is now correctly localized.
  • In case there is a network error during app loading, the user is no longer logged out.

v0.11.0

27 Mar 18:40
Compare
Choose a tag to compare

New features

  • Improvements to place view: enclosing & enclosed places tab, events tab
  • New citation tab in source view
  • New source tab in repository view
  • Export database option
  • Minor localization improvements

v0.10.1

19 Dec 20:28
Compare
Choose a tag to compare

Minor changes; style improvements on mobile; new docker images.

v0.10.0

07 Dec 19:39
Compare
Choose a tag to compare

New features:

  • Table of parent places added to place view
  • Allow adding, editing, deleting parent place references
  • Table of repository references added to source view
  • Allow adding/deleting repository references
  • Table of alternative names added to person view
  • Allow editing, deleting, adding alternative names to person
  • Allow editing person's gender

v0.9.0

27 Nov 10:28
Compare
Choose a tag to compare

New features:

  • Tag objects (e.g. people) in photos (#50)
  • Add links to URLs or Gramps objects in note rich text editor (#46)