mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting the next release
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-8
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user