yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=29226c9edb355364909a70b055d9f52d1c902d8c

commit 29226c9edb355364909a70b055d9f52d1c902d8c
Author: Yakov Goldberg <[email protected]>
Date:   Mon Mar 30 18:47:14 2015 +0300

    release: update NEWS and bump version for 1.0.0 release
---
 NEWS | 37 ++++++++++++++++++++++++++++++++++++-
 1 file changed, 36 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 2f6ef34..6395761 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,42 @@
 ===========
-Erigo 0.9.1
+Erigo 1.0.0
 ===========
 
+Full manuals, examples and video lessons can be found here:
+https://phab.enlightenment.org/w/projects/gui_builder/
+
+Changes since 0.9.1
+-------------------
+Features:
+   * Now all classes and functions are fetched from Eolian.
+     Functions can be filtered out with black list.
+   * Add infrastructure to support warning message's popup windows.
+     Add popup message for "Save" dialog.
+   * Add memo bubble for properties which require to press "Enter" to apply
+     changes.
+   * Add supoort for widgets: Fileselector, Fileselector Entry,
+     Fileselector Buttoni, Slider, Progressbar, Panes, Conformant.
+   * Split Factory to sections.
+
+Internals:
+   * Wider usage of Eolian API to generate function names.
+   * Check if Property implements GET method and it is possible
+     to fetch default values.
+
+Fixes:
+  * Configuration and installiation options:
+    For configuration and installation use:
+    $ cmake ..
+
+    In order to install into custom path:
+    $ cmake -DCMAKE_INSTALL_PREFIX=/install_path ..
+
+    For configuration of Debug version and to run Erigo from build path:
+    $ cmake -DCMAKE_INSTALL_PREFIX=/install_path -DCMAKE_BUILD_TYPE=debug ..
+
+  * Fix showing properties and classes in Property View.
+  * Fix leaks and internal's memory management
+
 Changes since 0.9.0
 -------------------
 

-- 


Reply via email to