This commit is contained in:
Clement Lefebvre 2019-11-22 12:12:34 +00:00
parent 3e37213b5e
commit 8a0c1f6e08
2 changed files with 22 additions and 1 deletions

21
debian/changelog vendored
View File

@ -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 <root@linuxmint.com> Fri, 22 Nov 2019 12:12:12 +0000
xed (2.2.3) tina; urgency=medium
* l10n: Update translations

View File

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