Skip to content

Commit 7f9b8d9

Browse files
committed
write release notes for 3.0.2
1 parent 85ee43f commit 7f9b8d9

3 files changed

Lines changed: 184 additions & 2 deletions

File tree

build/shared/revisions.txt

Lines changed: 182 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,185 @@
1+
PROCESSING 3.0.2 (REV 0248) - 13 February 2016
2+
3+
Happy Valentine's Day! Nothing says "I LOVE YOU" like a bouquet of bug fixes.
4+
And nothing says, "I LOVE YOU TOO" like the sampler box of contributed fixes
5+
and pull requests that the community has put together since 3.0.1.
6+
7+
8+
[ editor contributions ]
9+
10+
+ Add "full screen" option to the Editor on OS X
11+
https://github.com/processing/processing/issues/3993
12+
https://github.com/processing/processing/pull/4078
13+
14+
+ Add install script for site for ARM
15+
https://github.com/processing/processing/pull/4110
16+
17+
+ Search/replace shouldn't include the string being replaced,
18+
otherwise it can get into an infinite loop.
19+
https://github.com/processing/processing/issues/4270
20+
https://github.com/processing/processing/pull/4271
21+
22+
+ 'Background Color when Presenting' not visible on Preferences window
23+
https://github.com/processing/processing/issues/4272
24+
https://github.com/processing/processing/pull/4278
25+
26+
+ Fix minor autoformatter bugs (enums not working)
27+
https://github.com/processing/processing/issues/4185
28+
https://github.com/processing/processing/pull/4200
29+
30+
+ Update Source Code Pro and Source Sans Pro fonts to the latest versions
31+
https://github.com/processing/processing/pull/4150
32+
https://github.com/processing/processing/issues/3836
33+
34+
+ Minor fixes for Java Mode
35+
https://github.com/processing/processing/pull/4114
36+
37+
+ Add i18n support for the PopUp menu
38+
https://github.com/processing/processing/pull/4060
39+
40+
+ Add Turkish to the list of languages
41+
https://github.com/processing/processing/pull/4073
42+
43+
+ Make the error message for stack overflows clearer
44+
https://github.com/processing/processing/pull/4152
45+
46+
+ Get rid of dt_socket message, making command line run a little better
47+
https://github.com/processing/processing/issues/4098
48+
https://github.com/processing/processing/pull/4103
49+
50+
+ Message when reference is find out on nothing selected
51+
https://github.com/processing/processing/pull/4296
52+
53+
+ Better handling of quotes in command line args
54+
https://github.com/processing/processing/pull/4145
55+
https://github.com/processing/processing/issues/3996
56+
https://github.com/processing/processing/issues/4119
57+
58+
+ Fix crashing bugs when user's name has non-ASCII characters
59+
https://github.com/processing/processing/pull/4204
60+
61+
+ ARM updates to include GPIO numbers and images of wiring diagrams
62+
https://github.com/processing/processing/pull/4297
63+
https://github.com/processing/processing/pull/4298
64+
65+
+ Icon instead of an "X" for the "could not connect" message
66+
https://github.com/processing/processing/issues/3706
67+
https://github.com/processing/processing/pull/4096
68+
https://github.com/processing/processing/pull/4055
69+
70+
+ Several fixes for Chinese/Japanese/Korean InputMethod support
71+
https://github.com/processing/processing/pull/4293
72+
https://github.com/processing/processing/issues/2968
73+
https://github.com/processing/processing/issues/3475
74+
https://github.com/processing/processing/issues/3860
75+
76+
+ Add 'downloading' indicator to the Contribution Manager
77+
https://github.com/processing/processing/pull/4154
78+
https://github.com/processing/processing/issues/4105
79+
80+
81+
[ more editor ]
82+
83+
+ Move to Java 8u74, also fixes JavaFX issue.
84+
85+
+ Actually require OS X 10.8.5 (was set to 10.7). The Wiki said 10.8.3
86+
was required for 3.0 (it is), but has since been updated to 10.8.5.
87+
If you're gonna run Mountain Lion, at least make sure he's patched.
88+
89+
90+
[ graphics contributions ]
91+
92+
+ Fill out the Javadoc for PMatrix
93+
https://github.com/processing/processing/pull/4155
94+
95+
+ Have PSurfaceFX pay attention to the setVisible argument
96+
https://github.com/processing/processing/pull/4210
97+
98+
+ Use xdg-open in PApplet#launch(String)
99+
https://github.com/processing/processing/pull/4171
100+
101+
102+
[ moar graphics ]
103+
104+
+ Fix another "Zero length string passed to TextLayout constructor" error
105+
106+
+ Add additional clarification for IDE users on where to call smooth()
107+
https://github.com/processing/processing/issues/4211
108+
109+
+ Flipped Y-axis in JavaFX is now repaired (the JDK bug now fixed)
110+
https://github.com/processing/processing/issues/3795
111+
112+
113+
[ Andres fires an arrow of love into the cold heart of OpenGL ]
114+
115+
+ Stop button in OpenGL exported applications does not use preference settings
116+
https://github.com/processing/processing/issues/4064
117+
118+
+ Export without a stop button using P3D or P2D
119+
https://github.com/processing/processing/issues/4056
120+
121+
+ glClearDepthf() not available on older hardware
122+
https://github.com/processing/processing/issues/4106
123+
124+
+ Drawing a sphere with shape() first changes sphereDetail from default
125+
https://github.com/processing/processing/issues/4192
126+
127+
+ PShape.scale() affects strokeWeight differently in P2D and P3D
128+
https://github.com/processing/processing/issues/4231
129+
130+
+ createShape(GROUP) + textured child + non-textured child = P3D render problems
131+
https://github.com/processing/processing/issues/4176
132+
133+
+ pixelDensity() and createGraphics() with P3D
134+
https://github.com/processing/processing/issues/4039
135+
136+
+ Friendlier message when running drawing commands outside animation thread
137+
https://github.com/processing/processing/issues/4196
138+
139+
+ strokeWeight() not working properly with point() in P2D and P3D
140+
https://github.com/processing/processing/issues/4188
141+
142+
+ exit() is not called in P2D/P3D
143+
https://github.com/processing/processing/issues/4156
144+
145+
+ attrib*() function does not work well with PShape
146+
https://github.com/processing/processing/issues/4048
147+
148+
149+
[ "Jakub" is just Czech for "cupid" ]
150+
151+
+ Initialize sketch args before calling settings()
152+
https://github.com/processing/processing/issues/4219
153+
https://github.com/processing/processing/pull/4220
154+
155+
+ Workaround for JRE bug freezing the PDE during code completion
156+
https://github.com/processing/processing/pull/4079
157+
158+
+ Prevent NPE because editor UI was not updated on AWT
159+
https://github.com/processing/processing/pull/4117
160+
161+
+ Fix NPE when stepping into static method
162+
https://github.com/processing/processing/issues/3590
163+
164+
+ Step button works correctly when SHIFT or ALT is pressed
165+
https://github.com/processing/processing/issues/4116
166+
167+
+ More editor fixes
168+
https://github.com/processing/processing/pull/4113
169+
170+
+ Tooltip over variable decl has wrong style and content
171+
https://github.com/processing/processing/issues/3940
172+
173+
+ May have fixed this NullPointerException in initiateToolTip()
174+
https://github.com/processing/processing/issues/3286
175+
176+
+ "String index out of range" error with bracket handling in the editor
177+
https://github.com/processing/processing/issues/1940
178+
179+
180+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
181+
182+
1183
PROCESSING 3.0.1 (REV 0247) - 23 October 2015
2184

3185
Lots and lots of bug fixes.

core/todo.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ X Fill out the Javadoc for PMatrix
4040
X https://github.com/processing/processing/pull/4155
4141
X Have PSurfaceFX pay attention to the setVisible argument
4242
X https://github.com/processing/processing/pull/4210
43+
X Use xdg-open in PApplet#launch(String)
44+
X https://github.com/processing/processing/pull/4171
4345

4446

4547
_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D

todo.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ X https://github.com/processing/processing/pull/4278
1818
X Fix minor autoformatter bugs (enums not working)
1919
X https://github.com/processing/processing/issues/4185
2020
X https://github.com/processing/processing/pull/4200
21-
X Use xdg-open in PApplet#launch(String)
22-
X https://github.com/processing/processing/pull/4171
2321
X Update Source Code Pro and Source Sans Pro fonts to the latest versions
2422
X https://github.com/processing/processing/pull/4150
2523
X https://github.com/processing/processing/issues/3836

0 commit comments

Comments
 (0)