diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 1860a5aa4..6204de6aa 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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; diff --git a/core/done.txt b/core/done.txt index 64a2039ca..13381ac35 100644 --- a/core/done.txt +++ b/core/done.txt @@ -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 diff --git a/core/todo.txt b/core/todo.txt index d2eabdf5f..4b4c4aa71 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/done.txt b/done.txt index e63f3dad2..7fbcb82f5 100644 --- a/done.txt +++ b/done.txt @@ -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" diff --git a/todo.txt b/todo.txt index 5ca375757..2bc074f30 100644 --- a/todo.txt +++ b/todo.txt @@ -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