Skip to content

Commit d4867bd

Browse files
committed
wrap up 3.1.1, write campy release notes
1 parent 34b0ab2 commit d4867bd

File tree

3 files changed

+105
-5
lines changed

3 files changed

+105
-5
lines changed

build/shared/revisions.txt

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
1+
PROCESSING 3.1.1 (REV 0250) - 16 May 2016
2+
3+
Happy Day-after-my-Mother-in-Law's-birthday! (After the last two releases
4+
happened on holidays, I'm just gonna pushing the festive thing. Hard.)
5+
6+
Most importantly, this release fixes a handful of bug fixes for regressions
7+
(a smart-sounding word for making dumb mistakes) in the last release,
8+
plus a handful of other improvements we picked up along the way.
9+
10+
11+
[ the big ones ]
12+
13+
+ Fix InvocationTargetException when using the command line
14+
https://github.com/processing/processing/issues/4452
15+
https://github.com/processing/processing/pull/4453
16+
17+
+ Block loadImage() and requestImage() while images still being saved
18+
https://github.com/processing/processing/issues/4218
19+
https://github.com/processing/processing/pull/4465
20+
21+
22+
[ the editor ]
23+
24+
+ Out of date Modes no longer hand Processing 3 on startup,
25+
and will cause less trouble when changing Modes
26+
https://github.com/processing/processing/issues/4467
27+
28+
+ Undo is a little "jerky" in insert mode
29+
https://github.com/processing/processing/issues/4302
30+
https://github.com/processing/processing/pull/4310
31+
32+
+ "Replace" and "Replace All" do not undo in a single step
33+
https://github.com/processing/processing/issues/4303
34+
https://github.com/processing/processing/pull/4310
35+
36+
+ Comment/uncomment removes indenting
37+
https://github.com/processing/processing/issues/4249
38+
https://github.com/processing/processing/pull/4313
39+
40+
+ Remove poorly implemented "rectangular selection" support from the editor
41+
https://github.com/processing/processing/pull/4462
42+
https://github.com/processing/processing/pull/4326
43+
https://github.com/processing/processing/issues/4250
44+
45+
+ Loader is not visible when opening the Updates tab
46+
https://github.com/processing/processing/issues/4088
47+
https://github.com/processing/processing/pull/4089
48+
49+
+ Make Comment/Uncomment trigger on numpad slash
50+
https://github.com/processing/processing/pull/4457
51+
52+
+ Hex values throwing errors in 3.1
53+
https://github.com/processing/processing/issues/4458
54+
https://github.com/processing/processing/pull/4460
55+
56+
+ Fix up cmd-click/ctrl-click behavior, add preference to disable it
57+
https://github.com/processing/processing/issues/4466
58+
https://github.com/processing/processing/pull/4472
59+
60+
+ Make undo/redo mark all affected tabs as modified
61+
https://github.com/processing/processing/pull/4479
62+
63+
+ Switch back to JRE 8u77 on ARM to fix GL video library performance
64+
https://github.com/processing/processing/pull/4454
65+
66+
67+
[ the core ]
68+
69+
+ Implement support for encoding= option in loadTable()
70+
71+
+ PShapeOBJ error String for missing MTL texture file
72+
https://github.com/processing/processing/issues/3990
73+
https://github.com/processing/processing/commit/49a4c815557214fc1bf92e381ffaa398f262361a
74+
75+
+ Shape (OBJ) import texture data is 0.0
76+
https://github.com/processing/processing/issues/3156
77+
https://github.com/processing/processing/commit/9f1d2988dc80ca7d5ee861b944cb59020ff771c5
78+
79+
80+
[ you'll never notice ]
81+
82+
+ Fix 'ant clean' so that it actually... cleans.
83+
84+
+ Fix error messages from Javadocs
85+
https://github.com/processing/processing/pull/4191
86+
https://github.com/processing/processing/issues/1492
87+
88+
89+
[ fixed but forgot to tell you ]
90+
91+
+ Complex text input issues (fixed in 3.0.2)
92+
https://github.com/processing/processing/issues/3860
93+
https://github.com/processing/processing/issues/3475
94+
95+
+ Allow Movie Maker to cope with bad files (fixed prior to 3.0?)
96+
https://github.com/processing/processing/issues/2727
97+
https://github.com/processing/processing/pull/3635
98+
99+
100+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
101+
102+
1103
PROCESSING 3.1 (REV 0249) - 8 May 2016
2104

3105
Happy Mother's Day! I celebrated by kicking off a Processing release

core/todo.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
0250 (3.1.1)
22
X implement support for encoding= option in loadTable()
3-
_ Can't render PGraphics object using image() within a PDF
4-
_ https://github.com/processing/processing/issues/4473
53

64
jakub
75
X Block loadImage and requestImage while images still being saved
@@ -17,6 +15,9 @@ X https://github.com/processing/processing/issues/3156
1715
X https://github.com/processing/processing/commit/9f1d2988dc80ca7d5ee861b944cb59020ff771c5
1816

1917

18+
_ Can't render PGraphics object using image() within a PDF
19+
_ https://github.com/processing/processing/issues/4473
20+
2021
_ JSONObject get() method is private
2122
_ https://github.com/processing/processing/issues/4334
2223
_ https://github.com/processing/processing/pull/4336

todo.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ X https://github.com/processing/processing/pull/4457
3333
X Hex values throwing errors in 3.1
3434
X https://github.com/processing/processing/issues/4458
3535
X https://github.com/processing/processing/pull/4460
36-
X InvocationTargetException when running processing-java
37-
X https://github.com/processing/processing/issues/4452
38-
X https://github.com/processing/processing/pull/4453
3936
X Fix up cmd-click/ctrl-click behavior, add preference to disable it
4037
X https://github.com/processing/processing/issues/4466
4138
X https://github.com/processing/processing/pull/4472

0 commit comments

Comments
 (0)