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?