From c7d85bd3b84625b1e710b866be168f59367d71cf Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 4 Jun 2024 16:52:47 +0100 Subject: [PATCH] 3.6.0 --- debian/changelog | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ca0c8245..8eb5546a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +xed (3.6.0) wilma; urgency=medium + + [ tlemy ] + * added shortcut to duplicate selection (#615) + * added condition to not save empty doc (#617) + * removed trailing space char in custom date time (#616) + * added auto close setting to close window when that last tab is closed (#613) + + [ Clement Lefebvre ] + * Set the number of recent files to 10 + * recent files: Don't show a number in front of the filename + * l10n: Update POT + + -- Clement Lefebvre Tue, 04 Jun 2024 16:52:21 +0100 + xed (3.4.5) virginia; urgency=medium [ Leigh Scott ] diff --git a/meson.build b/meson.build index d866a709..d06a54b5 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '3.4.5') +project('xed', 'c', version : '3.6.0') gnome = import('gnome') i18n = import('i18n')