mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 17:35:00 +02:00
starting revision 0184
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
0183 android (pre-release)
|
||||
X mention in the notes
|
||||
o emulator doesn't always start the sketch the first time
|
||||
X emulator stays open because it's too slow to restart it
|
||||
X add notes to about.txt, and add link to it
|
||||
|
||||
|
||||
0182 android (pre-release)
|
||||
X added skewX/Y implementation
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1448
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
0183 android
|
||||
X mention in the notes
|
||||
o emulator doesn't always start the sketch the first time
|
||||
X emulator stays open because it's too slow to restart it
|
||||
X add notes to about.txt, and add link to it
|
||||
0184 android
|
||||
|
||||
|
||||
_ exceptions on first run of the emulator (osx only?)
|
||||
|
||||
@@ -40,9 +40,9 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int REVISION = 183;
|
||||
static final int REVISION = 184;
|
||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||
static public String VERSION_NAME = "0183";
|
||||
static public String VERSION_NAME = "0184";
|
||||
/** Set true if this a proper release rather than a numbered revision. */
|
||||
static public boolean RELEASE = false;
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
0183 core (pre-release)
|
||||
X no changes to core in 0183
|
||||
|
||||
|
||||
0182 core (pre-release)
|
||||
X fix problem with textMode(SHAPE) when using createFont()
|
||||
X fix other problems with font use in PDF
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
0183 core
|
||||
0184 core
|
||||
|
||||
|
||||
stop() mess
|
||||
|
||||
9
done.txt
9
done.txt
@@ -1,3 +1,12 @@
|
||||
0183 pde (pre-release)
|
||||
X additional updates to autoformat, jdf adding tests
|
||||
|
||||
fixed in earlier releases
|
||||
X export application including video capture broken in snowleopard
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1440
|
||||
X fixed in an earlier release
|
||||
|
||||
|
||||
0182 pde (pre-release)
|
||||
|
||||
preprocessor fixes
|
||||
|
||||
Reference in New Issue
Block a user