From 84f6c790195f99b50f532a2a3f919715b4cb557b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 9 Aug 2022 17:05:38 -0400 Subject: [PATCH] rolling over for 4.0.2 --- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 4 ++++ core/todo.txt | 3 +-- done.txt | 8 ++++++++ todo.txt | 7 +------ 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index e3c2ca2ca..7faafe0c8 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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"; diff --git a/core/done.txt b/core/done.txt index bbe5a0a74..4691a15dd 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +1286 (4.0.1) +X no changes to core + + 1285 (4.0) X no changes in core diff --git a/core/todo.txt b/core/todo.txt index dea9ac079..198e50c00 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,4 @@ -1286 (4.0.1) -X no changes to core +1287 (4.0.2) _ concurrent StringDict et al diff --git a/done.txt b/done.txt index 171242195..9243642ae 100644 --- a/done.txt +++ b/done.txt @@ -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 diff --git a/todo.txt b/todo.txt index 2ce03f555..f5570c1d6 100755 --- a/todo.txt +++ b/todo.txt @@ -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