develop is now heading to 0.8

This commit is contained in:
Andy Williams 2018-02-10 21:01:26 +00:00
parent a5ce833292
commit 4219182826
2 changed files with 12 additions and 3 deletions

13
NEWS
View File

@ -1,14 +1,23 @@
=======
Edi 0.7
Edi 0.8
=======
Features:
* Added theme support and new themes.
* Added editor translucency option.
=======
Edi 0.7
=======
Features:
* Added notification support.
* Added split-view option for editors.
* Project wizard and new project templates.
* Updated project wizard and added new project templates.
* Include EFL examples in project wizard.
* Improved debugging support.
* Added edi_scm helper command.
* Replace all in project.

View File

@ -1,6 +1,6 @@
project(
'edi', 'c',
version : '0.6.99',
version : '0.7.99',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.39.0')