Skip to content

Commit 48b692f

Browse files
committed
starting 3.5.2
1 parent 945e4aa commit 48b692f

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
public class Base {
5757
// Added accessors for 0218 because the UpdateCheck class was not properly
5858
// updating the values, due to javac inlining the static final values.
59-
static private final int REVISION = 267;
59+
static private final int REVISION = 268;
6060
/** This might be replaced by main() if there's a lib/version.txt file. */
61-
static private String VERSION_NAME = "0267"; //$NON-NLS-1$
61+
static private String VERSION_NAME = "0268"; //$NON-NLS-1$
6262
/** Set true if this a proper release rather than a numbered revision. */
6363

6464
/**

core/done.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0267 (3.5.1)
2+
X no changes to core in this release
3+
4+
15
0266 (3.5)
26
X fix javaPlatform variable for newer JDK versions
37
X https://github.com/processing/processing/pull/5626

core/todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0267 (3.5.1)
1+
0268 (3.5.2)
22

33

44
high-ish

done.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0267 (3.5.1)
2+
X size() command not working properly
3+
X https://github.com/processing/processing/issues/5759
4+
5+
16
0266 (3.5)
27
X update to Java 8u192
38
o processing-java doesn't handle sketch exceptions by quitting the sketch

todo.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
0267 (3.5.1)
2-
X size() command not working properly
3-
X https://github.com/processing/processing/issues/5759
1+
0268 (3.5.2)
2+
_ shortcuts not working on Windows/Linux (using meta)
3+
_ https://github.com/processing/processing/issues/5763
44

55

6-
3.5.1
76
_ Find in Reference disabled for various keywords (draw, for, if, catch, while)
87
_ https://github.com/processing/processing/issues/5562
98
_ https://github.com/processing/processing/pull/5642

0 commit comments

Comments
 (0)