2.8.0
This commit is contained in:
parent
6168aee699
commit
c7455d5f23
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('xed', 'c', version : '2.6.2')
|
||||
project('xed', 'c', version : '2.8.0')
|
||||
|
||||
gnome = import('gnome')
|
||||
i18n = import('i18n')
|
||||
|
|
Loading…
Reference in New Issue