Skip to content

Commit 90adfbd

Browse files
committed
rolling over for the next release
1 parent 5a62485 commit 90adfbd

File tree

5 files changed

+40
-34
lines changed

5 files changed

+40
-34
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
public class Base {
5555
// Added accessors for 0218 because the UpdateCheck class was not properly
5656
// updating the values, due to javac inlining the static final values.
57-
static private final int REVISION = 1291;
57+
static private final int REVISION = 1292;
5858
/** This might be replaced by main() if there's a lib/version.txt file. */
59-
static private String VERSION_NAME = "1291"; //$NON-NLS-1$
59+
static private String VERSION_NAME = "1292"; //$NON-NLS-1$
6060

6161
static final public String SKETCH_BUNDLE_EXT = ".pdez";
6262
static final public String CONTRIB_BUNDLE_EXT = ".pdex";

core/done.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1291 (4.1.3)
2+
X no changes to core for this release
3+
4+
15
1290 (4.1.2)
26
X Fix ClassCastException with copy() and PGraphicsJava2D
37
X https://github.com/processing/processing4/issues/624

core/todo.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
1291 (4.1.3)
2-
X no changes to core for this release
1+
1292 (4.1.4)
32

43

54
_ args passed to main() aren't working

done.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
1291 (4.1.3)
2+
X preferences.txt is not saved when closing Processing under certain circumstances
3+
X https://github.com/processing/processing4/issues/608
4+
X set all build.xml files to use Java 17
5+
X also fix several that still had tabs instead of spaces
6+
X update to JDK 17.0.6+10 from https://adoptium.net/
7+
X fix inversion of handleSaveAs() introduced in:
8+
X https://github.com/processing/processing4/commit/aef561a8eb8fa894c5a22c611279a5092e2dbb28
9+
X remove temporary 'restart' menu before release
10+
11+
manager
12+
X add 'exports' to the library parameters
13+
/ remove 'imports' from Modes, since they're not used
14+
/ need to document on the wiki
15+
X oops those are in fact used
16+
X many more updates to the contribs wiki
17+
X more contribs manager concurrency problems
18+
X https://github.com/processing/processing4/issues/640
19+
X warn users about multiple libraries with the same name
20+
X remove unused confirmReplace variable from install() functions for contribs
21+
22+
design
23+
X tool tips for errors/warnings not picking up correct colors
24+
X also fix the margins and border
25+
26+
contribs
27+
X Fix typos in French translation
28+
X https://github.com/processing/processing4/pull/661
29+
X Improved documentation for lerpColor() function
30+
X https://github.com/processing/processing4/pull/655
31+
32+
133
1290 (4.1.2)
234
X Help Menu disabled on OS X (looks like a JVM bug)
335
X https://github.com/processing/processing/issues/4353#issuecomment-237715947

todo.txt

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,4 @@
1-
1291 (4.1.3)
2-
X preferences.txt is not saved when closing Processing under certain circumstances
3-
X https://github.com/processing/processing4/issues/608
4-
X set all build.xml files to use Java 17
5-
X also fix several that still had tabs instead of spaces
6-
X update to JDK 17.0.6+10 from https://adoptium.net/
7-
X fix inversion of handleSaveAs() introduced in:
8-
X https://github.com/processing/processing4/commit/aef561a8eb8fa894c5a22c611279a5092e2dbb28
9-
X remove temporary 'restart' menu before release
10-
11-
manager
12-
X add 'exports' to the library parameters
13-
/ remove 'imports' from Modes, since they're not used
14-
/ need to document on the wiki
15-
X oops those are in fact used
16-
X many more updates to the contribs wiki
17-
X more contribs manager concurrency problems
18-
X https://github.com/processing/processing4/issues/640
19-
X warn users about multiple libraries with the same name
20-
X remove unused confirmReplace variable from install() functions for contribs
21-
22-
design
23-
X tool tips for errors/warnings not picking up correct colors
24-
X also fix the margins and border
25-
26-
contribs
27-
X Fix typos in French translation
28-
X https://github.com/processing/processing4/pull/661
29-
X Improved documentation for lerpColor() function
30-
X https://github.com/processing/processing4/pull/655
1+
1292 (4.1.4)
312

323

334
manager

0 commit comments

Comments
 (0)