From a7b50ee69535ba47834c797553be5a41920ced75 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 2 May 2016 13:25:54 +0200 Subject: [PATCH] Update change log. --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6c605b2e..e4134bef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ # Change Log +## [1.4](https://github.com/openmv/openmv/releases/tag/v1.4) (2016-05-02) +IDE: +* Fix text editor undo bug. +* New bootloader dialog. +* Fix and update example scripts. +* Fix preferences dialog. +* Remove refresh button. + +Firmware: +* Fixed file wrapper initialization bug. +* New CDC-based bootloader (works on Linux, Windows and OSX) +* Implement new sensor functions (disable AGC and AEC) +* Fix WINC bug overriding sent data. + +Image processing: +* Color codes support. +* New color blob detector. + ## [1.3](https://github.com/openmv/openmv/releases/tag/v1.3) (2016-04-07) IDE: * Implement the IDE copy color function.