3.0.0
This commit is contained in:
parent
c8e8994410
commit
215f6c7791
|
@ -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 ]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('xed', 'c', version : '2.8.4')
|
||||
project('xed', 'c', version : '3.0.0')
|
||||
|
||||
gnome = import('gnome')
|
||||
i18n = import('i18n')
|
||||
|
|
Loading…
Reference in New Issue