v2.1.22
It's been a while, but we have a new release of GVExport!
It comes with the following new features:
- If you allow logged-out users to use GVExport, they can now colour tiles based on a shared note (in addition to existing ability for logged-in users to do this).
- Added option to change how the saved settings list is sorted.
- Added option to allow user to choose what happens when individual is clicked in diagram.
- Added option to stop webtrees using similar events instead of birth or death place or date.
- Added control panel options to limit the maximum generation levels a user can use based on their role.
Some changes to how things work:
- Reworked the settings for logged-out users to reduce number of settings saved in cookie - this avoids issue where cookie gets too large.
- Replaced option to highlight starting individuals with a list of individuals to highlight, allowing more flexibility. Existing settings should be automatically migrated to the new system.
And some bug fixes:
- Fixed error deciding if Graphviz was available on the server, when exec function was enabled on server but didn't have permission to actually run.
- Fixed issue where tooltip showed "" instead of the XREF.
- Fixed issue with overwriting saved settings not working.
- Fixed issue where diagram would fail to load in Combined mode load if a family record had no parents.
- Fixed some issues in themes other than the default webtrees theme, especially Primer.
- Release prep by @Neriderc in #481
- Refactor settings, enable shared note colour for logged out users by @Neriderc in #483
- Sort settings by @Neriderc in #484
- Add help for sort settings option by @Neriderc in #485
- Add option to choose what happens when individual clicked by @Neriderc in #486
- Fix context menu bugs by @Neriderc in #489
- Fix URL replacement by @Neriderc in #490
- Fix issues with new context menu by @Neriderc in #491
- Add option to highlight custom individuals by @Neriderc in #494
- Resolve context menu off page by @Neriderc in #495
- Fix overwriting settings by @Neriderc in #503
- Fix debug log button not working by @Neriderc in #504
- Resolve issue with parentless family by @Neriderc in #506
- Fix family display by @Neriderc in #507
- Refactor colours to use themes by @Neriderc in #508
- Highlight individual changes by @Neriderc in #509
- Add option to decide if similar events are used to present dates and places of birth and death by @Neriderc in #510
- Add limit to max levels by @Neriderc in #511
- Restore line wrap to start and stop individuals list by @Neriderc in #513
- Release prep by @Neriderc in #517
As always, please create an issue to report any problems.
Thanks to all the contributors, including the translators, people reporting bugs, those suggesting new features, and those contributing code! If you'd like to help, check out the CONTRIBUTING instructions.
What's Changed
Full Changelog: v2.1.21...v2.1.22