|
| 1 | +PROCESSING 3.3.5 (REV 0262) - 23 June 2017 |
| 2 | + |
| 3 | +Fixes for a couple problems introduced in the last release. |
| 4 | + |
| 5 | + |
| 6 | +[ everything that went bad ] |
| 7 | + |
| 8 | ++ Console window was only remembering two lines of text |
| 9 | + because of a name collision in the preferences handling. |
| 10 | + https://github.com/processing/processing/issues/5110 |
| 11 | + |
| 12 | ++ Something went wrong with the 64-bit Linux release: |
| 13 | + "libjli.so: cannot open shared object file: No such file or directory" |
| 14 | + https://github.com/processing/processing/issues/5111 |
| 15 | + |
| 16 | ++ "Could not parse -1 for --display" message on some Windows machines |
| 17 | + https://github.com/processing/processing/issues/5118 |
| 18 | + https://github.com/processing/processing/pull/5141 |
| 19 | + |
| 20 | + |
| 21 | +[ some new things hopefully going good ] |
| 22 | + |
| 23 | ++ Fix a NullPointerException that showed up with textWidth() and OpenGL |
| 24 | + https://github.com/processing/processing/issues/5137 |
| 25 | + https://github.com/processing/processing/pull/5138 |
| 26 | + |
| 27 | ++ Per request, use native file choosers by default on Linux. I'm told |
| 28 | + that the default Linux file choosers have grown up in the last decade. |
| 29 | + I'm trusting the person who is making that claim and making them default. |
| 30 | + https://github.com/processing/processing/issues/5122 |
| 31 | + To get the old behavior in the Editor, change preferences.txt to say: |
| 32 | + chooser.files.native = false |
| 33 | + Or in your code, add this line: |
| 34 | + useNativeSelect = false; |
| 35 | + |
| 36 | + |
| 37 | +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 38 | + |
| 39 | + |
1 | 40 | PROCESSING 3.3.4 (REV 0261) - 3 June 2017 |
2 | 41 |
|
3 | 42 | Several useful bug fixes and improvements. Some big, many small. |
|
0 commit comments