|
| 1 | +PROCESSING 3.1.1 (REV 0250) - 16 May 2016 |
| 2 | + |
| 3 | +Happy Day-after-my-Mother-in-Law's-birthday! (After the last two releases |
| 4 | +happened on holidays, I'm just gonna pushing the festive thing. Hard.) |
| 5 | + |
| 6 | +Most importantly, this release fixes a handful of bug fixes for regressions |
| 7 | +(a smart-sounding word for making dumb mistakes) in the last release, |
| 8 | +plus a handful of other improvements we picked up along the way. |
| 9 | + |
| 10 | + |
| 11 | +[ the big ones ] |
| 12 | + |
| 13 | ++ Fix InvocationTargetException when using the command line |
| 14 | + https://github.com/processing/processing/issues/4452 |
| 15 | + https://github.com/processing/processing/pull/4453 |
| 16 | + |
| 17 | ++ Block loadImage() and requestImage() while images still being saved |
| 18 | + https://github.com/processing/processing/issues/4218 |
| 19 | + https://github.com/processing/processing/pull/4465 |
| 20 | + |
| 21 | + |
| 22 | +[ the editor ] |
| 23 | + |
| 24 | ++ Out of date Modes no longer hand Processing 3 on startup, |
| 25 | + and will cause less trouble when changing Modes |
| 26 | + https://github.com/processing/processing/issues/4467 |
| 27 | + |
| 28 | ++ Undo is a little "jerky" in insert mode |
| 29 | + https://github.com/processing/processing/issues/4302 |
| 30 | + https://github.com/processing/processing/pull/4310 |
| 31 | + |
| 32 | ++ "Replace" and "Replace All" do not undo in a single step |
| 33 | + https://github.com/processing/processing/issues/4303 |
| 34 | + https://github.com/processing/processing/pull/4310 |
| 35 | + |
| 36 | ++ Comment/uncomment removes indenting |
| 37 | + https://github.com/processing/processing/issues/4249 |
| 38 | + https://github.com/processing/processing/pull/4313 |
| 39 | + |
| 40 | ++ Remove poorly implemented "rectangular selection" support from the editor |
| 41 | + https://github.com/processing/processing/pull/4462 |
| 42 | + https://github.com/processing/processing/pull/4326 |
| 43 | + https://github.com/processing/processing/issues/4250 |
| 44 | + |
| 45 | ++ Loader is not visible when opening the Updates tab |
| 46 | + https://github.com/processing/processing/issues/4088 |
| 47 | + https://github.com/processing/processing/pull/4089 |
| 48 | + |
| 49 | ++ Make Comment/Uncomment trigger on numpad slash |
| 50 | + https://github.com/processing/processing/pull/4457 |
| 51 | + |
| 52 | ++ Hex values throwing errors in 3.1 |
| 53 | + https://github.com/processing/processing/issues/4458 |
| 54 | + https://github.com/processing/processing/pull/4460 |
| 55 | + |
| 56 | ++ Fix up cmd-click/ctrl-click behavior, add preference to disable it |
| 57 | + https://github.com/processing/processing/issues/4466 |
| 58 | + https://github.com/processing/processing/pull/4472 |
| 59 | + |
| 60 | ++ Make undo/redo mark all affected tabs as modified |
| 61 | + https://github.com/processing/processing/pull/4479 |
| 62 | + |
| 63 | ++ Switch back to JRE 8u77 on ARM to fix GL video library performance |
| 64 | + https://github.com/processing/processing/pull/4454 |
| 65 | + |
| 66 | + |
| 67 | +[ the core ] |
| 68 | + |
| 69 | ++ Implement support for encoding= option in loadTable() |
| 70 | + |
| 71 | ++ PShapeOBJ error String for missing MTL texture file |
| 72 | + https://github.com/processing/processing/issues/3990 |
| 73 | + https://github.com/processing/processing/commit/49a4c815557214fc1bf92e381ffaa398f262361a |
| 74 | + |
| 75 | ++ Shape (OBJ) import texture data is 0.0 |
| 76 | + https://github.com/processing/processing/issues/3156 |
| 77 | + https://github.com/processing/processing/commit/9f1d2988dc80ca7d5ee861b944cb59020ff771c5 |
| 78 | + |
| 79 | + |
| 80 | +[ you'll never notice ] |
| 81 | + |
| 82 | ++ Fix 'ant clean' so that it actually... cleans. |
| 83 | + |
| 84 | ++ Fix error messages from Javadocs |
| 85 | + https://github.com/processing/processing/pull/4191 |
| 86 | + https://github.com/processing/processing/issues/1492 |
| 87 | + |
| 88 | + |
| 89 | +[ fixed but forgot to tell you ] |
| 90 | + |
| 91 | ++ Complex text input issues (fixed in 3.0.2) |
| 92 | + https://github.com/processing/processing/issues/3860 |
| 93 | + https://github.com/processing/processing/issues/3475 |
| 94 | + |
| 95 | ++ Allow Movie Maker to cope with bad files (fixed prior to 3.0?) |
| 96 | + https://github.com/processing/processing/issues/2727 |
| 97 | + https://github.com/processing/processing/pull/3635 |
| 98 | + |
| 99 | + |
| 100 | +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 101 | + |
| 102 | + |
1 | 103 | PROCESSING 3.1 (REV 0249) - 8 May 2016 |
2 | 104 |
|
3 | 105 | Happy Mother's Day! I celebrated by kicking off a Processing release |
|
0 commit comments