Skip to content

Releases: Neriderc/GVExport

v2.1.5

24 Jul 10:10
a46443c
Compare
Choose a tag to compare

Here's a new release with some changes from the past month.

Main changes:

  • Added ability to override clippings cart. i.e. if items are in clippings cart, you can now ignore them and use the settings instead.
  • Add translations for Spanish (Thanks @yako1984), Dutch (Thanks @TheDutchJewel), Russian (Thanks to POEditor user "oleg"), and Catalan (Thanks to POEditor user "Bernat Josep Banyuls i Sala").
  • Change to how output is handled if GraphViz not installed on server. Now only DOT will be shown as available, removed message saying to use DOT if not installed on server and replaced with message explaining why options are limited if GraphViz not installed.
  • Some changes to terminology in settings

What's Changed

New Contributors

Full Changelog: v2.1.4.3...v2.1.5

v2.1.4.3

23 Jun 01:20
66ab9d9
Compare
Choose a tag to compare

This minor release fixes a bug caused if the clippings cart has items but no individuals, as well as a fix for some server setups that were causing issues.

What's Changed

  • Bug fix for some server setups by @Neriderc in #65
  • fix bug if clippings cart is not empty but did not contain an INDI record by @hartenthaler in #61

Full Changelog: v2.1.4...v2.1.4.3

v2.1.4

21 Jun 21:28
Compare
Choose a tag to compare

This release brings quite a few changes (see full change log below). Some highlights:

  • The clippings cart can now be used as a source for the items in the tree
  • GVExport is now fully translatable, and we have a full translation for German
  • More place name abbreviation options, adding options for two or three letter ISO codes
  • Added support for Gender "Other" (X), by default this is the same yellow colour as webtrees uses. This update also changes the default colour for "Unknown" to the green that webtrees uses, instead of grey.
  • The options panel has been shuffled around to suit the heading better
  • The node spacing options now use % instead of undefined numbers. 100% is the same as the previous default.
  • Respect the control panel option to not include photos in charts. If this is selected, the option to add photos will not show in GVExport

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3

12 Jun 09:35
e751b99
Compare
Choose a tag to compare

This release involves a few bug fixes, including a fix for photos not displaying in the browser.

Photos are now embedded in SVG files, previously photos did not work. Unfortunately, when the file gets too large (approx 10MB or 10 people with photos) then some image viewers stop being able to open them. However, they can be opened using browsers and dedicated SVG programs like Inkscape. It's unclear why this is but it appears to be an issue with the viewing software not the image itself so I won't be investigating further at this point.

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

04 Jun 10:05
318446b
Compare
Choose a tag to compare

This is a bug fix release. Importantly, some server setups were returning different path information than others (full vs relative) and this caused an error on some systems. That's why I've pushed ahead with publishing a new version, to ensure new users are not finding the module doesn't work.

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

01 Jun 10:12
0005de3
Compare
Choose a tag to compare

This release brings some fixes provided by @Sobuno and @TheDutchJewel, many thanks!

It has been tested with webtrees 2.1.4

Please create an issue for any bugs.

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

01 Jun 00:13
31acf31
Compare
Choose a tag to compare

I'm giving up on hope that the source repository will merge my pull request, and will instead start using this repository to keep the extension alive.

There have been no changes recently, this release just packages the code so we have a fixed point in time that can be used if needed.

This version is supported by Webtrees 2.1.2 onwards. It may support earlier versions but it hasn't been tested. For Webtrees 2.0.21 and earlier, the source repository should be used.

Changes in this version compared to source repository:

  • Supports Webtrees 2.1.2 (and also current version 2.1.4)
  • Quotes around nicknames are preserved in output
  • Asterisk next to preferred name is sort of supported (appears at start of name). See #6 for planned change.