diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf8386b5..b9b5776e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 02.03.2024 [v2.29.1 & v3.5.1] +- Added localization to Afrikaans language [Steyn van der Walt]. +- Added call to detailed information about places in the place management tool (pop-up menu). +- Fixed loading of some jpeg images. + ## 14.02.2024 [v2.29.0 & v3.5.0] - Updated localizations: Hungarian [Kékesi Lajos], German [Christian Bettinger], Dutch [Annelotte], Japanese [難波鷹史] and Czech [Jerry Verner]. - Added the "Extended locations" option, which includes substitution of full place names depending on the date of events when using the historical ATD hierarchy. diff --git a/deploy/DEBIAN/changelog b/deploy/DEBIAN/changelog index e2630a362..b955b8c98 100644 --- a/deploy/DEBIAN/changelog +++ b/deploy/DEBIAN/changelog @@ -1,6 +1,6 @@ -gedkeeper (3.5.0-1~rc1) unstable; urgency=low +gedkeeper (3.5.1-1~rc1) unstable; urgency=low * Packaged release * See changelog.md for changes - -- Sergey V. Zhdanovskih (aka Norseman) 14 Feb 2024 00:00:00 +0300 + -- Sergey V. Zhdanovskih (aka Norseman) 02 Mar 2024 00:00:00 +0300 diff --git a/deploy/DEBIAN/control b/deploy/DEBIAN/control index 01b22a2c4..33aca23a5 100644 --- a/deploy/DEBIAN/control +++ b/deploy/DEBIAN/control @@ -1,5 +1,5 @@ Package: gedkeeper -Version: 3.5.0-1 +Version: 3.5.1-1 Architecture: all Depends: sqlite3 Maintainer: Sergey V. Zhdanovskih (aka Norseman) diff --git a/deploy/Manjaro/PKGBUILD b/deploy/Manjaro/PKGBUILD index 9968c99c7..3df693944 100644 --- a/deploy/Manjaro/PKGBUILD +++ b/deploy/Manjaro/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Sergey V. Zhdanovskih (aka Norseman) pkgname=gedkeeper -pkgver=3.5.0 +pkgver=3.5.1 pkgrel=1 pkgdesc="Personal genealogical database editor" arch=('x86_64') diff --git a/deploy/gedkeeper.appdata.xml b/deploy/gedkeeper.appdata.xml index 7f82aaaed..5a96c1017 100644 --- a/deploy/gedkeeper.appdata.xml +++ b/deploy/gedkeeper.appdata.xml @@ -40,7 +40,7 @@ Sergey V. Zhdanovskih - + diff --git a/deploy/gk2_win_installer.cmd b/deploy/gk2_win_installer.cmd index dfd52b1d0..a8901351b 100644 --- a/deploy/gk2_win_installer.cmd +++ b/deploy/gk2_win_installer.cmd @@ -1,7 +1,7 @@ @echo off cls -set GKVER=2.29.0 +set GKVER=2.29.1 del .\*.exe /q del .\*.zip /q diff --git a/deploy/gk2_win_setup.nsi b/deploy/gk2_win_setup.nsi index 5e9c99494..92d02dc2b 100644 --- a/deploy/gk2_win_setup.nsi +++ b/deploy/gk2_win_setup.nsi @@ -9,7 +9,7 @@ Unicode true !define MUI_ICON "..\projects\GEDKeeper_48.ico" Name "GEDKeeper" -OutFile "gedkeeper_2.29.0_win86.exe" +OutFile "gedkeeper_2.29.1_win86.exe" InstallDir $PROGRAMFILES\GEDKeeper2 CRCCheck on diff --git a/deploy/gk3_win_setup.nsi b/deploy/gk3_win_setup.nsi index d712af801..55dbe3030 100644 --- a/deploy/gk3_win_setup.nsi +++ b/deploy/gk3_win_setup.nsi @@ -8,7 +8,7 @@ Unicode true !define MUI_ICON "..\projects\GEDKeeper_48.ico" Name "GEDKeeper" -OutFile "gedkeeper_3.5.0_win86.exe" +OutFile "gedkeeper_3.5.1_win86.exe" InstallDir $PROGRAMFILES\GEDKeeper3 CRCCheck on diff --git a/deploy/make_gk2_mswin_portable.cmd b/deploy/make_gk2_mswin_portable.cmd index 1a758d294..509a42bb5 100644 --- a/deploy/make_gk2_mswin_portable.cmd +++ b/deploy/make_gk2_mswin_portable.cmd @@ -1,6 +1,6 @@ @echo off -set APP_VER=2.29.0 +set APP_VER=2.29.1 call ..\clean.cmd diff --git a/deploy/make_gk3_freebsd_image.sh b/deploy/make_gk3_freebsd_image.sh index 25b0a6bd7..74c173adb 100644 --- a/deploy/make_gk3_freebsd_image.sh +++ b/deploy/make_gk3_freebsd_image.sh @@ -1,6 +1,6 @@ #!/bin/sh -APP_VER="3.5.0" +APP_VER="3.5.1" dotnet build ../projects/GKv3/GEDKeeper3.sln /p:Configuration=Release /p:Platform=FreeBSD #cd ./deploy/ sh ./gk_freebsd_image.sh $APP_VER diff --git a/deploy/make_gk3_linux_debian_pack.sh b/deploy/make_gk3_linux_debian_pack.sh index f7657d59b..cb1dc722c 100644 --- a/deploy/make_gk3_linux_debian_pack.sh +++ b/deploy/make_gk3_linux_debian_pack.sh @@ -1,6 +1,6 @@ #!/bin/sh -APP_VER="3.5.0" +APP_VER="3.5.1" dotnet build ../projects/GKv3/GEDKeeper3.sln /p:Configuration=Release /p:Platform=Linux #cd ./deploy/ sh ./gk_linux_deb_package.sh $APP_VER diff --git a/deploy/make_gk3_linux_fedora_pack.sh b/deploy/make_gk3_linux_fedora_pack.sh index cc9392734..1ec36bc81 100644 --- a/deploy/make_gk3_linux_fedora_pack.sh +++ b/deploy/make_gk3_linux_fedora_pack.sh @@ -1,6 +1,6 @@ #!/bin/sh -APP_VER="3.5.0" +APP_VER="3.5.1" dotnet build ../projects/GKv3/GEDKeeper3.sln /p:Configuration=Release /p:Platform=Linux #cd ./deploy/ sh ./gk_linux_rpm_fedora_package.sh $APP_VER diff --git a/deploy/make_gk3_linux_manjaro_pack.sh b/deploy/make_gk3_linux_manjaro_pack.sh index b956f481d..cf52499da 100644 --- a/deploy/make_gk3_linux_manjaro_pack.sh +++ b/deploy/make_gk3_linux_manjaro_pack.sh @@ -1,6 +1,6 @@ #!/bin/sh -APP_VER="3.5.0" +APP_VER="3.5.1" dotnet build ../projects/GKv3/GEDKeeper3.sln /p:Configuration=Release /p:Platform=Linux #cd ./deploy/ sh ./gk_linux_pkg_manjaro_package.sh $APP_VER diff --git a/deploy/make_gk3_mswin_installer.cmd b/deploy/make_gk3_mswin_installer.cmd index 62df4a912..7717ecc61 100644 --- a/deploy/make_gk3_mswin_installer.cmd +++ b/deploy/make_gk3_mswin_installer.cmd @@ -1,6 +1,6 @@ @echo off -set APP_VER=3.5.0 +set APP_VER=3.5.1 call ..\clean.cmd diff --git a/deploy/make_gk3_mswin_portable.cmd b/deploy/make_gk3_mswin_portable.cmd index 2e6b0c63a..1b8dbc8ba 100644 --- a/deploy/make_gk3_mswin_portable.cmd +++ b/deploy/make_gk3_mswin_portable.cmd @@ -1,6 +1,6 @@ @echo off -set APP_VER=3.5.0 +set APP_VER=3.5.1 call ..\clean.cmd diff --git a/deploy/rpm/gedkeeper-github.spec b/deploy/rpm/gedkeeper-github.spec index f3c2a1648..102d096c3 100644 --- a/deploy/rpm/gedkeeper-github.spec +++ b/deploy/rpm/gedkeeper-github.spec @@ -1,7 +1,7 @@ %define summary GEDKeeper - program for work with personal genealogical database. Name: gedkeeper -Version: 3.5.0 +Version: 3.5.1 Release: 1%{?dist} Summary: %{summary} License: GPLv3 @@ -57,5 +57,5 @@ chmod a+x %{buildroot}%{_libdir}/%{name}/bin/GEDKeeper3 %{summary} %changelog -* Feb 14 2024 GEDKeeper - 3.5.0 +* Mar 02 2024 GEDKeeper - 3.5.1 - New upstream release diff --git a/deploy/rpm/gedkeeper.spec b/deploy/rpm/gedkeeper.spec index 6b22ecd1a..2382daa5f 100644 --- a/deploy/rpm/gedkeeper.spec +++ b/deploy/rpm/gedkeeper.spec @@ -2,7 +2,7 @@ %define summary GEDKeeper - program for work with personal genealogical database Name: gedkeeper -Version: 3.5.0 +Version: 3.5.1 Release: 1 Summary: %{summary} License: GPLv3 @@ -47,5 +47,5 @@ cp -r bin \ #rm -rf %{buildroot}%{_libdir}/%{name}/scripts/readme.txt %changelog -* Feb 14 2024 GEDKeeper - 3.5.0 +* Mar 02 2024 GEDKeeper - 3.5.1 - New upstream release diff --git a/locales/dev/gkhDev_Implementations.html b/locales/dev/gkhDev_Implementations.html index c3dc05b71..5e15061b7 100644 --- a/locales/dev/gkhDev_Implementations.html +++ b/locales/dev/gkhDev_Implementations.html @@ -41,14 +41,14 @@

GEDKeeper2 (GKv2)

Development period: 05.08.2011 - present time.

Specificity: C#, WinForms.

Status: stable.

-

Last version: 2.29.0.

+

Last version: 2.29.1.

GEDKeeper3 (GKv3)

Development period: 24.05.2017 - present time.

Specificity: C#, Eto.Forms.

Status: stable.

-

Last version: 3.5.0.

+

Last version: 3.5.1.

GEDKeeperJ

diff --git a/locales/dev/gkhDev_Releases.html b/locales/dev/gkhDev_Releases.html index 44f7ffbcc..124689dfe 100644 --- a/locales/dev/gkhDev_Releases.html +++ b/locales/dev/gkhDev_Releases.html @@ -67,6 +67,7 @@

Releases

  • v2.28.0/Windows & v3.4.0/Linux,MacOS,Windows [28 Oct 2023]
  • v2.28.1/Windows & v3.4.1/Linux,MacOS,Windows [30 Oct 2023]
  • v2.29.0/Windows & v3.5.0/Linux,Windows,Android [14 Feb 2024] +
  • v2.29.1/Windows & v3.5.1/Linux,Windows,Android [02 Mar 2024] diff --git a/locales/help_enu/gkhHistory.html b/locales/help_enu/gkhHistory.html index c244d5b6b..826dc8c08 100644 --- a/locales/help_enu/gkhHistory.html +++ b/locales/help_enu/gkhHistory.html @@ -11,7 +11,7 @@

    Change log

    - 28.02.2024 [v2.29.1 & v3.5.1]

      + 02.03.2024 [v2.29.1 & v3.5.1]
      • Added localization to Afrikaans language [Steyn van der Walt].
      • Added call to detailed information about places in the place management tool (pop-up menu).
      • Fixed loading of some jpeg images. diff --git a/locales/help_rus/gkhHistory.html b/locales/help_rus/gkhHistory.html index d3483c578..a17b2f965 100644 --- a/locales/help_rus/gkhHistory.html +++ b/locales/help_rus/gkhHistory.html @@ -11,7 +11,7 @@

        История версий

        - 28.02.2024 [v2.29.1 & v3.5.1]

          + 02.03.2024 [v2.29.1 & v3.5.1]
          • Добавлена локализация на язык африкаанс [Steyn van der Walt].
          • Добавлен вызов детальной информации о местах в инструмент управления местами (всплывающее меню).
          • Исправлена загрузка некоторых изображений jpeg. diff --git a/projects/GKCore/GKCore/GKData.cs b/projects/GKCore/GKCore/GKData.cs index ccdfa922f..7fbe744f7 100644 --- a/projects/GKCore/GKCore/GKData.cs +++ b/projects/GKCore/GKCore/GKData.cs @@ -34,8 +34,8 @@ public static class GKData public const string APP_COPYRIGHT = "Copyright © 2009-2024 by Sergey V. Zhdanovskih"; - public const string APP_VERSION_2X = "2.29.0.0"; - public const string APP_VERSION_3X = "3.5.0.0"; + public const string APP_VERSION_2X = "2.29.1.0"; + public const string APP_VERSION_3X = "3.5.1.0"; #if !GK3 public const string UpdateURL = "https://sourceforge.net/projects/gedkeeper/files/gk_version.xml"; diff --git a/projects/GKvX/GEDKeeperX.Android/Properties/AndroidManifest.xml b/projects/GKvX/GEDKeeperX.Android/Properties/AndroidManifest.xml index bdebfc306..a6fcdc066 100644 --- a/projects/GKvX/GEDKeeperX.Android/Properties/AndroidManifest.xml +++ b/projects/GKvX/GEDKeeperX.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - +