|
| 1 | +PROCESSING 3.5.3 (REV 0269) - 1 February 2019 |
| 2 | + |
| 3 | +This fixes a typo that left the "Redo" command with the wrong |
| 4 | +key shortcut on Windows in the last release, adds updated reference, |
| 5 | +and includes a handful of other smaller fixes. |
| 6 | + |
| 7 | + |
| 8 | +[ fixes ] |
| 9 | + |
| 10 | ++ "Redo" key shortcut for Windows screwed up |
| 11 | + https://github.com/processing/processing/issues/5773 |
| 12 | + |
| 13 | ++ Fix an editor problem with plain text (css, etc) files |
| 14 | + https://github.com/processing/processing/issues/5628 |
| 15 | + |
| 16 | ++ Default to using java.awt.Desktop methods for URLs/files when available |
| 17 | + on Linux. Also cover a few weird cases that were failing silently. |
| 18 | + |
| 19 | ++ Ignore .class files found in the META-INF folder for imported JARs |
| 20 | + https://github.com/processing/processing/issues/5778 |
| 21 | + |
| 22 | + |
| 23 | ++ Fix up and clean a few file i/o issues that were causing resource |
| 24 | + leaks with loadXxxx() commands, and intermediate folders not being |
| 25 | + created for temporary files used by the saveXxxx() commands. |
| 26 | + |
| 27 | + |
| 28 | +[ additions ] |
| 29 | + |
| 30 | ++ Added reference for circle(), square(), push(), pop() |
| 31 | + |
| 32 | + |
| 33 | +[ contributions ] |
| 34 | + |
| 35 | ++ Updated translation of the word "sketch" for Russian speakers |
| 36 | + https://github.com/processing/processing/pull/5673 |
| 37 | + |
| 38 | ++ Update missing @Deprecated tags in PApplet.java |
| 39 | + https://github.com/processing/processing/pull/5686 |
| 40 | + |
| 41 | + |
| 42 | +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 43 | + |
| 44 | + |
1 | 45 | PROCESSING 3.5.2 (REV 0268) - 22 January 2019 |
2 | 46 |
|
3 | 47 | Fixed a pair of nasty regressions, and adding a couple key shortcuts |
|
0 commit comments