Skip to content

Commit 270c4b6

Browse files
committed
starting the next release
1 parent b38bf34 commit 270c4b6

File tree

5 files changed

+20
-14
lines changed

5 files changed

+20
-14
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 = 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
/**

core/done.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
0259 (3.3.2)
214
X add (far) more efficient file loading for loadBytes(File)
315
X add loadBytes(URL) variant that uses content length header for array size

core/todo.txt

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

134
high

done.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0260 (3.3.3)
2+
X no changes to the PDE for 3.3.3
3+
4+
15
0259 (3.3.2)
26
X no changes to the PDE in this release
37

todo.txt

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

54
contrib

0 commit comments

Comments
 (0)