diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 9a3df2aa4..ff8373fba 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -55,9 +55,9 @@ import processing.data.StringList; public class Base { // Added accessors for 0218 because the UpdateCheck class was not properly // updating the values, due to javac inlining the static final values. - static private final int REVISION = 259; + static private final int REVISION = 260; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "0259"; //$NON-NLS-1$ + static private String VERSION_NAME = "0260"; //$NON-NLS-1$ /** Set true if this a proper release rather than a numbered revision. */ /** diff --git a/core/done.txt b/core/done.txt index 2534db4ba..f0e68f733 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,25 @@ +0259 (3.3.2) +X add (far) more efficient file loading for loadBytes(File) +X add loadBytes(URL) variant that uses content length header for array size +X keyPressed is false if one key is released while multiple keys are pressed +X https://github.com/processing/processing/issues/4993 +X createInput() wasn't returning null for files that were not found +X https://github.com/processing/processing/issues/5026 + +andres +X Assigning Pixels Vertically Flipped in P2D +X https://github.com/processing/processing/issues/5013 + +gohai +X improve loadBytes() performance +X https://github.com/processing/processing/pull/5027 + +jakub +X ArrayIndexOutOfBoundsException when using tint() or loadFont() +X https://github.com/processing/processing/issues/5028 +X https://github.com/processing/processing/pull/5029 + + 0258 (3.3.1) X improve sum() functions in processing.data X add sum() to IntDict and FloatDict diff --git a/core/todo.txt b/core/todo.txt index 604e2223f..5ce8c65d2 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,23 +1,4 @@ -0259 (3.3.2) -X add (far) more efficient file loading for loadBytes(File) -X add loadBytes(URL) variant that uses content length header for array size -X keyPressed is false if one key is released while multiple keys are pressed -X https://github.com/processing/processing/issues/4993 -X createInput() wasn't returning null for files that were not found -X https://github.com/processing/processing/issues/5026 - -andres -X Assigning Pixels Vertically Flipped in P2D -X https://github.com/processing/processing/issues/5013 - -gohai -X improve loadBytes() performance -X https://github.com/processing/processing/pull/5027 - -jakub -X ArrayIndexOutOfBoundsException when using tint() or loadFont() -X https://github.com/processing/processing/issues/5028 -X https://github.com/processing/processing/pull/5029 +0260 (3.3.3 or 3.4) high diff --git a/done.txt b/done.txt index c83c1c3dd..cdb7892a3 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,7 @@ +0259 (3.3.2) +X no changes to the PDE in this release + + 0258 (3.3.1) X fix the JRE downloader X https://gist.github.com/P7h/9741922 diff --git a/todo.txt b/todo.txt index 798aafd36..db0e7dd69 100755 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0259 (3.3.2) +0260 (3.3.3 or 3.4) contrib