mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
starting the next release
This commit is contained in:
@@ -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. */
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
4
done.txt
4
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
|
||||
|
||||
Reference in New Issue
Block a user