diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 20dd16ad6..4b6516220 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -25,9 +25,10 @@ PDE X and other Modes and Tools. + Make "Archive Sketch" Tool force a .zip file extension https://github.com/processing/processing/issues/2526 -+ Modifications for capture and movie events with Python Mode ++ Event handling modifications in video and serial libraries w/ Python Mode https://github.com/processing/processing/pull/2527 https://github.com/processing/processing/pull/2528 + https://github.com/processing/processing/pull/2529 + Permit mouse PRESS to set mouseX/mouseY https://github.com/processing/processing/pull/2509 diff --git a/todo.txt b/todo.txt index 611491eea..9441fdb50 100644 --- a/todo.txt +++ b/todo.txt @@ -20,6 +20,9 @@ J modifications for captureEvent and Python J https://github.com/processing/processing/pull/2527 J Permit implementing movieEvent without having to link to Movie at build time J https://github.com/processing/processing/pull/2528 +J implement serial events without having to link to Serial at build time +J https://github.com/processing/processing/pull/2529 + medium _ possible to open a sketch multiple times