Update meta and news

This commit is contained in:
Andy Williams 2016-05-16 09:10:29 +01:00
parent 893098f3e4
commit 63740ac9a8
3 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,16 @@
2016-05-16 ajwillia.ms (Andy Williams)
* Make build providers pluggable and auto-detected for project
* Filter file list based on ignored build files
2016-05-15 ajwillia.ms (Andy Williams)
* Allow user searching of file list using regexp
2016-03-31 ajwillia.ms (Andy Williams)
* Split elm_code lines apart and insert status messages (inline errors)
2016-02-21 ajwillia.ms (Andy Williams)
* Fix crash when deleting a selection ending in newline

16
NEWS
View File

@ -1,3 +1,19 @@
=======
Edi 0.4
=======
Features:
* Auto-detected build provider for project
* Filter file list based on ignored build files
* Allow filtering of file list using regular expressions
* Display build errors inline in editor
Bug fixes:
*
=======
Edi 0.3
=======

View File

@ -1,4 +1,4 @@
EFL_VERSION([0], [2], [0])
EFL_VERSION([0], [4], [0])
AC_INIT([edi], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.65])