[gnoduino] update NEWS and final version



commit 683652ccd3ba1a3ae37ec6b202e91033ebb0b306
Author: Lucian Langa <lucilanga gnome org>
Date:   Tue Jun 3 21:43:03 2014 +0200

    update NEWS and final version

 NEWS            |   14 ++++++++++++++
 src/__init__.py |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index aed11cd..de15e49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Gnoduino 0.5.0
+==============
+
+- update arduino SDK 1.0.5
+- add support for non-serial programmers
+- initial support of auto-detecting plugged devices
+- improve default startup settings
+- fix/improve code preprocessor 
+- add support for new programmers
+- fix import library menu option
+- fix examples parsing
+- shift key to force selected programmer
+
+
 Gnoduino 0.4.0
 ==============
 
diff --git a/src/__init__.py b/src/__init__.py
index 48230f3..265790d 100644
--- a/src/__init__.py
+++ b/src/__init__.py
@@ -15,4 +15,4 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-__version__ = "0.4.90"
+__version__ = "0.5.0"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]