Skip to content

Commit 3340526

Browse files
committed
write release notes
1 parent 432e6e8 commit 3340526

3 files changed

Lines changed: 65 additions & 4 deletions

File tree

build/shared/revisions.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
PROCESSING 3.0b3 (REV 0241) - 11 August 2015
2+
3+
You get a beta! YOU get a beta! *YOU* get a beta! Everybody gets a beta!
4+
5+
6+
[ bug fixes & changes ]
7+
8+
+ Prevent 'examples' from showing as a folder in the sketchbook window
9+
(instead only show it in the Examples window)
10+
11+
+ Don't show breakpoints when debugger is off
12+
https://github.com/processing/processing/issues/3093
13+
14+
+ No setting breakpoints when debugger is off
15+
https://github.com/processing/processing/issues/3306
16+
17+
+ Foundation library examples should appear under "Core" or "Foundation"
18+
https://github.com/processing/processing/issues/3524
19+
20+
+ Use ctrl-pageup/down on Linux for prev/next tab
21+
https://github.com/processing/processing/issues/3416
22+
23+
+ Library names not showing up correctly ("pdf" instead of "PDF Export")
24+
https://github.com/processing/processing/issues/3574
25+
26+
+ Contributed Examples were using their folder name, not the 'name' field
27+
from their properties file when shown in the Examples window.
28+
29+
+ Include name of sketch when asking user "Save sketch before closing?"
30+
Did i18n changes for OS X and other platforms, though some languages
31+
will need additional updates to be compatible.
32+
https://github.com/processing/processing/issues/3418
33+
34+
+ Modify naming of contributed examples
35+
https://github.com/processing/processing/issues/3573
36+
37+
+ Show a warning when map() prints a bad value
38+
https://github.com/processing/processing/issues/3314
39+
40+
+ Implement a nf(float) function to support the changes in map()
41+
42+
+ Breakpoints don't 'jump' after hitting Enter on blank line
43+
https://github.com/processing/processing/issues/3552
44+
https://github.com/processing/processing/pull/3571
45+
46+
+ Implement focusGained(), focusLost(), and 'focused' variable in P2D/P3D
47+
https://github.com/processing/processing/issues/3564
48+
49+
+ IndexOutOfBoundsException with pixelDensity(2) and P2D
50+
https://github.com/processing/processing/issues/3568
51+
52+
+ Shaders output to bottom left corner rather than full window in 3.0b2
53+
https://github.com/processing/processing/issues/3572
54+
55+
56+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
57+
58+
159
PROCESSING 3.0b2 (REV 0240) - 9 August 2015
260

361
Several delicious bug fixes to repair things that cropped up in the first

core/todo.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
0241 core (3.0b3)
22
X `focused` variable always false in P2D/P3D
33
X https://github.com/processing/processing/issues/3564
4-
4+
X implement a nf(float) function to support the changes in map()
5+
X show a warning when map() prints a bad value
6+
X https://github.com/processing/processing/issues/3314
57

68
opengl
79
X IndexOutOfBoundsException with pixelDensity(2) and P2D
810
X https://github.com/processing/processing/issues/3568
911
X Shaders output to bottom left corner rather than full window in 3.0b2
1012
X https://github.com/processing/processing/issues/3572
13+
14+
15+
opengl
1116
_ Use PBOs for async texture copy
1217
_ https://github.com/processing/processing/issues/3569
1318
_ filter(PShader) broken in HiDPI mode

todo.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ X Library names not showing up correctly ("pdf" instead of "PDF Export")
1212
X https://github.com/processing/processing/issues/3574
1313
X Contributed examples not using the 'name' field from their properties file
1414
X seen in Dan's contrib examples
15-
X Include name of sketch when asking user Save sketch before closing?
15+
X Include name of sketch when asking user "Save sketch before closing?"
1616
X do i18n changes for OS X and other platforms
1717
X https://github.com/processing/processing/issues/3418
1818
X name for contributed examples
1919
X https://github.com/processing/processing/issues/3573
20-
X show a warning when map() prints a bad value
21-
X https://github.com/processing/processing/issues/3314
2220
o Invalid code signature on OS X
2321
X https://github.com/processing/processing/issues/3575
2422
X cannot reproduce

0 commit comments

Comments
 (0)