Skip to content

Commit bfbacf3

Browse files
committed
how about some release notes?
1 parent 40a3811 commit bfbacf3

File tree

3 files changed

+79
-2
lines changed

3 files changed

+79
-2
lines changed

build/shared/revisions.txt

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
PROCESSING 3.3.6 (REV 0263) - 4 September 2017
2+
3+
A collection of mostly minor bug fixes that have accreted
4+
since the last release back in June.
5+
6+
7+
[ contributions, we love 'em ]
8+
9+
+ Add Italian translation
10+
https://github.com/processing/processing/pull/5169
11+
12+
+ Wrong tab for missing brace
13+
https://github.com/processing/processing/pull/5180
14+
https://github.com/processing/processing/issues/5165
15+
16+
+ Fix typo in German translation
17+
https://github.com/processing/processing/pull/5195
18+
https://github.com/processing/processing/issues/5187
19+
20+
+ Movie Maker only works once
21+
https://github.com/processing/processing/issues/5168
22+
https://github.com/processing/processing/pull/5230
23+
24+
+ Add more build products to linux/.gitignore
25+
https://github.com/processing/processing/pull/5229
26+
27+
+ Add issue template to the repo
28+
https://github.com/processing/processing/issues/5239
29+
https://github.com/processing/processing/pull/5245
30+
31+
+ Add workaround for window size = 0 crash
32+
https://github.com/processing/processing/pull/5234
33+
https://github.com/processing/processing/issues/5052
34+
35+
36+
[ jakub, we love him ]
37+
38+
+ Fix comment/uncomment adding slashes at wrong indent
39+
https://github.com/processing/processing/issues/5171
40+
https://github.com/processing/processing/pull/5185
41+
42+
+ Add JavaFX runtime to error checker class path
43+
https://github.com/processing/processing/pull/5186
44+
45+
46+
[ gottfried, with gusto ]
47+
48+
+ Ironing out the new shell() command
49+
https://github.com/processing/processing/pull/5082
50+
51+
+ Workaround issues with August 2017 release of Raspbian
52+
https://github.com/processing/processing/pull/5222
53+
54+
+ Fix bugs in line vert shader
55+
https://github.com/processing/processing/pull/5184
56+
https://github.com/processing/processing/issues/5181
57+
https://github.com/processing/processing/issues/5182
58+
https://github.com/processing/processing/issues/5183
59+
https://github.com/processing/processing/issues/5194
60+
61+
62+
[ behind the scenes ]
63+
64+
+ Updated to Java 8u144
65+
66+
+ Fixed issue with call to remove value instead of key in mode contrib hash
67+
(this was only in the code used by the command line mode loader)
68+
69+
70+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
71+
72+
173
PROCESSING 3.3.5 (REV 0262) - 23 June 2017
274

375
Fixes for a couple problems introduced in the last release.

core/todo.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0263 (3.3.6 or 3.4)
1+
0263 (3.3.6)
22

33
gohai
44
X shell discussion with gohai
@@ -20,6 +20,8 @@ X https://github.com/processing/processing/pull/5234
2020
X https://github.com/processing/processing/issues/5052
2121

2222

23+
0264 (3.3.7 or 3.4)
24+
2325
_ when doing createFont, can we add it to the os fonts available?
2426

2527
_ add separator option to loadTable()

todo.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0263 (3.3.6 or 3.4)
1+
0263 (3.3.6)
22
X update to Java 8u144
33
X fix issue with call to remove value instead of key in mode contrib hash
44
X this was only in the code used by the command line mode loader
@@ -31,6 +31,9 @@ X https://github.com/processing/processing/pull/5185
3131
X Add JavaFX runtime to error checker class path
3232
X https://github.com/processing/processing/pull/5186
3333

34+
35+
0264 (3.3.7 or 3.4)
36+
3437
high
3538
_ make setting the window icon automatic, based on files in local dirs
3639
X https://github.com/processing/processing/issues/5123

0 commit comments

Comments
 (0)