File tree Expand file tree Collapse file tree 5 files changed +20
-14
lines changed
Expand file tree Collapse file tree 5 files changed +20
-14
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 = 260 ;
58+ static private final int REVISION = 261 ;
5959 /** This might be replaced by main() if there's a lib/version.txt file. */
60- static private String VERSION_NAME = "0260 " ; //$NON-NLS-1$
60+ static private String VERSION_NAME = "0261 " ; //$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+ 0260 (3.3.3)
2+ X keyPressed not returning false once a key is released
3+ X https://github.com/processing/processing/issues/5033
4+ X deal with loadBytes() regressions introduced by their rewrite
5+ X (was breaking p5jsMode because of its use of loadBytes(File)
6+
7+ jakub
8+ X image tint() broken in 3.3.x
9+ X https://github.com/processing/processing/issues/5040
10+ X https://github.com/processing/processing/pull/5042
11+
12+
1130259 (3.3.2)
214X add (far) more efficient file loading for loadBytes(File)
315X add loadBytes(URL) variant that uses content length header for array size
Original file line number Diff line number Diff line change 1- 0260 (3.3.3)
2- X keyPressed not returning false once a key is released
3- X https://github.com/processing/processing/issues/5033
4- X deal with loadBytes() regressions introduced by their rewrite
5- X (was breaking p5jsMode because of its use of loadBytes(File)
6-
7- jakub
8- X image tint() broken in 3.3.x
9- X https://github.com/processing/processing/issues/5040
10- X https://github.com/processing/processing/pull/5042
1+ 0261 (3.3.4 or 3.4)
112
123
134high
Original file line number Diff line number Diff line change 1+ 0260 (3.3.3)
2+ X no changes to the PDE for 3.3.3
3+
4+
150259 (3.3.2)
26X no changes to the PDE in this release
37
Original file line number Diff line number Diff line change 1- 0260 (3.3.3)
2- X no changes to the PDE for 3.3.3
1+ 0261 (3.3.4 or 3.4)
32
43
54contrib
You can’t perform that action at this time.
0 commit comments