Releases: Neriderc/GVExport
v2.1.5
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
- Update README.md by @yako1984 in #64
- Add language Spanish by @yako1984 in #68
- Fix issue with translations by @Neriderc in #72
- Add Dutch language files by @TheDutchJewel in #73
- Warn if GraphViz not installed by @Neriderc in #77
- Updated Dutch translation by @TheDutchJewel in #78
- Add Russian translation by @Neriderc in #82
- Rename "Cousins" and enforce by @Neriderc in #84
- Change "Preview" back to "Update" by @Neriderc in #83
- Allow override of cart by @Neriderc in #87
- Fix blank nodesep/ranksep by @Neriderc in #90
- Update translations by @Neriderc in #94
New Contributors
Full Changelog: v2.1.4.3...v2.1.5
v2.1.4.3
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
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
- Groundwork for translations by @Neriderc in #26
- Finalise translation code by @Neriderc in #30
- Added more abbreviation options by @Neriderc in #39
- Changes to options by @Neriderc in #40
- Fix duplicate PID by @Neriderc in #41
- Add support for gender X by @Neriderc in #43
- Update country names by @Neriderc in #44
- use clipings cart as a source for Individuals and Families by @hartenthaler in #49
- Fix abbreviations by @Neriderc in #50
- Hide photos if disabled by @Neriderc in #55
- Update PID to ID by @Neriderc in #56
- Change spacing to use % by @Neriderc in #57
- Update translations by @Neriderc in #58
- Update translations by @Neriderc in #59
New Contributors
- @hartenthaler made their first contribution in #49
Full Changelog: v2.1.3...v2.1.4
v2.1.3
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
- Fix photos in browser by @Neriderc in #17
- Fix for download option by @Neriderc in #19
- Fix SVG photos by @Neriderc in #20
Full Changelog: v2.1.2...v2.1.3
v2.1.2
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
- X button patch and media file fix by @Neriderc in #12
- Partially tidied up code by @Neriderc in #14
- Fix remember download option by @Neriderc in #15
Full Changelog: v2.1.1...v2.1.2
v2.1.1
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
- Fix partner-less people not showing in Combined mode by @Sobuno in #4
- Fix "Mark not blood-related" option by @Sobuno in #5
- Update page.phtml by @TheDutchJewel in #3
New Contributors
- @Sobuno made their first contribution in #4
- @TheDutchJewel made their first contribution in #3
Full Changelog: v2.1.0...v2.1.1
v2.1.0
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.