This commit is contained in:
Clement Lefebvre 2021-06-01 12:56:50 +01:00
parent c8e8994410
commit 215f6c7791
2 changed files with 27 additions and 1 deletions

26
debian/changelog vendored
View File

@ -1,3 +1,29 @@
xed (3.0.0) uma; urgency=medium
[ Talkashie ]
* Fix various typos in index.docbook
[ Soapux ]
* Fix permissions
[ okaestne ]
* Implement #225: Options to render whitespace
[ Michael Webster ]
* i18n: Don't translate gsettings strings.
[ okaestne ]
* Fix crashes when no documents (tabs) are open
[ Justin Schiff ]
* Uses strtol instead of atoi so that we can properly handle errors.
* Use CLAMP macro instead
[ Clement Lefebvre ]
* l10n: Update POT
-- Clement Lefebvre <root@linuxmint.com> Tue, 01 Jun 2021 12:56:22 +0100
xed (2.8.4) ulyssa; urgency=medium
[ Eli Schwartz ]

View File

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