mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting 3.5.2
This commit is contained in:
@@ -56,9 +56,9 @@ import processing.data.StringList;
|
||||
public class Base {
|
||||
// Added accessors for 0218 because the UpdateCheck class was not properly
|
||||
// updating the values, due to javac inlining the static final values.
|
||||
static private final int REVISION = 267;
|
||||
static private final int REVISION = 268;
|
||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||
static private String VERSION_NAME = "0267"; //$NON-NLS-1$
|
||||
static private String VERSION_NAME = "0268"; //$NON-NLS-1$
|
||||
/** Set true if this a proper release rather than a numbered revision. */
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
0267 (3.5.1)
|
||||
X no changes to core in this release
|
||||
|
||||
|
||||
0266 (3.5)
|
||||
X fix javaPlatform variable for newer JDK versions
|
||||
X https://github.com/processing/processing/pull/5626
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
0267 (3.5.1)
|
||||
0268 (3.5.2)
|
||||
|
||||
|
||||
high-ish
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
0267 (3.5.1)
|
||||
X size() command not working properly
|
||||
X https://github.com/processing/processing/issues/5759
|
||||
|
||||
|
||||
0266 (3.5)
|
||||
X update to Java 8u192
|
||||
o processing-java doesn't handle sketch exceptions by quitting the sketch
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
0267 (3.5.1)
|
||||
X size() command not working properly
|
||||
X https://github.com/processing/processing/issues/5759
|
||||
0268 (3.5.2)
|
||||
_ shortcuts not working on Windows/Linux (using meta)
|
||||
_ https://github.com/processing/processing/issues/5763
|
||||
|
||||
|
||||
3.5.1
|
||||
_ Find in Reference disabled for various keywords (draw, for, if, catch, while)
|
||||
_ https://github.com/processing/processing/issues/5562
|
||||
_ https://github.com/processing/processing/pull/5642
|
||||
|
||||
Reference in New Issue
Block a user