Skip to content

Commit 31e5cfc

Browse files
committed
release notes for 3.0.1
1 parent dfb8409 commit 31e5cfc

1 file changed

Lines changed: 143 additions & 0 deletions

File tree

build/shared/revisions.txt

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,146 @@
1+
PROCESSING 3.0.1 (REV 0247) - 23 October 2015
2+
3+
Lots and lots of bug fixes.
4+
5+
6+
[ graphics fixes ]
7+
8+
+ curveVertex() does not work with FX2D renderer
9+
https://github.com/processing/processing/issues/3960
10+
11+
+ Hide menu bar on OS X when FX2D is running full screen
12+
13+
+ Add quotes to the necessary parameters in the size() error messages
14+
15+
+ Editor menu is outside the visible screen with 800x480 display
16+
https://github.com/processing/processing/issues/3913
17+
https://github.com/processing/processing/pull/3999
18+
https://github.com/processing/processing/pull/3992
19+
20+
+ Add a patch for FX2D menubar not hiding, root cause not sorted out
21+
22+
+ Fix depth sorter ordering when two triangles in a plane share vertices
23+
https://github.com/processing/processing/pull/4010
24+
25+
+ Turn off fixed rate scheduling in OpenGL
26+
https://github.com/processing/processing/pull/4004
27+
28+
+ Fix GLSL preprocessing issues with variable name mangling
29+
https://github.com/processing/processing/pull/4052
30+
https://github.com/processing/processing/issues/3961
31+
https://github.com/processing/processing/issues/3968
32+
33+
+ cursor() fails to work as expected with P2D/P3D
34+
https://github.com/processing/processing/issues/3955
35+
36+
+ Topics/Shader/Convay broken
37+
https://github.com/processing/processing/issues/3947
38+
https://github.com/processing/processing/issues/3973
39+
40+
+ Regressions wrt GLES2 support between b4 and b7
41+
https://github.com/processing/processing/issues/3976
42+
43+
+ stroke glitches in P3D
44+
https://github.com/processing/processing/issues/4007
45+
https://github.com/processing/processing/issues/4027
46+
https://github.com/processing/processing/issues/4012
47+
48+
+ Line loops incorrectly closed in P3D
49+
https://github.com/processing/processing/issues/4031
50+
51+
+ pixelDensity() not working with createGraphics() and OpenGL
52+
https://github.com/processing/processing/issues/4039
53+
54+
+ GL related crashes when closing the display window on Ubuntu (Intel)
55+
https://github.com/processing/processing/issues/4041
56+
57+
+ GL related crashes when closing window on MacBook Air (Intel) running 10.9.5
58+
https://github.com/processing/processing/issues/3977
59+
60+
+ Update to JogAmp JOGL 2.3.2
61+
https://github.com/processing/processing/issues/3979
62+
63+
+ Output window cannot be set as non-resizable with the P2D or P3D renderers
64+
https://jogamp.org/bugzilla/show_bug.cgi?id=1188
65+
https://github.com/processing/processing/issues/3952
66+
67+
+ setAlwaysOnTop() does not work in P2D and P3D on Mac
68+
https://github.com/processing/processing/issues/3793
69+
70+
+ P2D and P3D windows behave strangely when larger than the screen size
71+
https://github.com/processing/processing/issues/3401
72+
73+
+ Remove Gluegen & JOGL sources
74+
https://github.com/processing/processing/pull/3982
75+
76+
77+
[ not graphics fixes ]
78+
79+
+ NullPointerException in ContributionManager.deleteTemp()
80+
https://github.com/processing/processing/issues/4026
81+
82+
+ Tweak Mode sometimes freezes while running, require a force quit
83+
https://github.com/processing/processing/issues/3928
84+
https://github.com/processing/processing/pull/4014
85+
86+
+ Tweak Mode: Some numbers ignored in second tab
87+
https://github.com/processing/processing/issues/4017
88+
https://github.com/processing/processing/pull/4023
89+
90+
+ Update Japanese translation
91+
https://github.com/processing/processing/pull/3956
92+
https://github.com/processing/processing/pull/3971
93+
94+
+ processing-java stealing focus even with --build flag
95+
https://github.com/processing/processing/issues/3996
96+
https://github.com/processing/processing/pull/3998
97+
98+
+ Documentation updates and other serial fixes
99+
https://github.com/processing/processing/pull/4015
100+
101+
+ Include Example packs into update count
102+
https://github.com/processing/processing/pull/3932
103+
104+
+ Editor objects are staying in memory
105+
https://github.com/processing/processing/issues/3930
106+
https://github.com/processing/processing/pull/3934
107+
https://github.com/processing/processing/issues/3929
108+
109+
+ Library path for Error Checker and Suggestions
110+
https://github.com/processing/processing/pull/3989
111+
https://github.com/processing/processing/issues/3924
112+
113+
+ A serious error occurred while trying to create a new editor window
114+
https://github.com/processing/processing/issues/3974
115+
https://github.com/processing/processing/pull/4001
116+
117+
+ Export - fix Java not being embedded on 64bit
118+
https://github.com/processing/processing/pull/4005
119+
120+
+ Add error checker document listeners to all tabs
121+
https://github.com/processing/processing/pull/4009
122+
123+
+ Fix memory leak in Recent menu
124+
https://github.com/processing/processing/pull/4044
125+
126+
+ Error checker update (also enables switch on String objects)
127+
https://github.com/processing/processing/issues/4034
128+
https://github.com/processing/processing/pull/4042
129+
130+
+ Fix occasional exception while editing text
131+
https://github.com/processing/processing/pull/4043
132+
133+
+ Prevent preprocessor from crashing when setup() has no body
134+
https://github.com/processing/processing/pull/4045
135+
136+
+ I/O library implementation and fixes for ARM
137+
https://github.com/processing/processing/pull/3997
138+
https://github.com/processing/processing/pull/3985
139+
140+
141+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
142+
143+
1144
PROCESSING 3.0 (REV 0246) - 30 September 2015, 3pm ET
2145

3146
This one is huge.

0 commit comments

Comments
 (0)