File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555public class Base {
5656 // Added accessors for 0218 because the UpdateCheck class was not properly
5757 // updating the values, due to javac inlining the static final values.
58- static private final int REVISION = 262 ;
58+ static private final int REVISION = 263 ;
5959 /** This might be replaced by main() if there's a lib/version.txt file. */
60- static private String VERSION_NAME = "0262 " ; //$NON-NLS-1$
60+ static private String VERSION_NAME = "0263 " ; //$NON-NLS-1$
6161 /** Set true if this a proper release rather than a numbered revision. */
6262
6363 /**
Original file line number Diff line number Diff line change 1+ 0262 (3.3.5)
2+ X default to using native select on all platforms
3+
4+ contrib
5+ X Add defaultFontOrDeath to OpenGL textWidth
6+ X https://github.com/processing/processing/issues/5137
7+ X https://github.com/processing/processing/pull/5138
8+
9+
1100261 (3.3.4)
211X add exec() with StringList options
312X start to add stub for shell() function
Original file line number Diff line number Diff line change 1- 0262 (3.3.5 or 3.4)
2- X default to using native select on all platforms
3-
4- contrib
5- X Add defaultFontOrDeath to OpenGL textWidth
6- X https://github.com/processing/processing/issues/5137
7- X https://github.com/processing/processing/pull/5138
1+ 0263 (3.3.6 or 3.4)
82
93
104_ shell discussion with gohai
Original file line number Diff line number Diff line change 1+ 0262 (3.3.5 or 3.4)
2+ X use native Linux file choosers by default
3+ X https://github.com/processing/processing/issues/5122
4+ X Console window losing text
5+ X https://github.com/processing/processing/issues/5110
6+ X Linux 64-bit issues
7+ X https://github.com/processing/processing/issues/5111
8+
9+ contrib
10+ X display=-1 regression ("could not parse" message)
11+ X https://github.com/processing/processing/issues/5118
12+ X https://github.com/processing/processing/pull/5141
13+
14+
1150261 (3.3.4)
216X redo console handling to not use Timer, fixing freeze-up problems
317o https://github.com/processing/processing/pull/4935
Original file line number Diff line number Diff line change 1- 0262 (3.3.5 or 3.4)
2- X use native Linux file choosers by default
3- X https://github.com/processing/processing/issues/5122
4- X Console window losing text
5- X https://github.com/processing/processing/issues/5110
6- _ Linux 64-bit issues
7- _ https://github.com/processing/processing/issues/5111
8-
9- contrib
10- X display=-1 regression ("could not parse" message)
11- X https://github.com/processing/processing/issues/5118
12- X https://github.com/processing/processing/pull/5141
1+ 0263 (3.3.6 or 3.4)
132
143
154contrib
You can’t perform that action at this time.
0 commit comments