ready for v0.2

added README and bumpup the version.
This commit is contained in:
ChunEon Park 2014-03-18 01:55:50 +09:00
parent 932befedb3
commit 21ea32d789
3 changed files with 27 additions and 2 deletions

25
NEWS
View File

@ -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

2
README
View File

@ -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

View File

@ -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