ajwillia-ms pushed a commit to branch edi-0.5. http://git.enlightenment.org/tools/edi.git/commit/?id=bfab2aa95dc1240b089ac2141443adf8c9ea22a5
commit bfab2aa95dc1240b089ac2141443adf8c9ea22a5 Author: Andy Williams <[email protected]> Date: Fri May 26 21:38:34 2017 +0100 Releasing 0.5.1 with latest efl fixes --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 84cdf4d..8464a2f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +--------- +Edi 0.5.1 +--------- + +Features: + + * menu: Indicate saved status in menu and toolbar + * cmdline: don't try to open unknown file types + +Bug fixes: + + * Fix issue where replaced text could not be undone + * Fix python project detection + + ======= Edi 0.5 ======= diff --git a/configure.ac b/configure.ac index 38b8392..de1d3e9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([0], [5], [0]) +EFL_VERSION([0], [5], [1]) AC_INIT([edi], [efl_version], [[email protected]]) AC_PREREQ([2.65]) --
