| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| processing-3.5.3-linux-armv6hf.tgz | 2019-02-05 | 100.1 MB | |
| processing-3.5.3-windows64.zip | 2019-02-03 | 132.8 MB | |
| processing-3.5.3-linux32.tgz | 2019-02-03 | 141.4 MB | |
| processing-3.5.3-linux64.tgz | 2019-02-03 | 138.1 MB | |
| processing-3.5.3-macosx.zip | 2019-02-03 | 129.9 MB | |
| processing-3.5.3-windows32.zip | 2019-02-03 | 127.7 MB | |
| Processing 3.5.3.tar.gz | 2019-02-03 | 53.1 MB | |
| Processing 3.5.3.zip | 2019-02-03 | 53.5 MB | |
| README.md | 2019-02-03 | 1.5 kB | |
| Totals: 9 Items | 876.7 MB | 4 | |
PROCESSING 3.5.3 (REV 0269) - 3 February 2019
This fixes a typo that left the "Redo" command with the wrong
key shortcut on Windows in the last release, adds updated reference,
and includes a handful of other smaller fixes.
[ fixes ]
+ "Redo" key shortcut for Windows screwed up
https://github.com/processing/processing/issues/5773
+ Fix an editor problem with plain text (css, etc) files
https://github.com/processing/processing/issues/5628
+ Default to using java.awt.Desktop methods for URLs/files when available
on Linux. Also cover a few weird cases that were failing silently.
+ Ignore .class files found in the META-INF folder for imported JARs
https://github.com/processing/processing/issues/5778
+ Get rid of errant 'Could not parse -1 for display' message.
+ Fix up and clean a few file i/o issues that were causing resource
leaks with loadXxxx() commands, and intermediate folders not being
created for temporary files used by the saveXxxx() commands.
[ additions ]
+ Added reference for circle(), square(), push(), pop()
[ contributions ]
+ Updated translation of the word "sketch" for Russian speakers
https://github.com/processing/processing/pull/5673
+ Update missing @Deprecated tags in PApplet.java
https://github.com/processing/processing/pull/5686