more notes about beta 2

This commit is contained in:
Ben Fry
2015-08-09 13:06:50 -04:00
parent 2a55dcf81b
commit c4f0347a52
3 changed files with 33 additions and 6 deletions
+21 -6
View File
@@ -1,10 +1,21 @@
PROCESSING 3.0b2 (REV 0240) - 9 August 2015
Several delicious bug fixes to repair things that cropped up in the first
beta release. Please keep the reports & code coming and help us get to 3.0.
[ bug fixes ]
+ Add library fails with "Could not write to temporary directory"
+ "Add Library..." fails with "Could not write to temporary directory"
https://github.com/processing/processing/issues/3548
+ Make size(displayWidth, displayHeight) still run in a window.
Fixes "fullScreen() cannot be used here" message on startup.
https://github.com/processing/processing/issues/3545
In the past we were auto-detecting if it was the screen size,
and switching to full screen mode. But that's now removed because
fullScreen() is so easy, and full screen may not be wanted.
+ Cannot find "processing.core" library. Line 12 in tab sketch_150704a"
also happens with "import to com.jogamp.opengl.GL2"
https://github.com/processing/processing/issues/3547
@@ -24,12 +35,15 @@ PROCESSING 3.0b2 (REV 0240) - 9 August 2015
+ NullPointerException in Planets demo
https://github.com/processing/processing/issues/3551
+ Late breaking fix to repair Tweak mode
https://github.com/processing/processing/issues/3562
https://github.com/processing/processing/pull/3563
[ changes and improvements ]
+ Make size(displayWidth, displayHeight) still run in a window.
Fixes "fullScreen() cannot be used here" message on startup.
https://github.com/processing/processing/issues/3545
+ Show contributed examples in the Examples window
https://github.com/processing/processing/issues/3420
+ Initialize the Find dialog with the current selection
https://github.com/processing/processing/issues/3457
@@ -47,10 +61,10 @@ PROCESSING 3.0b2 (REV 0240) - 9 August 2015
+ Building: make the download-jdk-macosx target work properly
+ Clean up the advanced OpenGL wiki page
+ Throw an error when using methods that require sketchPath outside setup()
https://github.com/processing/processing/issues/3433
+ Cleaned up the advanced OpenGL wiki page
+ cursor(CROSS) breaks when using surface.setTitle()
https://github.com/processing/processing/issues/3472
@@ -62,6 +76,7 @@ PROCESSING 3.0b2 (REV 0240) - 9 August 2015
https://github.com/processing/processing/issues/324
Fixed somewhere between 0179 and 0184
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
+5
View File
@@ -21,6 +21,11 @@ X https://github.com/processing/processing/issues/3546
X NPE in Planets demo
X https://github.com/processing/processing/issues/3551
opengl
_ `focused` variable always false in P2D/P3D
_ https://github.com/processing/processing/issues/3564
_ implement strip(), lstrip(), rstrip?
docs
+7
View File
@@ -23,6 +23,11 @@ X if no platforms selected in export, will still say "done exporting!"
X maybe if none selected, should default select the current platform
X why are none selected in the first place? not getting saved?
contribs
X code runs in Run but not in Tweak
X https://github.com/processing/processing/issues/3562
X https://github.com/processing/processing/pull/3563
earlier/cleaning
X CM ongoing notes and questions
X https://github.com/processing/processing/issues/3440
@@ -48,6 +53,8 @@ _ probably have to add the script/Processing.app location to user's path
gui
_ another round of ARM patches
_ https://github.com/processing/processing/pull/3555
_ fix red in sidebar, the squiggly line beneath code
_ show hover text with 'debug'
_ show number of updates available in the footer