Skip to content

Commit 293ca29

Browse files
committed
ged2dot 7.2
Change-Id: If65065bd8577f356f222d929dea47ade5e02612a
1 parent 27edaa9 commit 293ca29

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OS = $(shell uname)
2-
VERSION = 7.1
2+
VERSION = 7.2
33

44
PYTHON_UNSAFE_OBJECTS = \
55
libreoffice/base.py \

NEWS.adoc

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
= Version descriptions
22

3-
== master
3+
== 7.2
44

55
- Better support for GenoPro-generated GED files (Andreas Hrubak)
66
- Keep aspect ratio of images in the PDF output with long names (humaita)
77
- New --relpath option to use relative paths when referring to images
8+
- Specify the font used for text explicitly to improve centering
9+
- Better handling of death-only dates
10+
- Add --birthformat option
11+
- Switch to svg placeholders
12+
- Add icon for marriage
813

914
== 7.1
1015

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
image:https://github.com/vmiklos/ged2dot/workflows/tests/badge.svg["Build Status", link="https://github.com/vmiklos/ged2dot/actions"]
44
image:https://tokei.rs/b1/github/vmiklos/ged2dot?category=code["LoC"]
55

6-
The latest version is v7.1, released on 2021-02-03. See the
6+
The latest version is v7.2, released on 2021-08-13. See the
77
https://github.com/vmiklos/ged2dot/blob/master/NEWS.adoc[release notes].
88

99
== What's the problem the tool solves?

0 commit comments

Comments
 (0)