From 423d88d318b8bfdbd2dd561334b64ba52602cdf5 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Mon, 17 Nov 2014 16:49:28 +0200 Subject: [PATCH] Update readme for version 0.2.2 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a1fc94..84f0fd0 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,13 @@ A short wishlist for the next releases: - Syphon source for Mac - Spout source for Win - Streaming source for RPi (fb sharing, network streams...) - - Even better structure - + - Even better code structure + +### Version 0.2.2 (2014-11-17): + - Remove perspective warping in favour of doing mesh warping first and then adding proper perspective warping as a wrapper of the mesh warp + - Fixed issue 24 (selected surface FBO source not checked in the sources editor view) + - Fix OMX player workaround instructions + ### Version 0.2.1 (2014-11-05): - Added single instance feature. Now you can use ofxPiMapper as single object for your project. - Added FBO source. You can create a custom openFrameworks application for piMapper by extending the FboSource class. Add/register your custom object as source in piMapper and you will be able to select it in the source editor. Source is saved and loaded from the settings as well.