From 6e6bfbd3841960dd7560951807541e985c16fffe Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Thu, 7 Apr 2016 20:48:20 +0200 Subject: [PATCH] Update Change Log. --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bebe90fba..4d714ef3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log -## [1.2](https://github.com/openmv/openmv/releases/tag/v1.2) (2016-04-19) +## [1.3](https://github.com/openmv/openmv/releases/tag/v1.3) (2016-04-07) +IDE: +* Implement the IDE copy color function. +* Update examples menu using cateogries. +* Fix conflict with PyInstaller scripts. + +Firmware: +* Add initial WiFi (WINC1500) support. +* Update WINC1500 driver and firmware to 19.4.4 +* Support WINC1500 firmware update from uSD fw image. +* Improved MLX (FIR) temprature scaling and drawing. +* Add WiFi examples (mjpeg streamer, NTP, scan, connect and firmware update) + +Image processing: +* Implement AWB/HMirror/VFlip. +* Implement mean, median and mode filters. + +## [1.2](https://github.com/openmv/openmv/releases/tag/v1.2) (2016-03-19) IDE: * About dialog, license and credits. * Pin-out image for quick reference.