Skip to content

Commit

Permalink
Preparing for the release of v2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Apr 13, 2022
1 parent 2a2d89a commit 83ebc27
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 18 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## 14.04.2022 [v2.20.1]
- Fixed support for negative coordinates in FTB files.
- Added option to display surnames in capital letters.
- Fixed error resetting name in person edit dialog when adding father/mother.
- Fixed double display of the surname in the person page in the generated site.
- Fixed an error in determining the kinship of cousins.
- Added the feature to display age in a person's card in the tree.
- Fixed a bug with displaying dialogs relative to the main window.
- Fixed issue with typing Return in note editor.

## 28.03.2022 [v2.20.0]
- Fixed declension of partial names in birthday message.
- Fixed a bug with calling the log and help in Linux.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image: Visual Studio 2015

version: 2.20.0.{build}
version: 2.20.1.{build}
configuration: Debug
platform: x86
skip_tags: true
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 (2.20.0-1~rc1) unstable; urgency=low
gedkeeper (2.20.1-1~rc1) unstable; urgency=low

* Packaged release
* See changelog.md for changes

-- Sergey V. Zhdanovskih (aka Norseman) <[email protected]> 28 Mar 2022 00:00:00 +0300
-- Sergey V. Zhdanovskih (aka Norseman) <[email protected]> 14 Apr 2022 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: 2.20.0-1
Version: 2.20.1-1
Architecture: all
Depends: mono-complete (>=5.12), sqlite3
Maintainer: Sergey V. Zhdanovskih (aka Norseman) <[email protected]>
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) <[email protected]>

pkgname=gedkeeper
pkgver=2.20.0
pkgver=2.20.1
pkgrel=1
pkgdesc="Personal genealogical database editor"
arch=('i386' '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="2.20.0" date="2022-03-28">
<release version="2.20.1" date="2022-04-14">
<description>
</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_linux_deb_package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

APP_VER="2.20.0"
APP_VER="2.20.1"
DEV_PATH="/home/norseman/share/gkdev/GEDKeeper"
PACK_PATH="gedkeeper-$APP_VER"

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

APP_VER="2.20.0"
APP_VER="2.20.1"
DEV_PATH="/home/norseman/share/gkdev/GEDKeeper"
PACK_PATH="gedkeeper-$APP_VER"

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

APP_VER="2.20.0"
APP_VER="2.20.1"
DIR="$( cd "$( dirname "$0" )" && pwd )"

rm -rf ~/rpmbuild/
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.20.0
set GKVER=2.20.1

del .\*.exe /q
del .\*.zip /q
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_win_portable.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
cls

set GKVER=2.20.0
set GKVER=2.20.1

set lstfile=".\listfile.txt"
set out_fn="gedkeeper_%GKVER%_win_portable"
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
Name "GEDKeeper"
OutFile "gedkeeper_2.20.0_winsetup.exe"
OutFile "gedkeeper_2.20.1_winsetup.exe"
InstallDir $PROGRAMFILES\GEDKeeper2

CRCCheck on
Expand Down
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: 2.20.0
Version: 2.20.1
Release: 1
Summary: %{summary}
License: GPLv3
Expand Down Expand Up @@ -55,5 +55,5 @@ cp -r bin \
rm -rf %{buildroot}%{_libdir}/%{name}/scripts/readme.txt

%changelog
* Mon Mar 28 2022 GEDKeeper - 2.20.0
* Apr 14 2022 GEDKeeper - 2.20.1
- New upstream release
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>??.??.2022 [v2.20.1]</b><ul>
<b>14.04.2022 [v2.20.1]</b><ul>
<li>(*) Fixed support for negative coordinates in FTB files.
<li>(+) Added option to display surnames in capital letters.
<li>(*) Fixed error resetting name in person edit dialog when adding father/mother.
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>??.??.2022 [v2.20.1]</b><ul>
<b>14.04.2022 [v2.20.1]</b><ul>
<li>(*) Исправлена поддержка отрицательных координат в файлах FTB.
<li>(+) Добавлена опция вывода фамилий заглавными буквами.
<li>(*) Исправлена ошибка сброса имени в диалоге редактирования человека при добавлении отца/матери.
Expand Down
4 changes: 2 additions & 2 deletions projects/GKv2/GEDKeeper2/GKProgram.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* "GEDKeeper", the personal genealogical database editor.
* Copyright (C) 2009-2021 by Sergey V. Zhdanovskih.
* Copyright (C) 2009-2022 by Sergey V. Zhdanovskih.
*
* This file is part of "GEDKeeper".
*
Expand Down Expand Up @@ -31,7 +31,7 @@
[assembly: AssemblyDescription("")]
[assembly: AssemblyProduct("GEDKeeper")]
[assembly: AssemblyCopyright(GKData.APP_COPYRIGHT)]
[assembly: AssemblyVersion("2.20.0.0")]
[assembly: AssemblyVersion("2.20.1.0")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
Expand Down

0 comments on commit 83ebc27

Please sign in to comment.