|
| 1 | +PROCESSING 2.0b6 (REV 0214) - 2 November 2012 |
| 2 | + |
| 3 | +Patching up command line issues that went backwards in the last release, |
| 4 | +a number of OpenGL fixes, and more internal changes and updates. |
| 5 | + |
| 6 | +[ bug fixes ] |
| 7 | + |
| 8 | ++ Command line support was broken in 2.0b5, with an error about |
| 9 | + processing-java ClassNotFoundException: BatchCompiler |
| 10 | + http://code.google.com/p/processing/issues/detail?id=1334 |
| 11 | + On Mac OS X, you may need to re-run the "Install Command Line" tool. |
| 12 | + |
| 13 | ++ Make sure the sketchbook is being picked up on the command line, |
| 14 | + so that imported libraries are handled correctly. |
| 15 | + |
| 16 | ++ Import statements were executed within multiline comments. |
| 17 | + http://code.google.com/p/processing/issues/detail?id=911 |
| 18 | + |
| 19 | ++ Editor not responding properly if the "External Editor" preference |
| 20 | + had been enabled with a previous release. |
| 21 | + http://code.google.com/p/processing/issues/detail?id=1355 |
| 22 | + |
| 23 | ++ A number of OpenGL fixes to better handle older chipsets, like the |
| 24 | + GMA 950 (found on lots of older Mac Minis and similar hardware). |
| 25 | + |
| 26 | ++ Reverted back to an older version of the JOGL library to prevent |
| 27 | + issues with sketches locking up. In particular, this should fix |
| 28 | + sketches that use the video library: |
| 29 | + http://code.google.com/p/processing/issues/detail?id=1338 |
| 30 | + http://code.google.com/p/processing/issues/detail?id=1364 |
| 31 | + |
| 32 | ++ Icon loading was causing an error if you used a package for your code. |
| 33 | + http://code.google.com/p/processing/issues/detail?id=1346 |
| 34 | + |
| 35 | ++ No longer using --request on OS X 10.6, since it's not available. |
| 36 | + Avoids a harmless warning message on the console when running a sketch. |
| 37 | + |
| 38 | +[ changes/additions ] |
| 39 | + |
| 40 | ++ Added an option to Preferences to enable/disable advanced input method |
| 41 | + support to handle complex scripts like Japanese, Korean, or Chinese. |
| 42 | + http://code.google.com/p/processing/issues/detail?id=526 |
| 43 | + |
| 44 | ++ Add option for blinking and/or block caret in the editor. To disable |
| 45 | + caret blinking in the text editor, add this line to preferences.txt: |
| 46 | + editor.caret.blink = true |
| 47 | + Or to just a block caret, use this: |
| 48 | + editor.caret.block = false |
| 49 | + http://code.google.com/p/processing/issues/detail?id=1136 |
| 50 | + |
| 51 | +[ internal ] |
| 52 | + |
| 53 | ++ Removed applet-related preferences, and the 'applet' subfolder in the |
| 54 | + source/distribution. |
| 55 | + |
| 56 | ++ Removed the old 'cmd' folder from the source/distribution |
| 57 | + |
| 58 | ++ Preferences are now written in sorted order to make it easier to handle |
| 59 | + comparisons or other debugging. |
| 60 | + |
| 61 | ++ Major change to handle how the 'lib' folder is found, hopefully does a |
| 62 | + better job with command line support. |
| 63 | + |
| 64 | + |
| 65 | +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 66 | + |
| 67 | + |
1 | 68 | PROCESSING 2.0b5 (REV 0213) - 22 October 2012 |
2 | 69 |
|
3 | 70 | Fixes for a few regressions that showed up in 2.0b4, plus some internal |
|
0 commit comments