|
| 1 | +PROCESSING 3.3.6 (REV 0263) - 4 September 2017 |
| 2 | + |
| 3 | +A collection of mostly minor bug fixes that have accreted |
| 4 | +since the last release back in June. |
| 5 | + |
| 6 | + |
| 7 | +[ contributions, we love 'em ] |
| 8 | + |
| 9 | ++ Add Italian translation |
| 10 | + https://github.com/processing/processing/pull/5169 |
| 11 | + |
| 12 | ++ Wrong tab for missing brace |
| 13 | + https://github.com/processing/processing/pull/5180 |
| 14 | + https://github.com/processing/processing/issues/5165 |
| 15 | + |
| 16 | ++ Fix typo in German translation |
| 17 | + https://github.com/processing/processing/pull/5195 |
| 18 | + https://github.com/processing/processing/issues/5187 |
| 19 | + |
| 20 | ++ Movie Maker only works once |
| 21 | + https://github.com/processing/processing/issues/5168 |
| 22 | + https://github.com/processing/processing/pull/5230 |
| 23 | + |
| 24 | ++ Add more build products to linux/.gitignore |
| 25 | + https://github.com/processing/processing/pull/5229 |
| 26 | + |
| 27 | ++ Add issue template to the repo |
| 28 | + https://github.com/processing/processing/issues/5239 |
| 29 | + https://github.com/processing/processing/pull/5245 |
| 30 | + |
| 31 | ++ Add workaround for window size = 0 crash |
| 32 | + https://github.com/processing/processing/pull/5234 |
| 33 | + https://github.com/processing/processing/issues/5052 |
| 34 | + |
| 35 | + |
| 36 | +[ jakub, we love him ] |
| 37 | + |
| 38 | ++ Fix comment/uncomment adding slashes at wrong indent |
| 39 | + https://github.com/processing/processing/issues/5171 |
| 40 | + https://github.com/processing/processing/pull/5185 |
| 41 | + |
| 42 | ++ Add JavaFX runtime to error checker class path |
| 43 | + https://github.com/processing/processing/pull/5186 |
| 44 | + |
| 45 | + |
| 46 | +[ gottfried, with gusto ] |
| 47 | + |
| 48 | ++ Ironing out the new shell() command |
| 49 | + https://github.com/processing/processing/pull/5082 |
| 50 | + |
| 51 | ++ Workaround issues with August 2017 release of Raspbian |
| 52 | + https://github.com/processing/processing/pull/5222 |
| 53 | + |
| 54 | ++ Fix bugs in line vert shader |
| 55 | + https://github.com/processing/processing/pull/5184 |
| 56 | + https://github.com/processing/processing/issues/5181 |
| 57 | + https://github.com/processing/processing/issues/5182 |
| 58 | + https://github.com/processing/processing/issues/5183 |
| 59 | + https://github.com/processing/processing/issues/5194 |
| 60 | + |
| 61 | + |
| 62 | +[ behind the scenes ] |
| 63 | + |
| 64 | ++ Updated to Java 8u144 |
| 65 | + |
| 66 | ++ Fixed issue with call to remove value instead of key in mode contrib hash |
| 67 | + (this was only in the code used by the command line mode loader) |
| 68 | + |
| 69 | + |
| 70 | +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 71 | + |
| 72 | + |
1 | 73 | PROCESSING 3.3.5 (REV 0262) - 23 June 2017 |
2 | 74 |
|
3 | 75 | Fixes for a couple problems introduced in the last release. |
|
0 commit comments