mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
rolling over for 4.0.2
This commit is contained in:
@@ -54,9 +54,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 = 1286;
|
||||
static private final int REVISION = 1287;
|
||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||
static private String VERSION_NAME = "1286"; //$NON-NLS-1$
|
||||
static private String VERSION_NAME = "1287"; //$NON-NLS-1$
|
||||
|
||||
static final public String SKETCH_BUNDLE_EXT = ".pdez";
|
||||
static final public String CONTRIB_BUNDLE_EXT = ".pdex";
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
1286 (4.0.1)
|
||||
X no changes to core
|
||||
|
||||
|
||||
1285 (4.0)
|
||||
X no changes in core
|
||||
|
||||
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
1286 (4.0.1)
|
||||
X no changes to core
|
||||
1287 (4.0.2)
|
||||
|
||||
|
||||
_ concurrent StringDict et al
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
1286 (4.0.1)
|
||||
X Changing into p5.js mode gives an error
|
||||
X https://github.com/processing/processing4/issues/530
|
||||
X add another rollover for the "more prefs" text in the Preferences window
|
||||
X open the wiki page on click
|
||||
X also pull the foreground color from the LaF instead of disabling the label
|
||||
|
||||
|
||||
1285 (4.0)
|
||||
X can we compress jdk/Contents/Home/legal into a single zip?
|
||||
X it's ~300 files of the ~500 in the entire jdk directory
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
1286 (4.0.1)
|
||||
X Changing into p5.js mode gives an error
|
||||
X https://github.com/processing/processing4/issues/530
|
||||
X add another rollover for the "more prefs" text in the Preferences window
|
||||
X open the wiki page on click
|
||||
X also pull the foreground color from the LaF instead of disabling the label
|
||||
1287 (4.0.2)
|
||||
|
||||
|
||||
known issues
|
||||
|
||||
Reference in New Issue
Block a user