|
1 | | -PROCESSING 2.1 beta 2 (REV 0223) - 2X October 2013 |
| 1 | +PROCESSING 2.1 (REV 0223) - 27 October 2013 |
| 2 | + |
| 3 | +There have been major changes since 2.0.3, most of them are outlined in |
| 4 | +the release notes for 2.1 beta 1 (look down a few dozen lines). |
| 5 | + |
| 6 | +This release includes a few updates to fix problems introduced in the beta |
| 7 | +release, as well as additional general bug fixes, especially for OpenGL. |
2 | 8 |
|
3 | 9 | + Added an option to not embed the Java runtime into an exported application. |
4 | 10 | This saves you the 100 MB footprint, but requires your users to install |
@@ -31,6 +37,64 @@ PROCESSING 2.1 beta 2 (REV 0223) - 2X October 2013 |
31 | 37 | object), we've added code so that println() works as before. But we |
32 | 38 | can't do the same for arrays of objects, such as String. |
33 | 39 |
|
| 40 | ++ The preference for font smoothing (anti-aliasing) in the editor has been |
| 41 | + reset in this release. Fonts are unusably gross on OS X (and Linux) |
| 42 | + without smoothing and Oracle's version of Java (now in use with 2.1), |
| 43 | + and many longtime users have anti-aliasing turned off. You can still |
| 44 | + turn off smoothing in the Preferences window, but the results may be poor. |
| 45 | + https://github.com/processing/processing/issues/2164 |
| 46 | + https://github.com/processing/processing/issues/2160 |
| 47 | + |
| 48 | + |
| 49 | +[ bug fixes ] |
| 50 | + |
| 51 | ++ Fix dataPath() problem with OS X (was breaking Movie on export) |
| 52 | + |
| 53 | ++ Command line processing-java was broken in 2.1 beta 1 on OS X |
| 54 | + https://github.com/processing/processing/issues/2159 |
| 55 | + |
| 56 | ++ Fix a situation where processing-java would return 0 instead of 1 on errors |
| 57 | + https://github.com/processing/processing/issues/1798#issuecomment-26711847 |
| 58 | + |
| 59 | ++ Alpha values from the pixels array were coming back as 0 |
| 60 | + https://github.com/processing/processing/issues/2030 |
| 61 | + |
| 62 | ++ Additional UI font tweaks due to decreased legibility with Oracle Java |
| 63 | + https://github.com/processing/processing/issues/2135 |
| 64 | + |
| 65 | + |
| 66 | +[ OpenGL updates ] |
| 67 | + |
| 68 | ++ Using sketchQuality() does not work properly with P3D, OPENGL, P2D |
| 69 | + https://github.com/processing/processing/pull/2157 |
| 70 | + |
| 71 | ++ Fix crashes when the sketch window is resized |
| 72 | + https://github.com/processing/processing/issues/1880 |
| 73 | + https://github.com/processing/processing/pull/2156 |
| 74 | + |
| 75 | ++ scale() wasn't affecting stroke weight in P3D |
| 76 | + https://github.com/processing/processing/issues/2162 |
| 77 | + |
| 78 | ++ Add set(boolean) to PShader |
| 79 | + https://github.com/processing/processing/issues/1991 |
| 80 | + https://github.com/processing/processing/pull/1993 |
| 81 | + |
| 82 | ++ Add PMatrix.preApply(PMatrix) |
| 83 | + https://github.com/processing/processing/pull/2146 |
| 84 | + https://github.com/processing/processing/issues/2145 |
| 85 | + |
| 86 | ++ Updated to another version of JOGL (jogl-2.1-b1115, gluegen-2.1-b735) |
| 87 | + for OS X 10.9 support. |
| 88 | + |
| 89 | ++ Add warning when no uv texture coordinates are supplied |
| 90 | + https://github.com/processing/processing/issues/2034 |
| 91 | + |
| 92 | ++ Flicker issues when resizing P2D/P3D/OPENGL |
| 93 | + https://github.com/processing/processing/issues/15 |
| 94 | + |
| 95 | ++ Additional fix for occasional flash/flicker with drawing complex scenes |
| 96 | + https://github.com/processing/processing/commit/cca2f08a24ef892c494f5a75aa0e4b01de7e5d8a |
| 97 | + |
34 | 98 |
|
35 | 99 | . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
36 | 100 |
|
|
0 commit comments