Skip to content

Commit f86019d

Browse files
committed
starting the next release
1 parent d4867bd commit f86019d

5 files changed

Lines changed: 81 additions & 75 deletions

File tree

app/src/processing/app/Base.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Part of the Processing project - http://processing.org
55
6-
Copyright (c) 2012-15 The Processing Foundation
6+
Copyright (c) 2012-16 The Processing Foundation
77
Copyright (c) 2004-12 Ben Fry and Casey Reas
88
Copyright (c) 2001-04 Massachusetts Institute of Technology
99
@@ -55,9 +55,9 @@
5555
public class Base {
5656
// Added accessors for 0218 because the UpdateCheck class was not properly
5757
// updating the values, due to javac inlining the static final values.
58-
static private final int REVISION = 250;
58+
static private final int REVISION = 251;
5959
/** This might be replaced by main() if there's a lib/version.txt file. */
60-
static private String VERSION_NAME = "0250"; //$NON-NLS-1$
60+
static private String VERSION_NAME = "0251"; //$NON-NLS-1$
6161
/** Set true if this a proper release rather than a numbered revision. */
6262

6363
/** True if heavy debugging error/log messages are enabled */

core/done.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0250 (3.1.1)
2+
X implement support for encoding= option in loadTable()
3+
4+
jakub
5+
X Block loadImage and requestImage while images still being saved
6+
X https://github.com/processing/processing/issues/4218
7+
X https://github.com/processing/processing/pull/4465
8+
9+
andres
10+
X PShapeOBJ error String for missing MTL texture file
11+
X https://github.com/processing/processing/issues/3990
12+
X https://github.com/processing/processing/commit/49a4c815557214fc1bf92e381ffaa398f262361a
13+
X Shape (OBJ) import texture data is 0.0
14+
X https://github.com/processing/processing/issues/3156
15+
X https://github.com/processing/processing/commit/9f1d2988dc80ca7d5ee861b944cb59020ff771c5
16+
17+
118
0249 (3.1)
219
X Float/IntDict changes
320
X minIndex() and maxIndex() return -1 when count is zero (rather than ex)

core/todo.txt

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
0250 (3.1.1)
2-
X implement support for encoding= option in loadTable()
3-
4-
jakub
5-
X Block loadImage and requestImage while images still being saved
6-
X https://github.com/processing/processing/issues/4218
7-
X https://github.com/processing/processing/pull/4465
8-
9-
andres
10-
X PShapeOBJ error String for missing MTL texture file
11-
X https://github.com/processing/processing/issues/3990
12-
X https://github.com/processing/processing/commit/49a4c815557214fc1bf92e381ffaa398f262361a
13-
X Shape (OBJ) import texture data is 0.0
14-
X https://github.com/processing/processing/issues/3156
15-
X https://github.com/processing/processing/commit/9f1d2988dc80ca7d5ee861b944cb59020ff771c5
1+
0241 (3.1.2)
162

173

184
_ Can't render PGraphics object using image() within a PDF

done.txt

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
0250 (3.1.1)
2+
X Out of date Modes will hang Processing 3 on startup or when changing Modes
3+
X Prevent bad Mode from taking down the environment
4+
X https://github.com/processing/processing/issues/4467
5+
X fix up "ant clean" task
6+
X remove work folder on linux and windows
7+
X remove macosx dist zips
8+
9+
contribs
10+
X Undo is a little "jerky" in insert mode
11+
X https://github.com/processing/processing/issues/4302
12+
X https://github.com/processing/processing/pull/4310
13+
X "Replace" and "Replace All" do not undo in a single step
14+
X https://github.com/processing/processing/issues/4303
15+
X https://github.com/processing/processing/pull/4310
16+
X Comment/uncomment removes indenting
17+
X https://github.com/processing/processing/issues/4249
18+
X https://github.com/processing/processing/pull/4313
19+
X remove poorly implemented "rectangular selection" support from the editor
20+
X https://github.com/processing/processing/pull/4462
21+
X https://github.com/processing/processing/pull/4326
22+
X https://github.com/processing/processing/issues/4250
23+
X Fix error messages from Javadocs
24+
X https://github.com/processing/processing/pull/4191
25+
X https://github.com/processing/processing/issues/1492
26+
X Loader is not visible when opening the Updates tab
27+
X https://github.com/processing/processing/issues/4088
28+
X https://github.com/processing/processing/pull/4089
29+
30+
jakub
31+
X Make Comment/Uncomment trigger on numpad slash
32+
X https://github.com/processing/processing/pull/4457
33+
X Hex values throwing errors in 3.1
34+
X https://github.com/processing/processing/issues/4458
35+
X https://github.com/processing/processing/pull/4460
36+
X Fix up cmd-click/ctrl-click behavior, add preference to disable it
37+
X https://github.com/processing/processing/issues/4466
38+
X https://github.com/processing/processing/pull/4472
39+
X Make undo/redo mark all affected tabs as modified
40+
X https://github.com/processing/processing/pull/4479
41+
42+
gohai
43+
X Prevent InvocationTargetException when running processing-java
44+
X https://github.com/processing/processing/pull/4453
45+
X https://github.com/processing/processing/issues/4452
46+
X Switch back to JRE 8u77 on ARM to fix GL video library performance
47+
X https://github.com/processing/processing/pull/4454
48+
49+
earlier
50+
X complex text input issues (may be fixed with PR)
51+
X https://github.com/processing/processing/issues/3860
52+
X https://github.com/processing/processing/issues/3475
53+
o fixed in 3.0.2
54+
X contrib: Allow Movie Maker to cope with bad files
55+
X https://github.com/processing/processing/issues/2727
56+
X https://github.com/processing/processing/pull/3635
57+
o fixed prior to 3.0?
58+
59+
160
0249 (3.1)
261
o arrow keys aren't working in the examples window
362
X was working fine with most recent build.. weird

todo.txt

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,4 @@
1-
0250 (3.1.1)
2-
X Out of date Modes will hang Processing 3 on startup or when changing Modes
3-
X Prevent bad Mode from taking down the environment
4-
X https://github.com/processing/processing/issues/4467
5-
X fix up "ant clean" task
6-
X remove work folder on linux and windows
7-
X remove macosx dist zips
8-
9-
contribs
10-
X Undo is a little "jerky" in insert mode
11-
X https://github.com/processing/processing/issues/4302
12-
X https://github.com/processing/processing/pull/4310
13-
X "Replace" and "Replace All" do not undo in a single step
14-
X https://github.com/processing/processing/issues/4303
15-
X https://github.com/processing/processing/pull/4310
16-
X Comment/uncomment removes indenting
17-
X https://github.com/processing/processing/issues/4249
18-
X https://github.com/processing/processing/pull/4313
19-
X remove poorly implemented "rectangular selection" support from the editor
20-
X https://github.com/processing/processing/pull/4462
21-
X https://github.com/processing/processing/pull/4326
22-
X https://github.com/processing/processing/issues/4250
23-
X Fix error messages from Javadocs
24-
X https://github.com/processing/processing/pull/4191
25-
X https://github.com/processing/processing/issues/1492
26-
X Loader is not visible when opening the Updates tab
27-
X https://github.com/processing/processing/issues/4088
28-
X https://github.com/processing/processing/pull/4089
29-
30-
jakub
31-
X Make Comment/Uncomment trigger on numpad slash
32-
X https://github.com/processing/processing/pull/4457
33-
X Hex values throwing errors in 3.1
34-
X https://github.com/processing/processing/issues/4458
35-
X https://github.com/processing/processing/pull/4460
36-
X Fix up cmd-click/ctrl-click behavior, add preference to disable it
37-
X https://github.com/processing/processing/issues/4466
38-
X https://github.com/processing/processing/pull/4472
39-
X Make undo/redo mark all affected tabs as modified
40-
X https://github.com/processing/processing/pull/4479
41-
42-
gohai
43-
X Prevent InvocationTargetException when running processing-java
44-
X https://github.com/processing/processing/pull/4453
45-
X https://github.com/processing/processing/issues/4452
46-
X Switch back to JRE 8u77 on ARM to fix GL video library performance
47-
X https://github.com/processing/processing/pull/4454
48-
49-
earlier
50-
X complex text input issues (may be fixed with PR)
51-
X https://github.com/processing/processing/issues/3860
52-
X https://github.com/processing/processing/issues/3475
53-
o fixed in 3.0.2
54-
X contrib: Allow Movie Maker to cope with bad files
55-
X https://github.com/processing/processing/issues/2727
56-
X https://github.com/processing/processing/pull/3635
57-
o fixed prior to 3.0?
1+
0251 (3.1.2)
582

593

604
_ possible infinite loop on modified externally

0 commit comments

Comments
 (0)