Skip to content

Commit

Permalink
rolling over for 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Aug 9, 2022
1 parent 58ff6a3 commit 84f6c79
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/src/processing/app/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
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";
Expand Down
4 changes: 4 additions & 0 deletions core/done.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1286 (4.0.1)
X no changes to core


1285 (4.0)
X no changes in core

Expand Down
3 changes: 1 addition & 2 deletions core/todo.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
1286 (4.0.1)
X no changes to core
1287 (4.0.2)


_ concurrent StringDict et al
Expand Down
8 changes: 8 additions & 0 deletions done.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 1 addition & 6 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 84f6c79

Please sign in to comment.