From 05d6b280ef2a0daa469cb25d2ed7cdf06998333b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 21 Jun 2013 15:35:44 -0400 Subject: [PATCH] starting the next release --- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 10 ++++++++++ core/todo.txt | 9 +-------- done.txt | 13 +++++++++++++ todo.txt | 12 +----------- 5 files changed, 27 insertions(+), 21 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 1f192aa4b..7a859f475 100755 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -46,9 +46,9 @@ import processing.core.*; public class Base { // Added accessors for 0218 because the UpdateCheck class was not properly // updating the values, because javac was inlining the static final values. - static private final int REVISION = 219; + static private final int REVISION = 220; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "0219"; //$NON-NLS-1$ + static private String VERSION_NAME = "0220"; //$NON-NLS-1$ /** Set true if this a proper release rather than a numbered revision. */ // static private boolean RELEASE = false; diff --git a/core/done.txt b/core/done.txt index 858477829..7547a4067 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,13 @@ +0219 core (2.0.1) +X add error message for what line was bad while parsing a table +X otherwise confusing ArrayIndexOutOfBoundsException while parsing bad CSV +X getVertex() trying to get three values when no Z-coord is available +X "PShape getVertex() not implemented properly for SVG files" +X https://github.com/processing/processing/issues/1596 +X typo in printProjection() method +X https://github.com/processing/processing/issues/1863 + + 0218 core (2.0) X textureWrap(REPEAT) + textureMode(IMAGE) clamps positive coordinates X https://github.com/processing/processing/issues/1809 diff --git a/core/todo.txt b/core/todo.txt index b4b0ff571..a4a8265a6 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,11 +1,4 @@ -0219 core (2.0.1) -X add error message for what line was bad while parsing a table -X otherwise confusing ArrayIndexOutOfBoundsException while parsing bad CSV -X getVertex() trying to get three values when no Z-coord is available -X "PShape getVertex() not implemented properly for SVG files" -X https://github.com/processing/processing/issues/1596 -X typo in printProjection() method -X https://github.com/processing/processing/issues/1863 +0220 core high diff --git a/done.txt b/done.txt index c914961d9..07d385af7 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,16 @@ +0219 pde (2.0.1) +X modes, tools, libraries not copying/moving properly on Windows +X https://github.com/processing/processing/issues/1781 +X undo seems to not be going to the right location (now with example) +X https://github.com/processing/processing/issues/707 +X http://code.google.com/p/processing/issues/detail?id=668 +X fixes from Josh Giesbrecht +X line ending problem with args.txt for Windows when exporting from others +X (exporting from OS X to Windows) +X https://github.com/processing/processing/issues/1890 +X add option to remove the background image at the top of the window + + 0218 pde (2.0) X Example window has the Java application icon X https://github.com/processing/processing/issues/1800 diff --git a/todo.txt b/todo.txt index e2543daf1..3b5758cc6 100644 --- a/todo.txt +++ b/todo.txt @@ -1,14 +1,4 @@ -0219 pde (2.0.1) -X modes, tools, libraries not copying/moving properly on Windows -X https://github.com/processing/processing/issues/1781 -X undo seems to not be going to the right location (now with example) -X https://github.com/processing/processing/issues/707 -X http://code.google.com/p/processing/issues/detail?id=668 -X fixes from Josh Giesbrecht -X line ending problem with args.txt for Windows when exporting from others -X (exporting from OS X to Windows) -X https://github.com/processing/processing/issues/1890 -X add option to remove the background image at the top of the window +0220 pde high