Skip to content

Commit f8b794d

Browse files
committed
write release notes
1 parent 2152227 commit f8b794d

2 files changed

Lines changed: 48 additions & 4 deletions

File tree

build/shared/revisions.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
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+
145
PROCESSING 3.5.2 (REV 0268) - 22 January 2019
246

347
Fixed a pair of nasty regressions, and adding a couple key shortcuts

core/todo.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
0269 (3.5.3)
2-
X deal with possible resource leak when loading URLs
3-
X create intermediate folders when saving temp files
4-
X fix resource leaks (open files) in loadJSONObject and loadJSONArray
5-
2+
X fix/clean a few file i/o issues
3+
X deal with possible resource leak when loading URLs
4+
X create intermediate folders when saving temp files
5+
X fix resource leaks (open files) in loadJSONObject and loadJSONArray
66

77
contrib
88
X Update missing @Deprecated tags in PApplet.java

0 commit comments

Comments
 (0)