mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
starting release 0130
This commit is contained in:
@@ -44,8 +44,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 129;
|
||||
static final String VERSION_NAME = "0129 Beta";
|
||||
static final int VERSION = 130;
|
||||
static final String VERSION_NAME = "0130 Beta";
|
||||
|
||||
// set to true after the first time it's built.
|
||||
// so that the errors while building don't show up again.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
0129 core
|
||||
X width and height not always set properly
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=642
|
||||
X bring back background() with alpha
|
||||
|
||||
|
||||
0128 core
|
||||
X remove PFont reflection stuff
|
||||
X remove cursor reflection stuff
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
0129 core
|
||||
X width and height not always set properly
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=642
|
||||
0130 core
|
||||
|
||||
|
||||
add to reference
|
||||
|
||||
4
done.txt
4
done.txt
@@ -1,3 +1,7 @@
|
||||
0129 pde
|
||||
X fixed up the reference for color commands, updated version
|
||||
|
||||
|
||||
0128 pde
|
||||
X fix macosx dist script to not require root password
|
||||
X was just a matter of not using sudo to write the image
|
||||
|
||||
Reference in New Issue
Block a user