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 Mar 1, 2024
1 parent fc0463d commit 425ff0c
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.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) <gedkeeper@yandex.ru> 14 Feb 2024 00:00:00 +0300
-- Sergey V. Zhdanovskih (aka Norseman) <gedkeeper@yandex.ru> 02 Mar 2024 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.5.0-1
Version: 3.5.1-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.5.0
pkgver=3.5.1
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.5.0" date="2024-02-14">
<release version="3.5.1" date="2024-03-02">
<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.29.0
set GKVER=2.29.1

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\GEDKeeper_48.ico"

Name "GEDKeeper"
OutFile "gedkeeper_2.29.0_win86.exe"
OutFile "gedkeeper_2.29.1_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\GEDKeeper_48.ico"

Name "GEDKeeper"
OutFile "gedkeeper_3.5.0_win86.exe"
OutFile "gedkeeper_3.5.1_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.29.0
set APP_VER=2.29.1

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.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
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.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
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.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
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.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
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.5.0
set APP_VER=3.5.1

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.5.0
set APP_VER=3.5.1

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.5.0
Version: 3.5.1
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
* Feb 14 2024 GEDKeeper - 3.5.0
* Mar 02 2024 GEDKeeper - 3.5.1
- 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.5.0
Version: 3.5.1
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
* Feb 14 2024 GEDKeeper - 3.5.0
* Mar 02 2024 GEDKeeper - 3.5.1
- New upstream release
4 changes: 2 additions & 2 deletions locales/dev/gkhDev_Implementations.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ <h3>GEDKeeper2 (GKv2)</h3>
<p>Development period: <b>05.08.2011 - present time</b>.</p>
<p>Specificity: C#, WinForms.</p>
<p>Status: <b>stable</b>.</p>
<p>Last version: 2.29.0.</p>
<p>Last version: 2.29.1.</p>


<h3>GEDKeeper3 (GKv3)</h3>
<p>Development period: <b>24.05.2017 - present time</b>.</p>
<p>Specificity: C#, <a href="https://github.com/picoe/eto">Eto.Forms</a>.</p>
<p>Status: <b>stable</b>.</p>
<p>Last version: 3.5.0.</p>
<p>Last version: 3.5.1.</p>


<h3>GEDKeeperJ</h3>
Expand Down
1 change: 1 addition & 0 deletions locales/dev/gkhDev_Releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ <h1>Releases</h1>
<li>v2.28.0/Windows &amp; v3.4.0/Linux,MacOS,Windows [28 Oct 2023]
<li>v2.28.1/Windows &amp; v3.4.1/Linux,MacOS,Windows [30 Oct 2023]
<li>v2.29.0/Windows &amp; v3.5.0/Linux,Windows,Android [14 Feb 2024]
<li>v2.29.1/Windows &amp; v3.5.1/Linux,Windows,Android [02 Mar 2024]
</ul>

</body>
Expand Down
2 changes: 1 addition & 1 deletion locales/help_enu/gkhHistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1>Change log</h1>

<p>
<b>28.02.2024 [v2.29.1 &amp; v3.5.1]</b><ul>
<b>02.03.2024 [v2.29.1 &amp; v3.5.1]</b><ul>
<li>Added localization to Afrikaans language [Steyn van der Walt].
<li>Added call to detailed information about places in the place management tool (pop-up menu).
<li>Fixed loading of some jpeg images.
Expand Down
2 changes: 1 addition & 1 deletion locales/help_rus/gkhHistory.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1>История версий</h1>

<p>
<b>28.02.2024 [v2.29.1 &amp; v3.5.1]</b><ul>
<b>02.03.2024 [v2.29.1 &amp; v3.5.1]</b><ul>
<li>Добавлена локализация на язык африкаанс [Steyn van der Walt].
<li>Добавлен вызов детальной информации о местах в инструмент управления местами (всплывающее меню).
<li>Исправлена загрузка некоторых изображений jpeg.
Expand Down
4 changes: 2 additions & 2 deletions projects/GKCore/GKCore/GKData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="3" android:versionName="3.5.0" package="com.SVZsoft.GEDKeeperX">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="4" android:versionName="3.5.1" package="com.SVZsoft.GEDKeeperX">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 425ff0c

Please sign in to comment.