|
| 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 | + |
1 | 59 | PROCESSING 3.0b2 (REV 0240) - 9 August 2015 |
2 | 60 |
|
3 | 61 | Several delicious bug fixes to repair things that cropped up in the first |
|
0 commit comments