From 02c8640d879cf569ebe88bc8f6962d045166a5fd Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 7 Nov 2016 06:19:13 -0500 Subject: [PATCH] write release notes for 3.2.3 --- build/shared/revisions.txt | 56 ++++++++++++++++++++++++++++++++++++++ core/todo.txt | 4 +-- todo.txt | 4 ++- 3 files changed, 61 insertions(+), 3 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 789e21ab5..67cbbfee2 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,3 +1,59 @@ +PROCESSING 3.2.3 (REV 0255) - 7 November 2016 + +Lots of fixes to the Contribution Manager and a couple OpenGL tweaks. + + +[ contributions manager ] + ++ If prettyVersion isn't present, just use version number + ++ Ensure that update.id is set before checking for contrib updates + ++ Clicking "Update" button in contrib manager shows non-retina version of icon + https://github.com/processing/processing/issues/4715 + Other instances of the double-size icon found, should be fixed now + ++ Fix the library reporting scripts on the server + ++ Missing version number putting 'null' in the UI + https://github.com/processing/processing-docs/issues/478 + https://github.com/processing/processing/issues/4696 + https://github.com/processing/processing/pull/4712 + ++ Major clean-ups to the Contribution Manager code + + +[ contributions to the manager ] + ++ Up-to-date status disappears after filter is removed (contributed) + https://github.com/processing/processing/issues/4084 + ++ Updates tab blank after adding, removing, updating a contribution + https://github.com/processing/processing/issues/4082 + https://github.com/processing/processing/issues/4704 + ++ Fixes the removal of redundant contribution and update related issues + https://github.com/processing/processing/pull/4086 + + +[ another fix ] + ++ Warn user to restart browser when it hangs on macOS + https://github.com/fathominfo/processing-p5js-mode/issues/4 + + +[ opengl improvements ] + ++ Automatic detection of POINT and LINE shaders fails + https://github.com/processing/processing/issues/4725 + ++ Show warning when frameRate() less than 1 is called with P2D and P3D + https://github.com/processing/processing/issues/4716 + + +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . + + PROCESSING 3.2.2 (REV 0254) - 30 October 2016 Lots of bug fixes. diff --git a/core/todo.txt b/core/todo.txt index 9c6d385de..17b1a01e7 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,6 +1,4 @@ 0255 (3.2.3 or 3.3) -_ add StringDict.Entry class for iterating - andres X automatic detection of POINT and LINE shaders fails @@ -9,6 +7,8 @@ X show warning when frameRate() less than 1 is called with P2D and P3D X https://github.com/processing/processing/issues/4716 +_ add StringDict.Entry class for iterating + _ TRIANGLE_STRIP not working correctly with createShape() and default renderer _ https://github.com/processing/processing/issues/4678 diff --git a/todo.txt b/todo.txt index 73500473a..bc32d1787 100755 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0255 (3.2.3 or 3.3) +0255 (3.2.3) X ensure that update.id is set before checking for contrib updates X if prettyVersion is blank (or null?), just use version (Firmata) X clicking "Update" button in contrib manager shows non-retina version of icon @@ -28,6 +28,8 @@ X https://github.com/processing/processing/issues/4704 X Fixes the removal of redundant contribution and update related issues X https://github.com/processing/processing/pull/4086 +0256 (3.2.4 or 3.3) + _ fix appbundler problems due to rollback _ https://github.com/processing/processing/issues/3790