|
| 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 | + |
1 | 142 | PROCESSING 3.0b4 (REV 0242) - 17 August 2015 |
2 | 143 |
|
3 | 144 | Fixes for several long-standing bugs, plus some internal changes |
|
0 commit comments