Skip to content

Commit b64c477

Browse files
committed
writing release notes
1 parent bdeff46 commit b64c477

File tree

2 files changed

+161
-14
lines changed

2 files changed

+161
-14
lines changed

build/shared/revisions.txt

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,144 @@
1+
PROCESSING 3.0b5 (REV 0243) - 24 August 2015
2+
3+
Fixing a handful of regressions in beta 4, and clearing out some of the
4+
nooks and crannies as people report issues with the default download.
5+
6+
7+
[ changes ]
8+
9+
+ Removed support for fixed-function pipeline in OpenGL. I'm told
10+
this "brings us out of the 90s" and gets things a bit more up-to-date
11+
and compatible across many platforms and varying device types.
12+
https://github.com/processing/processing/issues/3505
13+
If you're a beginPGL() and endPGL() fan, see the updated docs:
14+
https://github.com/processing/processing/wiki/Advanced-OpenGL
15+
16+
+ Remove legacy GL functions from PGL
17+
https://github.com/processing/processing/issues/3674
18+
https://github.com/processing/processing/pull/3691
19+
https://github.com/processing/processing/issues/3671
20+
https://github.com/processing/processing/issues/3621
21+
22+
+ Update LowLevelGL to use VBOs
23+
https://github.com/processing/processing-docs/pull/289
24+
25+
26+
[ bug fixes ]
27+
28+
+ Line selected for errors is off by one or two
29+
https://github.com/processing/processing/issues/3654
30+
31+
+ NullPointerException in selectFolder() on OS X
32+
https://github.com/processing/processing/issues/3661
33+
34+
+ Wrong positioning of circles in SVG shapes (regression from 2)
35+
https://github.com/processing/processing/issues/3685
36+
37+
+ setFill() on PShape in Java2D throws ArrayIndexOutOfBoundsException
38+
https://github.com/processing/processing/issues/3677
39+
40+
+ saveJSONObject() doesn't close the file
41+
https://github.com/processing/processing/issues/3705
42+
43+
+ processing-java fixed for OS X 10.11 El Capitan
44+
https://github.com/processing/processing/issues/3497
45+
46+
+ Prevent a prompt to install Xcode coming up on Export to Application
47+
48+
+ Live error checker complains about F instead of f after floats
49+
https://github.com/processing/processing/issues/3707
50+
51+
+ NoClassDefError with CLibrary and getenv when switching to Android Mode
52+
https://github.com/processing/processing/issues/3704
53+
54+
55+
[ foundation $$ = bug fixe$ + improvement$ ]
56+
57+
+ keyTyped() not firing with P2D and P3D
58+
https://github.com/processing/processing/issues/3582
59+
https://github.com/processing/processing/pull/3652
60+
61+
+ rect() sizing in JavaFX
62+
https://github.com/processing/processing/pull/3656
63+
64+
+ FX - Proper sketch sizing
65+
https://github.com/processing/processing/pull/3658
66+
67+
+ FX - implement frameRate()
68+
69+
+ FX - Fix key typed
70+
https://github.com/processing/processing/pull/3672
71+
72+
+ FX - Make key events little bit more sane
73+
https://github.com/processing/processing/pull/3686
74+
75+
+ "Internal graphics not initialized yet"
76+
https://github.com/processing/processing/issues/3690
77+
https://github.com/processing/processing/pull/3692
78+
79+
+ NullPointerException in Demos > Graphics > Planets
80+
https://github.com/processing/processing/issues/3551
81+
82+
+ PDE window leaks undisposed Timer objects even when closed
83+
https://github.com/processing/processing/issues/3655
84+
85+
86+
[ contributed fixes ]
87+
88+
+ Undo does not move to the correct location in the editor window
89+
https://github.com/processing/processing/issues/707
90+
https://github.com/processing/processing/pull/3660
91+
92+
+ Undo sometimes causes the editor to go blank
93+
https://github.com/processing/processing/issues/3003
94+
https://github.com/processing/processing/pull/3693
95+
https://github.com/processing/processing/pull/3702
96+
97+
+ Miscellaneous language improvements
98+
https://github.com/processing/processing/pull/3700
99+
100+
101+
[ google summer of code ]
102+
103+
+ Foundation libraries disapear from CM after restart
104+
https://github.com/processing/processing/issues/3659
105+
https://github.com/processing/processing/pull/3663
106+
107+
+ CM blue bar missing
108+
https://github.com/processing/processing/issues/3599
109+
https://github.com/processing/processing/pull/3636
110+
111+
+ CM column widths change with selection
112+
https://github.com/processing/processing/issues/3609
113+
https://github.com/processing/processing/pull/3675
114+
115+
+ Remove category dropdown from CM except when viewing libraries
116+
https://github.com/processing/processing/issues/3668
117+
https://github.com/processing/processing/pull/3676
118+
119+
+ Right-clicking popup menu closes instead of shifting its location
120+
https://github.com/processing/processing/issues/3649
121+
122+
+ Use 1x or 2x icons in the CM
123+
https://github.com/processing/processing/pull/3681
124+
125+
+ Shifted the text right a little bit
126+
https://github.com/processing/processing/pull/3696
127+
128+
+ No underline and no blue color
129+
https://github.com/processing/processing/pull/3695
130+
131+
+ Make auto-format into a compund edit
132+
https://github.com/processing/processing/pull/3693
133+
134+
+ Focus is shifted out of the filter field after CM search
135+
https://github.com/processing/processing/issues/3682
136+
https://github.com/processing/processing/pull/3701
137+
138+
139+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
140+
141+
1142
PROCESSING 3.0b4 (REV 0242) - 17 August 2015
2143

3144
Fixes for several long-standing bugs, plus some internal changes

todo.txt

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ X no special case added for 10.8, but it's on the way out
1313
X move processing.mode.java.pdex.XQErrorTable to processing.ui.ErrorTable
1414
X need to make the list abstract, also "scroll to line" feature
1515
X fix red in sidebar, the squiggly line beneath code
16-
_ ast generator complains about F instead of f after floats
17-
_ https://github.com/processing/processing/issues/3707
18-
o 3.0b4 demos fail to create PDF files
19-
_ https://github.com/processing/processing/issues/3708
20-
16+
X live error checking complains about F instead of f after floats
17+
X https://github.com/processing/processing/issues/3707
18+
X NoClassDefError with CLibrary and getenv when switching to Android Mode
19+
X https://github.com/processing/processing/issues/3704
2120

2221
contribs
2322
X Undo does not move to the correct location in the editor window
@@ -41,18 +40,12 @@ X no longer issue in the new release
4140
X CM blue bar missing
4241
X https://github.com/processing/processing/issues/3599
4342
X https://github.com/processing/processing/pull/3636
44-
X CM: Category dropdown alignment
45-
X https://github.com/processing/processing/pull/3666
46-
_ https://github.com/processing/processing/issues/3644
4743
X CM column widths change with selection
4844
X https://github.com/processing/processing/issues/3609
4945
X https://github.com/processing/processing/pull/3675
5046
X remove category dropdown from CM except when viewing libraries
5147
X https://github.com/processing/processing/issues/3668
5248
X https://github.com/processing/processing/pull/3676
53-
X Fix info panel text color and alignment in CM
54-
_ https://github.com/processing/processing/issues/3642
55-
X https://github.com/processing/processing/pull/3684
5649
X Right-clicking popup menu closes instead of shifting its location
5750
X https://github.com/processing/processing/issues/3649
5851
X Use 1x or 2x icons in the CM
@@ -61,9 +54,6 @@ X Shifted the text right a little bit
6154
X https://github.com/processing/processing/pull/3696
6255
X No underline and no blue color
6356
X https://github.com/processing/processing/pull/3695
64-
X Update buttom enabled when updates are present and background is set
65-
_ https://github.com/processing/processing/issues/3614
66-
X https://github.com/processing/processing/pull/3694
6757
X Make auto-format into a compund edit
6858
X https://github.com/processing/processing/pull/3693
6959
X Focus is shifted out of the filter field after CM search
@@ -96,6 +86,18 @@ o set DYLD_LIBRARY_PATH to include .dylib and other framework stuff
9686
o java.library.path will only handle .jnilib stuff
9787

9888

89+
may be fixed in b5, but unconfirmed at press time
90+
X CM: Category dropdown alignment
91+
X https://github.com/processing/processing/pull/3666
92+
_ https://github.com/processing/processing/issues/3644
93+
X Update buttom enabled when updates are present and background is set
94+
_ https://github.com/processing/processing/issues/3614
95+
X https://github.com/processing/processing/pull/3694
96+
X Fix info panel text color and alignment in CM
97+
_ https://github.com/processing/processing/issues/3642
98+
X https://github.com/processing/processing/pull/3684
99+
100+
99101
known issues
100102
_ launch4j doesn't work from folders with non-native charsets
101103
_ anything in CP1252 on an English Windows system is fine
@@ -118,6 +120,10 @@ _ and if not, put up a warning for the user?
118120
_ http://www.oracle.com/us/technologies/java/locale-140624.html
119121

120122

123+
o 3.0b4 demos fail to create PDF files
124+
_ https://github.com/processing/processing/issues/3708
125+
126+
121127
3.0 final
122128
_ Casey reports that exported app still asks to download Java
123129
_ could this be a JOGL bug (linking against the app stub?)

0 commit comments

Comments
 (0)