mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting release 0143
This commit is contained in:
@@ -42,8 +42,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 142;
|
||||
static final String VERSION_NAME = "0142 Beta";
|
||||
static final int VERSION = 143;
|
||||
static final String VERSION_NAME = "0143 Beta";
|
||||
|
||||
static Platform platform;
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
0142 core
|
||||
X update iText in PDF library to 2.1.2u
|
||||
X loadStrings(".") should not list directory contents
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=716
|
||||
|
||||
|
||||
0141 core
|
||||
X no changes to core in 0141
|
||||
|
||||
|
||||
+1
-4
@@ -1,7 +1,4 @@
|
||||
0142 core
|
||||
X update iText in PDF library to 2.1.2u
|
||||
X loadStrings(".") should not list directory contents
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=716
|
||||
0143 core
|
||||
|
||||
|
||||
_ option to have renderer errors show up
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
0142 pde
|
||||
X fix "cannot parse error text" with duplicate var declaration
|
||||
X also found that errors were continuing to process after the first
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=820
|
||||
X web colors < 6 chars produce bizarre error:
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=196
|
||||
X fix a problem with errors that are at the end of the codea
|
||||
|
||||
|
||||
0141 pde
|
||||
X hide javac warning messages
|
||||
X "xxxx xxxx uses unsafe operations.", "recompile with -Xlint:xxxx"
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
0142 pde
|
||||
X fix "cannot parse error text" with duplicate var declaration
|
||||
X also found that errors were continuing to process after the first
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=820
|
||||
X web colors < 6 chars produce bizarre error:
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=196
|
||||
X fix a problem with errors that are at the end of the code
|
||||
0143 pde
|
||||
|
||||
|
||||
_ try LSMinimumSystemVersion in Info.plist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user