File tree Expand file tree Collapse file tree 5 files changed +30
-23
lines changed
Expand file tree Collapse file tree 5 files changed +30
-23
lines changed Original file line number Diff line number Diff line change 5555public class Base {
5656 // Added accessors for 0218 because the UpdateCheck class was not properly
5757 // updating the values, due to javac inlining the static final values.
58- static private final int REVISION = 259 ;
58+ static private final int REVISION = 260 ;
5959 /** This might be replaced by main() if there's a lib/version.txt file. */
60- static private String VERSION_NAME = "0259 " ; //$NON-NLS-1$
60+ static private String VERSION_NAME = "0260 " ; //$NON-NLS-1$
6161 /** Set true if this a proper release rather than a numbered revision. */
6262
6363 /**
Original file line number Diff line number Diff line change 1+ 0259 (3.3.2)
2+ X add (far) more efficient file loading for loadBytes(File)
3+ X add loadBytes(URL) variant that uses content length header for array size
4+ X keyPressed is false if one key is released while multiple keys are pressed
5+ X https://github.com/processing/processing/issues/4993
6+ X createInput() wasn't returning null for files that were not found
7+ X https://github.com/processing/processing/issues/5026
8+
9+ andres
10+ X Assigning Pixels Vertically Flipped in P2D
11+ X https://github.com/processing/processing/issues/5013
12+
13+ gohai
14+ X improve loadBytes() performance
15+ X https://github.com/processing/processing/pull/5027
16+
17+ jakub
18+ X ArrayIndexOutOfBoundsException when using tint() or loadFont()
19+ X https://github.com/processing/processing/issues/5028
20+ X https://github.com/processing/processing/pull/5029
21+
22+
1230258 (3.3.1)
224X improve sum() functions in processing.data
325X add sum() to IntDict and FloatDict
Original file line number Diff line number Diff line change 1- 0259 (3.3.2)
2- X add (far) more efficient file loading for loadBytes(File)
3- X add loadBytes(URL) variant that uses content length header for array size
4- X keyPressed is false if one key is released while multiple keys are pressed
5- X https://github.com/processing/processing/issues/4993
6- X createInput() wasn't returning null for files that were not found
7- X https://github.com/processing/processing/issues/5026
8-
9- andres
10- X Assigning Pixels Vertically Flipped in P2D
11- X https://github.com/processing/processing/issues/5013
12-
13- gohai
14- X improve loadBytes() performance
15- X https://github.com/processing/processing/pull/5027
16-
17- jakub
18- X ArrayIndexOutOfBoundsException when using tint() or loadFont()
19- X https://github.com/processing/processing/issues/5028
20- X https://github.com/processing/processing/pull/5029
1+ 0260 (3.3.3 or 3.4)
212
223
234high
Original file line number Diff line number Diff line change 1+ 0259 (3.3.2)
2+ X no changes to the PDE in this release
3+
4+
150258 (3.3.1)
26X fix the JRE downloader
37X https://gist.github.com/P7h/9741922
Original file line number Diff line number Diff line change 1- 0259 (3.3.2 )
1+ 0260 (3.3.3 or 3.4 )
22
33
44contrib
You can’t perform that action at this time.
0 commit comments