diff --git a/debian/changelog b/debian/changelog index b5e0514..58bd970 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +xed (2.0.2) tessa; urgency=medium + + [ Clement Lefebvre ] + * Fix non-translated desktop file + + [ Michael Webster ] + * highlight mode window: Make activatable via shortcut (ctrl-shift-H), focus the search entry by default, and allow Escape to cancel the dialog from the search entry. + + [ chingyinwan123 ] + * Fix warnings when building xed 2.0.1 (#264) + + [ Clement Lefebvre ] + * l10n: Update translations + + -- Clement Lefebvre Tue, 11 Dec 2018 14:10:08 +0000 + xed (2.0.1) tessa; urgency=medium [ Leigh Scott ] diff --git a/meson.build b/meson.build index 617df4e..d75a8c9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '2.0.1') +project('xed', 'c', version : '2.0.2') gnome = import('gnome') i18n = import('i18n')