Skip to content

Commit e11941e

Browse files
committed
rolling over for the next release
1 parent 349282f commit e11941e

5 files changed

Lines changed: 40 additions & 34 deletions

File tree

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
public class Base {
5757
// Added accessors for 0218 because the UpdateCheck class was not properly
5858
// updating the values, due to javac inlining the static final values.
59-
static private final int REVISION = 270;
59+
static private final int REVISION = 271;
6060
/** This might be replaced by main() if there's a lib/version.txt file. */
61-
static private String VERSION_NAME = "0270"; //$NON-NLS-1$
61+
static private String VERSION_NAME = "0271"; //$NON-NLS-1$
6262
/** Set true if this a proper release rather than a numbered revision. */
6363

6464
/**

core/done.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0270 (3.5.4)
2+
no changes
3+
4+
15
0269 (3.5.3)
26
X fix/clean a few file i/o issues
37
X deal with possible resource leak when loading URLs

core/todo.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
0270 (3.5.4)
2-
no changes
1+
0271 (3.5.5 unlikely)
32

43

54
_ size() issues on Mojave?

done.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
0270 (3.5.4)
2+
X use ctrl-page up/down for tabs on Windows
3+
X https://github.com/processing/processing/issues/5794
4+
X fix potential highlighting issue that wasn't selecting portions of text
5+
X update AppBundler to use newer SDK, recompile
6+
X edit build.xml files and appbundler to preserve more attributes
7+
X don't remove entries from Recent menu on Save As
8+
X https://github.com/processing/processing/issues/5902
9+
o NPE in buildCoreModes() on startup
10+
o https://github.com/processing/processing/issues/5823
11+
X not clear what was wrong here
12+
13+
contrib manager
14+
X contrib listing names should not be case sensitive
15+
X libs in all caps appeared above those in lowercase
16+
X ignore library subfolders
17+
X don't unzip __MACOSX files with contribs
18+
X don't do library subfolders
19+
X show error when .properties file is missing from contribs
20+
X clean up a lot of bad temp file handling in the contrib manager
21+
X https://github.com/processing/processing/issues/5845
22+
X https://github.com/processing/processing/issues/5960
23+
X NPE in installPreviouslyFailed() on startup
24+
X https://github.com/processing/processing/issues/5482
25+
X https://github.com/processing/processing/issues/5916
26+
27+
contribs
28+
X tweak mode not working
29+
X https://github.com/processing/processing/issues/5805
30+
X https://github.com/processing/processing/pull/5909
31+
32+
133
0269 (3.5.3)
234
X added reference for circle(), square(), push(), pop()
335
X has the reference.zip file been fixed? (yep)

todo.txt

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,4 @@
1-
0270 (3.5.4)
2-
X use ctrl-page up/down for tabs on Windows
3-
X https://github.com/processing/processing/issues/5794
4-
X fix potential highlighting issue that wasn't selecting portions of text
5-
X update AppBundler to use newer SDK, recompile
6-
X edit build.xml files and appbundler to preserve more attributes
7-
X don't remove entries from Recent menu on Save As
8-
X https://github.com/processing/processing/issues/5902
9-
o NPE in buildCoreModes() on startup
10-
o https://github.com/processing/processing/issues/5823
11-
X not clear what was wrong here
12-
13-
contrib manager
14-
X contrib listing names should not be case sensitive
15-
X libs in all caps appeared above those in lowercase
16-
X ignore library subfolders
17-
X don't unzip __MACOSX files with contribs
18-
X don't do library subfolders
19-
X show error when .properties file is missing from contribs
20-
X clean up a lot of bad temp file handling in the contrib manager
21-
X https://github.com/processing/processing/issues/5845
22-
X https://github.com/processing/processing/issues/5960
23-
X NPE in installPreviouslyFailed() on startup
24-
X https://github.com/processing/processing/issues/5482
25-
X https://github.com/processing/processing/issues/5916
26-
27-
contribs
28-
X tweak mode not working
29-
X https://github.com/processing/processing/issues/5805
30-
X https://github.com/processing/processing/pull/5909
1+
0271 (3.5.5 unlikely)
312

323

334
from Casey

0 commit comments

Comments
 (0)