2.0.2
This commit is contained in:
parent
c57ad618a1
commit
fe1c4f1e38
|
@ -1,3 +1,19 @@
|
||||||
|
xed (2.0.2) tessa; urgency=medium
|
||||||
|
|
||||||
|
[ Clement Lefebvre ]
|
||||||
|
* Fix non-translated desktop file
|
||||||
|
|
||||||
|
[ Michael Webster ]
|
||||||
|
* highlight mode window: Make activatable via shortcut (ctrl-shift-H), focus the search entry by default, and allow Escape to cancel the dialog from the search entry.
|
||||||
|
|
||||||
|
[ chingyinwan123 ]
|
||||||
|
* Fix warnings when building xed 2.0.1 (#264)
|
||||||
|
|
||||||
|
[ Clement Lefebvre ]
|
||||||
|
* l10n: Update translations
|
||||||
|
|
||||||
|
-- Clement Lefebvre <root@linuxmint.com> Tue, 11 Dec 2018 14:10:08 +0000
|
||||||
|
|
||||||
xed (2.0.1) tessa; urgency=medium
|
xed (2.0.1) tessa; urgency=medium
|
||||||
|
|
||||||
[ Leigh Scott ]
|
[ Leigh Scott ]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
project('xed', 'c', version : '2.0.1')
|
project('xed', 'c', version : '2.0.2')
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
|
|
Loading…
Reference in New Issue