diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index b79d995df..fd6f8de59 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,3 +1,23 @@ +PROCESSING 3.3.3 (REV 0260) - 2 May 2017 + +Happy birthday to my Dad and baby brother! + +Let's celebrate with a couple of bug fixes: + ++ keyPressed not returning false once a key is released + https://github.com/processing/processing/issues/5033 + ++ Image tint() was broken in 3.3.x + https://github.com/processing/processing/issues/5040 + https://github.com/processing/processing/pull/5042 + ++ Deal with loadBytes() regressions introduced by their rewrite + (was breaking p5jsMode because of its use of loadBytes(File) + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + PROCESSING 3.3.2 (REV 0259) - 25 April 2017 Broke a few eggs with that last omelette, and left a little eggshell behind. diff --git a/core/todo.txt b/core/todo.txt index ea12dc931..be5ea42bb 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -5,9 +5,9 @@ X deal with loadBytes() regressions introduced by their rewrite X (was breaking p5jsMode because of its use of loadBytes(File) jakub -X Revert updatePixels() to set modified flag to true -X https://github.com/processing/processing/pull/5042 +X image tint() broken in 3.3.x X https://github.com/processing/processing/issues/5040 +X https://github.com/processing/processing/pull/5042 high