diff --git a/debian/changelog b/debian/changelog index b77777d..3f33e18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +xed (2.4.0) tricia; urgency=medium + + [ Michael Webster ] + * print-preview: add a print button to the preview toolbar, to immediately print the previewed document. + + [ nardholio ] + * Packaging: remove dependency on libpeas-1.0-0-python3loader (#325) + + [ Pavel Shlyak ] + * Cleanup (#321) + + [ Leigh Scott ] + * add open uri plugin (#317) + + [ Clement Lefebvre ] + * open-uri: Make the plugin built-in + * open-uri: Simplify and fix translations + * Print preview: Reuse existing msgid + + -- Clement Lefebvre Fri, 22 Nov 2019 12:12:12 +0000 + xed (2.2.3) tina; urgency=medium * l10n: Update translations diff --git a/meson.build b/meson.build index 3765659..2e85464 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '2.2.3') +project('xed', 'c', version : '2.4.0') gnome = import('gnome') i18n = import('i18n')