This commit is contained in:
Clement Lefebvre 2020-11-30 11:26:10 +00:00
parent 6168aee699
commit c7455d5f23
2 changed files with 25 additions and 1 deletions

24
debian/changelog vendored
View File

@ -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 <root@linuxmint.com> Mon, 30 Nov 2020 11:25:34 +0000
xed (2.6.2) ulyana; urgency=medium
* CI: Update targets

View File

@ -1,4 +1,4 @@
project('xed', 'c', version : '2.6.2')
project('xed', 'c', version : '2.8.0')
gnome = import('gnome')
i18n = import('i18n')