Skip to content

Commit 429fb36

Browse files
committed
starting the next release
1 parent a45b65e commit 429fb36

File tree

5 files changed

+30
-23
lines changed

5 files changed

+30
-23
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
public 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
/**

core/done.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
0258 (3.3.1)
224
X improve sum() functions in processing.data
325
X add sum() to IntDict and FloatDict

core/todo.txt

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
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

234
high

done.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0259 (3.3.2)
2+
X no changes to the PDE in this release
3+
4+
15
0258 (3.3.1)
26
X fix the JRE downloader
37
X https://gist.github.com/P7h/9741922

todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0259 (3.3.2)
1+
0260 (3.3.3 or 3.4)
22

33

44
contrib

0 commit comments

Comments
 (0)