Skip to content

Commit 9fecc05

Browse files
committed
starting the next release
1 parent bfbacf3 commit 9fecc05

5 files changed

Lines changed: 61 additions & 61 deletions

File tree

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
public class Base {
5757
// Added accessors for 0218 because the UpdateCheck class was not properly
5858
// updating the values, due to javac inlining the static final values.
59-
static private final int REVISION = 263;
59+
static private final int REVISION = 264;
6060
/** This might be replaced by main() if there's a lib/version.txt file. */
61-
static private String VERSION_NAME = "0263"; //$NON-NLS-1$
61+
static private String VERSION_NAME = "0264"; //$NON-NLS-1$
6262
/** Set true if this a proper release rather than a numbered revision. */
6363

6464
/**

core/done.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
0263 (3.3.6)
2+
3+
gohai
4+
X shell discussion with gohai
5+
X https://github.com/processing/processing/pull/5082
6+
X Workaround issues with Raspbian release August 2017
7+
X https://github.com/processing/processing/pull/5222
8+
9+
jakub
10+
X Fix bugs in line vert shader
11+
X https://github.com/processing/processing/pull/5184
12+
X https://github.com/processing/processing/issues/5181
13+
X https://github.com/processing/processing/issues/5182
14+
X https://github.com/processing/processing/issues/5183
15+
X https://github.com/processing/processing/issues/5194
16+
17+
contrib
18+
X Add workaround for window size = 0 crash
19+
X https://github.com/processing/processing/pull/5234
20+
X https://github.com/processing/processing/issues/5052
21+
22+
123
0262 (3.3.5)
224
X default to using native select on all platforms
325

core/todo.txt

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1-
0263 (3.3.6)
2-
3-
gohai
4-
X shell discussion with gohai
5-
X https://github.com/processing/processing/pull/5082
6-
X Workaround issues with Raspbian release August 2017
7-
X https://github.com/processing/processing/pull/5222
8-
9-
jakub
10-
X Fix bugs in line vert shader
11-
X https://github.com/processing/processing/pull/5184
12-
X https://github.com/processing/processing/issues/5181
13-
X https://github.com/processing/processing/issues/5182
14-
X https://github.com/processing/processing/issues/5183
15-
X https://github.com/processing/processing/issues/5194
16-
17-
contrib
18-
X Add workaround for window size = 0 crash
19-
X https://github.com/processing/processing/pull/5234
20-
X https://github.com/processing/processing/issues/5052
21-
22-
231
0264 (3.3.7 or 3.4)
242

3+
254
_ when doing createFont, can we add it to the os fonts available?
265

276
_ add separator option to loadTable()
@@ -33,8 +12,6 @@ _ https://github.com/processing/processing/issues/5105
3312
_ WARNING: GL pipe is running in software mode (Renderer ID=0x1020400)
3413
_ is this coming from us? if so, need to provide actions
3514

36-
37-
high
3815
_ implement sketch scaling into PApplet
3916
_ https://github.com/processing/processing/issues/4897
4017
_ Sketches on Windows don't take UI sizing into account

done.txt

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
1-
0262 (3.3.5 or 3.4)
1+
0263 (3.3.6)
2+
X update to Java 8u144
3+
X fix issue with call to remove value instead of key in mode contrib hash
4+
X this was only in the code used by the command line mode loader
5+
o data folder not exporting on macOS?
6+
o https://github.com/processing/processing/issues/5207
7+
X confirmed working with LoadDisplayImage example
8+
9+
contrib
10+
X add Italian translation
11+
X https://github.com/processing/processing/pull/5169
12+
X Wrong tab for missing brace
13+
X https://github.com/processing/processing/pull/5180
14+
X https://github.com/processing/processing/issues/5165
15+
X typo in German translation
16+
X https://github.com/processing/processing/pull/5195
17+
X https://github.com/processing/processing/issues/5187
18+
X movie maker a little broken
19+
X https://github.com/processing/processing/issues/5168
20+
X https://github.com/processing/processing/pull/5230
21+
X Add more build products to linux/.gitignore
22+
X https://github.com/processing/processing/pull/5229
23+
X add issue template to the repo
24+
X https://github.com/processing/processing/issues/5239
25+
X https://github.com/processing/processing/pull/5245
26+
27+
jakub
28+
X Fix comment/uncomment adding slashes at wrong indent
29+
X https://github.com/processing/processing/issues/5171
30+
X https://github.com/processing/processing/pull/5185
31+
X Add JavaFX runtime to error checker class path
32+
X https://github.com/processing/processing/pull/5186
33+
34+
35+
0262 (3.3.5)
236
X use native Linux file choosers by default
337
X https://github.com/processing/processing/issues/5122
438
X Console window losing text

todo.txt

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,6 @@
1-
0263 (3.3.6)
2-
X update to Java 8u144
3-
X fix issue with call to remove value instead of key in mode contrib hash
4-
X this was only in the code used by the command line mode loader
5-
o data folder not exporting on macOS?
6-
o https://github.com/processing/processing/issues/5207
7-
X confirmed working with LoadDisplayImage example
8-
9-
contrib
10-
X add Italian translation
11-
X https://github.com/processing/processing/pull/5169
12-
X Wrong tab for missing brace
13-
X https://github.com/processing/processing/pull/5180
14-
X https://github.com/processing/processing/issues/5165
15-
X typo in German translation
16-
X https://github.com/processing/processing/pull/5195
17-
X https://github.com/processing/processing/issues/5187
18-
X movie maker a little broken
19-
X https://github.com/processing/processing/issues/5168
20-
X https://github.com/processing/processing/pull/5230
21-
X Add more build products to linux/.gitignore
22-
X https://github.com/processing/processing/pull/5229
23-
X add issue template to the repo
24-
X https://github.com/processing/processing/issues/5239
25-
X https://github.com/processing/processing/pull/5245
26-
27-
jakub
28-
X Fix comment/uncomment adding slashes at wrong indent
29-
X https://github.com/processing/processing/issues/5171
30-
X https://github.com/processing/processing/pull/5185
31-
X Add JavaFX runtime to error checker class path
32-
X https://github.com/processing/processing/pull/5186
33-
34-
351
0264 (3.3.7 or 3.4)
362

3+
374
high
385
_ make setting the window icon automatic, based on files in local dirs
396
X https://github.com/processing/processing/issues/5123

0 commit comments

Comments
 (0)