Prep for 0.5 release

This commit is contained in:
Andy Williams 2017-04-14 16:30:38 +01:00
parent e3459cb526
commit d354d5197e
2 changed files with 31 additions and 1 deletions

30
NEWS
View File

@ -1,3 +1,33 @@
=======
Edi 0.5
=======
Features:
* Add support for compile command databases with clang
* Add Undo/Redo support
* Add support for basic python projects
* Syntax highlighting support now includes python
* Add inline documentation lookup using libclang
* Add code autosuggest using libclang
* Add wrap-around in search
* Add double click to expand/contract in the file panel
* Add delete and open directory in terminal menu options in file panel
* Add a TODO/FIXME listing panel
* Add search in project
Bug fixes:
* Fix issues with OpenBSD
* filepanel: Don't filter folders when searching for files
* Fix duplicate files in file listing panel
* Reset search term when activating search
* Improve portability of project creation
* Add pkgbuild support for libedi
* Fix tab bar to be more like tabs
* Fix various stability issues
=======
Edi 0.4
=======

View File

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