From fa4cca051d7af92f9fe94877354bbf9334412168 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sat, 29 Aug 2015 16:11:12 +0100 Subject: [PATCH] prep for release of 0.1 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c41be3b..707405c 100644 --- a/NEWS +++ b/NEWS @@ -4,15 +4,26 @@ Edi 0.1 Features: + * New icon :) * Integrated elm_code editor - faster code highlighting - highlighting of error lines + - highlighting of TODO lines - line width indicator in the editor - configurable tab stop width + * Add a main menu and tidy up toolbar + * Remember UI settings per project + * Add launch configuration so we can run a built binary + * Added a monospaced font picker to settings + * Indent newlines to match whitespace in the previous line + * Trim trailing whitespace when saving + Bug fixes * T2057 Line numbers are not fully visible in new windows + * #3 assume bash as default shell when creating a new project + * #4 Unable to compile 0.0.2 diff --git a/configure.ac b/configure.ac index 7740ead..4cf9835 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -EFL_VERSION([0], [0], [9]) +EFL_VERSION([0], [1], [0]) AC_INIT([edi], [efl_version], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.65])