rolling over for 4.0.2

This commit is contained in:
Ben Fry
2022-08-09 17:05:38 -04:00
parent 58ff6a3ca5
commit 84f6c79019
5 changed files with 16 additions and 10 deletions
+2 -2
View File
@@ -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";
+4
View File
@@ -1,3 +1,7 @@
1286 (4.0.1)
X no changes to core
1285 (4.0)
X no changes in core
+1 -2
View File
@@ -1,5 +1,4 @@
1286 (4.0.1)
X no changes to core
1287 (4.0.2)
_ concurrent StringDict et al
+8
View File
@@ -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 -6
View File
@@ -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