mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
finalizing release 0153
This commit is contained in:
@@ -3,6 +3,29 @@ file is a list of changes between each release. this is not a general
|
||||
reference of how to use processing, because the information for older
|
||||
releases will be super crusty.
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
ABOUT REV 0153 - 21 October 2008
|
||||
|
||||
Read the release notes for revision 0149! There were major changes to
|
||||
library installation, and the Candy and XML libraries have been moved.
|
||||
|
||||
[ fixes/changes ]
|
||||
|
||||
+ Fix ClassNotFoundException: quicktime.std.StdQTException with release 0152
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=970
|
||||
|
||||
+ Delete files before adding, otherwise case changes are not preserved.
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=969
|
||||
|
||||
+ In a previous release, moved the nag about "had to rename sketch" into
|
||||
the console instead of bringing up a new dialog box.
|
||||
|
||||
+ For library authors, PImage.init() is now public again.
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
0153 core
|
||||
X make PImage.init() public again
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
6
todo.txt
6
todo.txt
@@ -1,15 +1,15 @@
|
||||
0153 pde
|
||||
X delete files before adding, otherwise case changes are not preserved
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=969
|
||||
|
||||
_ ClassNotFoundException: quicktime.std.StdQTException with release 0152
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=970
|
||||
X ClassNotFoundException: quicktime.std.StdQTException with release 0152
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=970
|
||||
|
||||
previous
|
||||
o put the "had to rename sketch" message in the msg bar
|
||||
o it's ugly/annoying/intrusive
|
||||
X just print it to the console
|
||||
|
||||
|
||||
_ don't open more than one "create font" or "color selector"
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=830
|
||||
_ make processing tools use the tools api
|
||||
|
||||
Reference in New Issue
Block a user