diff --git a/NEWS b/NEWS index e69de29..b129567 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,25 @@ +============ +Enventor 0.2 +============ + +Changes since Enventor 0.1: +--------------------------- + +Additions: + * Save/Load config values (~/.config/enventor/enventor.eet) + * Toolbar GUI (F11) + * View scale change (Ctrl + Mouse Wheel) + * Find/Replace (Ctrl+F) + * Line Deletion (Ctrl+D) + +Improvements: + * Applied more syntax color keywords + * Display the current file path on the window title bar + * Support ELM_ENGINE gl set + * Better Pretty GUI + * Create a new file that is specified on the command line + * Support more selection keyword for candidate list display. - "action", "STATE_SET", "inherit", "image.normal", "image.tween", "target", "source" + +Fixes: + * GUI scalability + * Open real "new" template code when New is requested diff --git a/README b/README index 55494e6..eb5102b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -[Enventor v0.1] +[Enventor v0.2] This is an EDC editor with some convenient functions. It's brand new and was only started near the begining of June 2013, so expecting it to do everything a diff --git a/configure.ac b/configure.ac index a81a5ff..f1fded8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [0]) -m4_define([v_min], [1]) +m4_define([v_min], [2]) m4_define([v_mic], [0]) #m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl ##-- When released, remove the dnl on the below line