diff --git a/debian/changelog b/debian/changelog index b768f37..f2d8c82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +xed (2.8.0) ulyssa; urgency=medium + + [ JosephMcc ] + * Port to Gtksourceview4 + * Add a new window desktop action + * plugins: Clean up deprecated preprcessor commands + * Clean up remaining deprecated preprocessor commands + * xed-highlight-mode-selector.c: Fix a couple of missing casts + * textsize plugin: Zoom text regardless of selection + * xed-highlight-mode-dialog/selector: Clean up code style + * xed-completion-plugin.c: Clean up the code style + + [ Hrutvik Suthar ] + * auto bracket complete feature - added bracket-complete dir in plugins - gtksourceview min depedency change to 4.0.3 + + [ Michael Webster ] + * Add XAppFavorites support to the file menu. + * meson.build: bump xapp version. + + [ Clement Lefebvre ] + * l10n: Update POT + + -- Clement Lefebvre Mon, 30 Nov 2020 11:25:34 +0000 + xed (2.6.2) ulyana; urgency=medium * CI: Update targets diff --git a/meson.build b/meson.build index 76559f7..172aa19 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xed', 'c', version : '2.6.2') +project('xed', 'c', version : '2.8.0') gnome = import('gnome') i18n = import('i18n')