From 293ca2952ba95d9a75b5cee7f5426acc82a83d1a Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 13 Aug 2021 23:47:42 +0200 Subject: [PATCH] ged2dot 7.2 Change-Id: If65065bd8577f356f222d929dea47ade5e02612a --- Makefile | 2 +- NEWS.adoc | 7 ++++++- README.adoc | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 87d4710..eeed76c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OS = $(shell uname) -VERSION = 7.1 +VERSION = 7.2 PYTHON_UNSAFE_OBJECTS = \ libreoffice/base.py \ diff --git a/NEWS.adoc b/NEWS.adoc index 40c78aa..a78d871 100644 --- a/NEWS.adoc +++ b/NEWS.adoc @@ -1,10 +1,15 @@ = Version descriptions -== master +== 7.2 - Better support for GenoPro-generated GED files (Andreas Hrubak) - Keep aspect ratio of images in the PDF output with long names (humaita) - New --relpath option to use relative paths when referring to images +- Specify the font used for text explicitly to improve centering +- Better handling of death-only dates +- Add --birthformat option +- Switch to svg placeholders +- Add icon for marriage == 7.1 diff --git a/README.adoc b/README.adoc index bc32682..a34298b 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ image:https://github.com/vmiklos/ged2dot/workflows/tests/badge.svg["Build Status", link="https://github.com/vmiklos/ged2dot/actions"] image:https://tokei.rs/b1/github/vmiklos/ged2dot?category=code["LoC"] -The latest version is v7.1, released on 2021-02-03. See the +The latest version is v7.2, released on 2021-08-13. See the https://github.com/vmiklos/ged2dot/blob/master/NEWS.adoc[release notes]. == What's the problem the tool solves?