From d2c13288f057aa2d4da7ec7bd07ac0fce7e0f62b Mon Sep 17 00:00:00 2001
From: "Sergey V. Zhdanovskih"
Date: Tue, 30 May 2023 21:28:34 +0300
Subject: [PATCH] Small updates
---
CHANGELOG.md | 11 +++++
deploy/DEBIAN/changelog | 2 +-
deploy/gedkeeper.appdata.xml | 2 +-
locales/help_enu/gkhHistory.html | 14 +++++++
locales/help_rus/gkhHistory.html | 2 +-
projects/GKCore/GKCore/GKData.cs | 7 ++++
projects/GKCore/GKCore/UpdateMan.cs | 14 +++----
projects/GKTests/GKCore/GKUtilsTests.cs | 2 +-
scripts/export_descendants_dates_csv.lua | 52 ++++++++++++++++++++++++
9 files changed, 94 insertions(+), 12 deletions(-)
create mode 100644 scripts/export_descendants_dates_csv.lua
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1acc5310..2cd206d91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 30.05.2023 [v2.26.1 & v3.2.1]
+- Fixed font selection in tree diagram options (GKv3).
+- Missing text issue on very large tree diagrams with very small font (GKv3) is partially resolved.
+- Added option (tree diagram window, mode menu) to display person IDs in trees (GKv2/3).
+- Crash when saving very wide trees to bitmap files (GKv2/3) has been fixed.
+- Fixed output and saving trees with background color or image to file (GKv2/3).
+- Fixed display of the Russian language when executing scripts (GKv3).
+- Adjusted line colors in trees (GKv2/3).
+- Fixed display of notes in lists (GKv3).
+- The display of portraits in the person edit dialog (GKv2) has been fixed.
+
## 14.05.2023 [v2.26.0/Windows & v3.2.0/Linux,MacOS,Windows]
- Added an option to remember the overall size of the records info panels.
- Added control and closing of dependent windows when the main one is closed.
diff --git a/deploy/DEBIAN/changelog b/deploy/DEBIAN/changelog
index 91191a331..bb5abcbff 100644
--- a/deploy/DEBIAN/changelog
+++ b/deploy/DEBIAN/changelog
@@ -3,4 +3,4 @@ gedkeeper (3.2.1-1~rc1) unstable; urgency=low
* Packaged release
* See changelog.md for changes
- -- Sergey V. Zhdanovskih (aka Norseman) 14 May 2023 00:00:00 +0300
+ -- Sergey V. Zhdanovskih (aka Norseman) 30 May 2023 00:00:00 +0300
diff --git a/deploy/gedkeeper.appdata.xml b/deploy/gedkeeper.appdata.xml
index 031f8945e..cde32e312 100644
--- a/deploy/gedkeeper.appdata.xml
+++ b/deploy/gedkeeper.appdata.xml
@@ -40,7 +40,7 @@
Sergey V. Zhdanovskih
-
+
diff --git a/locales/help_enu/gkhHistory.html b/locales/help_enu/gkhHistory.html
index 519c280ec..9057c87d2 100644
--- a/locales/help_enu/gkhHistory.html
+++ b/locales/help_enu/gkhHistory.html
@@ -10,6 +10,20 @@
Change log
+
+ 30.05.2023 [v2.26.1 & v3.2.1]
+ - Fixed font selection in tree diagram options (GKv3).
+
- Missing text issue on very large tree diagrams with very small font (GKv3) is partially resolved.
+
- Added option (tree diagram window, mode menu) to display person IDs in trees (GKv2/3).
+
- Crash when saving very wide trees to bitmap files (GKv2/3) has been fixed.
+
- Fixed output and saving trees with background color or image to file (GKv2/3).
+
- Fixed display of the Russian language when executing scripts (GKv3).
+
- Adjusted line colors in trees (GKv2/3).
+
- Fixed display of notes in lists (GKv3).
+
- The display of portraits in the person edit dialog (GKv2) has been fixed.
+
+
+
14.05.2023 [v2.26.0/Windows & v3.2.0/Linux,MacOS,Windows]