Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Oct 25, 2023
1 parent 3adc480 commit a68f1eb
Show file tree
Hide file tree
Showing 65 changed files with 432 additions and 184 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
## 28.10.2023 [v2.28.0 & v3.4.0]
- Updated Hungarian, German and Icelandic localizations.
- Added display of person bookmarks in tree diagrams.
- Added localization into Dutch [Leo Krap].
- Added separate options for selecting the numbering of ascending and descending pedigrees.
- Added indistinct matching feature to record filtering.
- Added filter to manage places dialog.
- Added place substitution from the input field of the event editing dialog to the adding/selecting record dialog.
- Added sorting of languages by frequency of use in the dialog for editing personal names.
- Added options for using surnames and dates of birth of children in the parent selection dialog filter (or parents in the children selection filter).
- Added a check to add the person himself as a parent.
- Added report "Record card".
- Added the feature to copy the text of an record from the info panel.
- Fixed selection of background image file for tree diagram.
- Fixed file viewing in media edit dialog.
- Added conversion from _FSFTID (FamilSearch Family Tree ID) to RFN (from RootsMagic files).

## 28.08.2023 [v2.27.0 & v3.3.0]
- Fixed error sending mail in Linux.
Expand Down
4 changes: 2 additions & 2 deletions deploy/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gedkeeper (3.3.0-1~rc1) unstable; urgency=low
gedkeeper (3.4.0-1~rc1) unstable; urgency=low

* Packaged release
* See changelog.md for changes

-- Sergey V. Zhdanovskih (aka Norseman) <gedkeeper@yandex.ru> 28 Aug 2023 00:00:00 +0300
-- Sergey V. Zhdanovskih (aka Norseman) <gedkeeper@yandex.ru> 28 Oct 2023 00:00:00 +0300
2 changes: 1 addition & 1 deletion deploy/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gedkeeper
Version: 3.3.0-1
Version: 3.4.0-1
Architecture: all
Depends: sqlite3
Maintainer: Sergey V. Zhdanovskih (aka Norseman) <gedkeeper@yandex.ru>
Expand Down
2 changes: 1 addition & 1 deletion deploy/Manjaro/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Sergey V. Zhdanovskih (aka Norseman) <gedkeeper@yandex.ru>

pkgname=gedkeeper
pkgver=3.3.0
pkgver=3.4.0
pkgrel=1
pkgdesc="Personal genealogical database editor"
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion deploy/gedkeeper.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<developer_name>Sergey V. Zhdanovskih</developer_name>

<releases>
<release version="3.3.0" date="2023-08-28">
<release version="3.4.0" date="2023-10-28">
<description>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_win_installer.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
cls

set GKVER=2.27.0
set GKVER=2.28.0

del .\*.exe /q
del .\*.zip /q
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_win_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Unicode true
!define MUI_ICON "..\projects\GKv2\GEDKeeper2\GEDKeeper2.ico"

Name "GEDKeeper"
OutFile "gedkeeper_2.27.0_win86.exe"
OutFile "gedkeeper_2.28.0_win86.exe"
InstallDir $PROGRAMFILES\GEDKeeper2

CRCCheck on
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk3_win_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Unicode true
!define MUI_ICON "..\projects\GKv3\GEDKeeper3\icon_gedkeeper.ico"

Name "GEDKeeper"
OutFile "gedkeeper_3.3.0_win86.exe"
OutFile "gedkeeper_3.4.0_win86.exe"
InstallDir $PROGRAMFILES\GEDKeeper3

CRCCheck on
Expand Down
2 changes: 1 addition & 1 deletion deploy/make_gk2_mswin_portable.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set APP_VER=2.27.0
set APP_VER=2.28.0

call ..\clean.cmd

Expand Down
2 changes: 1 addition & 1 deletion deploy/make_gk3_freebsd_image.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP_VER="3.3.0"
APP_VER="3.4.0"
dotnet build ../projects/GKv3/GEDKeeper3.sln -c FreeBSD_Release
#cd ./deploy/
sh ./gk_freebsd_image.sh $APP_VER
2 changes: 1 addition & 1 deletion deploy/make_gk3_linux_debian_pack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP_VER="3.3.0"
APP_VER="3.4.0"
dotnet build ../projects/GKv3/GEDKeeper3.sln -c Linux_Release
#cd ./deploy/
sh ./gk_linux_deb_package.sh $APP_VER
2 changes: 1 addition & 1 deletion deploy/make_gk3_linux_fedora_pack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP_VER="3.3.0"
APP_VER="3.4.0"
dotnet build ../projects/GKv3/GEDKeeper3.sln -c Linux_Release
#cd ./deploy/
sh ./gk_linux_rpm_fedora_package.sh $APP_VER
2 changes: 1 addition & 1 deletion deploy/make_gk3_linux_manjaro_pack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP_VER="3.3.0"
APP_VER="3.4.0"
dotnet build ../projects/GKv3/GEDKeeper3.sln -c Linux_Release
#cd ./deploy/
sh ./gk_linux_pkg_manjaro_package.sh $APP_VER
2 changes: 1 addition & 1 deletion deploy/make_gk3_mswin_installer.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set APP_VER=3.3.0
set APP_VER=3.4.0

call ..\clean.cmd

Expand Down
2 changes: 1 addition & 1 deletion deploy/make_gk3_mswin_portable.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set APP_VER=3.3.0
set APP_VER=3.4.0

call ..\clean.cmd

Expand Down
4 changes: 2 additions & 2 deletions deploy/rpm/gedkeeper-github.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define summary GEDKeeper - program for work with personal genealogical database.

Name: gedkeeper
Version: 3.3.0
Version: 3.4.0
Release: 1%{?dist}
Summary: %{summary}
License: GPLv3
Expand Down Expand Up @@ -57,5 +57,5 @@ chmod a+x %{buildroot}%{_libdir}/%{name}/bin/GEDKeeper3
%{summary}

%changelog
* Mon Aug 28 2023 GEDKeeper - 3.3.0
* Oct 28 2023 GEDKeeper - 3.4.0
- New upstream release
4 changes: 2 additions & 2 deletions deploy/rpm/gedkeeper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define summary GEDKeeper - program for work with personal genealogical database

Name: gedkeeper
Version: 3.3.0
Version: 3.4.0
Release: 1
Summary: %{summary}
License: GPLv3
Expand Down Expand Up @@ -47,5 +47,5 @@ cp -r bin \
#rm -rf %{buildroot}%{_libdir}/%{name}/scripts/readme.txt

%changelog
* Aug 28 2023 GEDKeeper - 3.3.0
* Oct 28 2023 GEDKeeper - 3.4.0
- New upstream release
21 changes: 12 additions & 9 deletions locales/Belarusian.lng
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
024=Ancestors tree
025=Descendants tree
026=Complete tree
027=d'Aboville descending pedigree
028=Konovalov descending pedigree
027=Descending pedigree
028=<?>
029=Карты
030=Статыстыка
031=Ascending pedigree
032=<?>
033=<?>
034=<?>
032=d'Aboville
033=Kobrin-Konovalov
034=Sosa-Stradonitz
035=Organizer
036=Scripts...
037=<?>
Expand Down Expand Up @@ -595,7 +595,7 @@
594=Average age of parents at the time the first-born appeared, relative to parents' age
595=Average age of parents at the time the first-born appeared, relative to children's age
596=Empty family record
597=backup each file revision
597=each file revision
598=Loading
599=File saving error "{0}"{1}.
600=Background color...
Expand Down Expand Up @@ -662,8 +662,8 @@
661=Show a tree of descendants
662=Show full tree
663=Pedigree
664=Pedigree by d'Aboville
665=Pedigree by Konovalov
664=Ascend numbering
665=Descend numbering
666=Statistical analysis of data
667=Save the image
668=Display modes
Expand Down Expand Up @@ -782,7 +782,7 @@
781=Adopted
782=Birth
783=Foster
784=Detect Charset at load
784=Detect Charset on load
785=Linkage type
786=Was born
787=Was born
Expand Down Expand Up @@ -937,3 +937,6 @@
930=ninth

931=Extended definition of kinship
932=Use surnames in person selection filter
933=Use dates of birth in person selection filter
934=Fact value is empty or invalid
17 changes: 10 additions & 7 deletions locales/Chinese Simplified.lng
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
024=前辈树
025=后代树
026=完整树
027=生成迪氏谱
028=生成科氏谱
027=Descending pedigree
028=<?>
029=地图
030=统计
031=前辈
032=<?>
033=<?>
034=<?>
032=d'Aboville
033=Kobrin-Konovalov
034=Sosa-Stradonitz
035=组织者
036=脚本...
037=<?>
Expand Down Expand Up @@ -662,8 +662,8 @@
661=显示后代树
662=显示完整树
663=家谱
664=迪氏谱
665=科氏谱
664=Ascend numbering
665=Descend numbering
666=统计分析
667=保存此图片
668=展示模式
Expand Down Expand Up @@ -937,3 +937,6 @@
930=ninth

931=Extended definition of kinship
932=Use surnames in person selection filter
933=Use dates of birth in person selection filter
934=Fact value is empty or invalid
26 changes: 13 additions & 13 deletions locales/Dutch.lng
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
191=Bewerk taak
192=Bewerk communicatie
193=Fout
194=Start met LUA niet gelukt!
194=Start met Lua niet gelukt!
195=Datum indeling onjuist
196=Land
197=Provincie
Expand Down Expand Up @@ -395,7 +395,7 @@
394=Alleen geselecteerd
395=Opslaan afbeelding...
396=Indeling niet ondersteund
397=Laad fout
397=Laad fout.
398=Afdrukken
399=Voorbeeld
400=Generatie
Expand Down Expand Up @@ -654,9 +654,9 @@
653=Nieuw
654=Open
655=Opslaan
656=Toevoegen
657=Bewerken
658=Verwijderen
656=Toevoegen (Ctrl+I)
657=Bewerken (Ctrl+Enter)
658=Verwijderen (Ctrl+L)
659=Filter lijst
660=Toon voorouders boom
661=Toon afstammelingen boom
Expand Down Expand Up @@ -784,8 +784,8 @@
783=Wees
784=Karakterset decteren bij inladen
785=Koppelingvorm
786=Geboren:
787=Geboren:
786=Geboren
787=Geboren
788=GedML bestand (*.xml)|*.xml
789=Kind zonder ouders gevonden
790=Familie verslag zonder ouders en/of kinderen gevonden
Expand Down Expand Up @@ -846,7 +846,7 @@
842=Alleen lokaal
843=Ga naar primaire tak
844=verklein breedte
845={0}. verder?
845={0}. Verder?
846=Toon leeftijd
847=Voornaam in Hoofdletters
848=|SVG bestand (*.svg)|*.svg
Expand Down Expand Up @@ -916,11 +916,11 @@
912=tante
913=Verberg partners van afstammelingen

914=Vaderskant
915=Moederskant
916=Adoptief
917=Geadopteerd
918=Wederhelft
914=vaderskant
915=moederskant
916=adoptief
917=geadopteerd
918=wederhelft

919=<?>
920=<?>
Expand Down
4 changes: 2 additions & 2 deletions locales/English.lng
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
594=Average age of parents at the time the first-born appeared, relative to parents' age
595=Average age of parents at the time the first-born appeared, relative to children's age
596=Empty family record
597=backup each file revision
597=each file revision
598=Loading
599=File saving error "{0}"{1}.
600=Background color...
Expand Down Expand Up @@ -782,7 +782,7 @@
781=Adopted
782=Birth
783=Foster
784=Detect Charset at load
784=Detect Charset on load
785=Linkage type
786=Was born ; fact for male subject
787=Was born ; fact for female subject
Expand Down
Loading

0 comments on commit a68f1eb

Please sign in to comment.