|
| 1 | +PROCESSING 3.0a4 (REV 0231) - 1X September 2014 |
| 2 | + |
| 3 | +Another release to deal with a handful of bugs found in the last alpha. |
| 4 | +The next alpha release will contain major changes and break a few libraries |
| 5 | +and tools, so this is an attempt at a final "stable" alpha that can be used |
| 6 | +until all those issues are sorted out. |
| 7 | + |
| 8 | +[ changes ] |
| 9 | + |
| 10 | ++ Contributions (Libraries, Modes, Tools) are now read from their own |
| 11 | + listing that's specific to Processing 3. |
| 12 | + https://github.com/processing/processing/issues/2850 |
| 13 | + https://github.com/processing/processing/issues/2849 |
| 14 | + |
| 15 | ++ Made the new editor the default. |
| 16 | + |
| 17 | ++ The OS X default File menu (shown when no windows are open) now has the |
| 18 | + order/naming changes found in the sketch window File menu. |
| 19 | + |
| 20 | + |
| 21 | +[ bug fixes ] |
| 22 | + |
| 23 | ++ TGAs from saveFrame() create transparent/black movies with Movie Maker |
| 24 | + https://github.com/processing/processing/issues/2851 |
| 25 | + |
| 26 | ++ Fix export problem on Windows when using the new editor |
| 27 | + https://github.com/processing/processing/issues/2806 |
| 28 | + |
| 29 | + |
| 30 | +[ internal tweaks ] |
| 31 | + |
| 32 | ++ Optimize creation of boxed primitives |
| 33 | + https://github.com/processing/processing/pull/2826 |
| 34 | + |
| 35 | ++ Add static modifier to inner classes that don't access parent |
| 36 | + https://github.com/processing/processing/pull/2839 |
| 37 | + |
| 38 | ++ Fix localization in OS X (requires writing property files) |
| 39 | + https://github.com/processing/processing/pull/2844 |
| 40 | + |
| 41 | + |
| 42 | +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 43 | + |
| 44 | + |
1 | 45 | PROCESSING 3.0a3 (REV 0230) - 26 August 2014 |
2 | 46 |
|
3 | 47 | The 3.0 process continues as we've wrapped up a very successful |
|
0 commit comments