Skip to content

Commit 354cbcb

Browse files
committed
rolling over for next release
1 parent c79ad7f commit 354cbcb

5 files changed

Lines changed: 64 additions & 58 deletions

File tree

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 = 1293;
57+
static private final int REVISION = 1294;
5858
/** This might be replaced by main() if there's a lib/version.txt file. */
59-
static private String VERSION_NAME = "1293"; //$NON-NLS-1$
59+
static private String VERSION_NAME = "1294"; //$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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1293 (4.3)
2+
X `NullPointerException` when background exceeds color range when writing PDF
3+
X https://github.com/processing/processing4/issues/740
4+
X Use calculated text height instead of OS ascent for better vertical centering
5+
X https://github.com/processing/processing4/issues/739
6+
7+
contribs
8+
X Second beginDraw / endDraw call clears PGraphics object when created w/ P2D
9+
X https://github.com/processing/processing4/issues/641
10+
X https://github.com/processing/processing4/pull/728
11+
12+
113
1292 (4.2)
214
X has been resized from 100?100 to 116?100 by the window manager
315
X fullScreen(P2D) from an executable does not work properly

core/todo.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
1293 (4.3)
2-
X `NullPointerException` when background exceeds color range when writing PDF
3-
X https://github.com/processing/processing4/issues/740
4-
X Use calculated text height instead of OS ascent for better vertical centering
5-
X https://github.com/processing/processing4/issues/739
6-
7-
contribs
8-
X Second beginDraw / endDraw call clears PGraphics object when created w/ P2D
9-
X https://github.com/processing/processing4/issues/641
10-
X https://github.com/processing/processing4/pull/728
1+
1294 (4.3.1)
112

123

134
_ JNA version of getting resolution

done.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
1293 (4.3)
2+
o ' appearing in code with Copy as HTML
3+
X could not reproduce
4+
/ Cannot load any user language files for i18n
5+
X https://github.com/processing/processing4/issues/722
6+
X not possible to load, updated the docs instead
7+
X comment/uncomment on French systems
8+
X https://github.com/processing/processing4/issues/625
9+
X https://github.com/processing/processing4/pull/660
10+
o reference needs to show a "not installed" message
11+
o https://github.com/processing/processing4/issues/733
12+
X this was an Android Mode bug
13+
X inherit dark mode from system settings on macOS
14+
X https://github.com/processing/processing4/issues/699
15+
X bump Java to 17.0.8+7
16+
X work with @fathompaul update icon to look less like VS Code
17+
X update splash screen based on changes
18+
19+
contribs
20+
X Syntax error highlighting placement / width incorrect from @sampottinger
21+
X https://github.com/processing/processing4/issues/714
22+
X https://github.com/processing/processing4/pull/715
23+
X Mode-breaking interface change causing regression in Problem
24+
X https://github.com/processing/processing4/issues/751
25+
X https://github.com/processing/processing4/pull/752
26+
X Tweak mode issue with hex codes including transparency from @sampottinger
27+
X https://github.com/processing/processing4/issues/720
28+
X https://github.com/processing/processing4/pull/721
29+
X LSP feature/declaration support from @Efratror
30+
X https://github.com/processing/processing4/pull/678
31+
X https://github.com/processing/processing4/issues/676
32+
X Feature: Language Server Protocol, Reference Support from @Efratror
33+
X https://github.com/processing/processing4/issues/684
34+
X https://github.com/processing/processing4/pull/690
35+
X Update Spanish translation from @trikaphundo
36+
X https://github.com/processing/processing4/issues/744
37+
X https://github.com/processing/processing4/pull/746
38+
X Update Catalan translation from @trikaphundo
39+
X https://github.com/processing/processing4/issues/743
40+
X https://github.com/processing/processing4/pull/745
41+
X Debugger lists immediate array dimension last from @WillRabois04
42+
X https://github.com/processing/processing4/issues/606
43+
X https://github.com/processing/processing4/pull/729
44+
X Register pde:// browser protocol for .pdez and .pdex files on Linux
45+
X https://github.com/processing/processing4/issues/674
46+
X https://github.com/processing/processing4/pull/696
47+
48+
149
1292 (4.2)
250
X application exported to the wrong folder
351
X https://github.com/processing/processing4/issues/601

todo.txt

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,4 @@
1-
1293 (4.3)
2-
o ' appearing in code with Copy as HTML
3-
X could not reproduce
4-
/ Cannot load any user language files for i18n
5-
X https://github.com/processing/processing4/issues/722
6-
X not possible to load, updated the docs instead
7-
X comment/uncomment on French systems
8-
X https://github.com/processing/processing4/issues/625
9-
X https://github.com/processing/processing4/pull/660
10-
o reference needs to show a "not installed" message
11-
o https://github.com/processing/processing4/issues/733
12-
X this was an Android Mode bug
13-
X inherit dark mode from system settings on macOS
14-
X https://github.com/processing/processing4/issues/699
15-
X bump Java to 17.0.8+7
16-
X work with @fathompaul update icon to look less like VS Code
17-
X update splash screen based on changes
18-
19-
contribs
20-
X Syntax error highlighting placement / width incorrect from @sampottinger
21-
X https://github.com/processing/processing4/issues/714
22-
X https://github.com/processing/processing4/pull/715
23-
X Mode-breaking interface change causing regression in Problem
24-
X https://github.com/processing/processing4/issues/751
25-
X https://github.com/processing/processing4/pull/752
26-
X Tweak mode issue with hex codes including transparency from @sampottinger
27-
X https://github.com/processing/processing4/issues/720
28-
X https://github.com/processing/processing4/pull/721
29-
X LSP feature/declaration support from @Efratror
30-
X https://github.com/processing/processing4/pull/678
31-
X https://github.com/processing/processing4/issues/676
32-
X Feature: Language Server Protocol, Reference Support from @Efratror
33-
X https://github.com/processing/processing4/issues/684
34-
X https://github.com/processing/processing4/pull/690
35-
X Update Spanish translation from @trikaphundo
36-
X https://github.com/processing/processing4/issues/744
37-
X https://github.com/processing/processing4/pull/746
38-
X Update Catalan translation from @trikaphundo
39-
X https://github.com/processing/processing4/issues/743
40-
X https://github.com/processing/processing4/pull/745
41-
X Debugger lists immediate array dimension last from @WillRabois04
42-
X https://github.com/processing/processing4/issues/606
43-
X https://github.com/processing/processing4/pull/729
44-
X Register pde:// browser protocol for .pdez and .pdex files on Linux
45-
X https://github.com/processing/processing4/issues/674
46-
X https://github.com/processing/processing4/pull/696
1+
1294 (4.3.1)
472

483

494
high priority

0 commit comments

Comments
 (0)