Skip to content

Commit c2e3e28

Browse files
committed
Merged PRs for ClipboardGramplet, DescendantSpaceTree, EditExifMetadata, GetGOV, PostgreSQLEnhanced
Merged: Translations update from Hosted Weblate #748 Fix PostgreSQL Enhanced registration settings #755 (plus GPR fix for listing) [GetGOV] Fix empty date ranges #756 [Collections Clipboard] Add the same button pressed behavior as for normal clipboards #757 Translated string change in the Edit Exif Metadata gramplet #758 Fix a typo in the Descendant Space Tree #759
1 parent d530ad7 commit c2e3e28

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

ClipboardGramplet/ClipboardGramplet.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name=_("Collections Clipboard"),
1111
description=_("Gramplet for grouping collections of items to aid in data entry."),
1212
status=STABLE,
13-
version = '1.0.47',
13+
version = '1.0.48',
1414
gramps_target_version="6.0",
1515
height=200,
1616
gramplet="ClipboardGramplet",

DescendantSpaceTree/DescendantSpaceTree.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"as a Space Tree for efficient viewing, even "
3939
"with many descendants or generations."
4040
),
41-
version = '1.1.1',
41+
version = '1.1.2',
4242
gramps_target_version="6.0",
4343
help_url="Addon:DescendantSpaceTree",
4444
)

EditExifMetadata/editexifmetadata.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
gramplet_title=_("Edit Exif Metadata"),
3636
detached_width=550,
3737
detached_height=550,
38-
version = '2.0.15',
38+
version = '2.0.16',
3939
gramps_target_version="6.0",
4040
status=STABLE,
4141
include_in_listing=True,

GetGOV/getgov.gpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
description=_("Gramplet to get places from the GOV database"),
3434
status=STABLE,
3535
audience=EXPERT,
36-
version = '1.0.23',
36+
version = '1.0.24',
3737
gramps_target_version="6.0",
3838
fname="getgov.py",
3939
gramplet="GetGOV",

PostgreSQLEnhanced/postgresqlenhanced.gpr.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
PostgreSQL Enhanced Database Backend Registration
2323
"""
2424

25-
from gramps.gen.plug._pluginreg import register, STABLE, DATABASE, EXPERT
26-
from gramps.gen.const import GRAMPS_LOCALE as glocale
27-
28-
_ = glocale.translation.gettext
29-
3025
register(
3126
DATABASE,
3227
id="postgresqlenhanced",
@@ -38,7 +33,7 @@
3833
"and AI/ML capabilities. For advanced users. "
3934
"Requires PostgreSQL 15+ with extensions. Gramps Web compatible."
4035
),
41-
version = '1.5.1',
36+
version = '1.5.2',
4237
gramps_target_version="6.0",
4338
status=STABLE,
4439
audience=EXPERT, # For advanced users who can configure PostgreSQL

0 commit comments

Comments
 (0)