diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index f11d8cc0f..e241ab13a 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -56,9 +56,9 @@ import processing.data.StringList; public class Base { // Added accessors for 0218 because the UpdateCheck class was not properly // updating the values, due to javac inlining the static final values. - static private final int REVISION = 241; + static private final int REVISION = 242; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "0241"; //$NON-NLS-1$ + static private String VERSION_NAME = "0242"; //$NON-NLS-1$ /** Set true if this a proper release rather than a numbered revision. */ /** True if heavy debugging error/log messages are enabled */ diff --git a/core/done.txt b/core/done.txt index b882077ae..6d72f9277 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,17 @@ +0241 core (3.0b3) +X `focused` variable always false in P2D/P3D +X https://github.com/processing/processing/issues/3564 +X implement a nf(float) function to support the changes in map() +X show a warning when map() prints a bad value +X https://github.com/processing/processing/issues/3314 + +opengl +X IndexOutOfBoundsException with pixelDensity(2) and P2D +X https://github.com/processing/processing/issues/3568 +X Shaders output to bottom left corner rather than full window in 3.0b2 +X https://github.com/processing/processing/issues/3572 + + 0240 core (3.0b2) X make size(displayWidth, displayHeight) still run in a window X prevents "fullScreen() cannot be used here" message on startup diff --git a/core/todo.txt b/core/todo.txt index ef7219829..75339b4c7 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,15 +1,4 @@ -0241 core (3.0b3) -X `focused` variable always false in P2D/P3D -X https://github.com/processing/processing/issues/3564 -X implement a nf(float) function to support the changes in map() -X show a warning when map() prints a bad value -X https://github.com/processing/processing/issues/3314 - -opengl -X IndexOutOfBoundsException with pixelDensity(2) and P2D -X https://github.com/processing/processing/issues/3568 -X Shaders output to bottom left corner rather than full window in 3.0b2 -X https://github.com/processing/processing/issues/3572 +0242 core (3.0b4) opengl diff --git a/done.txt b/done.txt index 49ee2b5ec..3c15cb4a8 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,43 @@ +0241 (3.0b3) +X don't show breakpoints when debugger is off +X https://github.com/processing/processing/issues/3093 +X no setting breakpoints when debugger is off +X https://github.com/processing/processing/issues/3306 +X 'examples' shows as a folder in the sketchbook window +X Foundation library examples should appear under "Core" or "Foundation" +X https://github.com/processing/processing/issues/3524 +X Use ctrl-pageup/down on Linux for prev/next tab +X https://github.com/processing/processing/issues/3416 +X Library names not showing up correctly ("pdf" instead of "PDF Export") +X https://github.com/processing/processing/issues/3574 +X Contributed examples not using the 'name' field from their properties file +X seen in Dan's contrib examples +X Include name of sketch when asking user "Save sketch before closing?" +X do i18n changes for OS X and other platforms +X https://github.com/processing/processing/issues/3418 +X name for contributed examples +X https://github.com/processing/processing/issues/3573 +o Invalid code signature on OS X +X https://github.com/processing/processing/issues/3575 +X cannot reproduce + +gsoc +X Breakpoints don't 'jump' after hitting Enter on blank line +X https://github.com/processing/processing/issues/3552 +X https://github.com/processing/processing/pull/3571 + +cleaning/earlier +X move to launch4j 3.7 http://launch4j.sourceforge.net/ +X actually upgraded to 3.8 +X make examples pull/build automatic during dist +X dialog box icon is fuzzy on OS X retina machines +X https://github.com/processing/processing/issues/2117 +o solution might be our own dialog boxes +X ctrl/ctrl-shift-n sometimes stops working +X https://github.com/processing/processing/issues/188 +X believed to be fixed in the last few months + + 0240 (3.0b2) X make download-jdk-macosx target work properly X remove "pair is" debug messages diff --git a/todo.txt b/todo.txt index e4bef3e48..e6608a9fd 100644 --- a/todo.txt +++ b/todo.txt @@ -1,41 +1,4 @@ -0241 (3.0b3) -X don't show breakpoints when debugger is off -X https://github.com/processing/processing/issues/3093 -X no setting breakpoints when debugger is off -X https://github.com/processing/processing/issues/3306 -X 'examples' shows as a folder in the sketchbook window -X Foundation library examples should appear under "Core" or "Foundation" -X https://github.com/processing/processing/issues/3524 -X Use ctrl-pageup/down on Linux for prev/next tab -X https://github.com/processing/processing/issues/3416 -X Library names not showing up correctly ("pdf" instead of "PDF Export") -X https://github.com/processing/processing/issues/3574 -X Contributed examples not using the 'name' field from their properties file -X seen in Dan's contrib examples -X Include name of sketch when asking user "Save sketch before closing?" -X do i18n changes for OS X and other platforms -X https://github.com/processing/processing/issues/3418 -X name for contributed examples -X https://github.com/processing/processing/issues/3573 -o Invalid code signature on OS X -X https://github.com/processing/processing/issues/3575 -X cannot reproduce - -gsoc -X Breakpoints don't 'jump' after hitting Enter on blank line -X https://github.com/processing/processing/issues/3552 -X https://github.com/processing/processing/pull/3571 - -cleaning/earlier -X move to launch4j 3.7 http://launch4j.sourceforge.net/ -X actually upgraded to 3.8 -X make examples pull/build automatic during dist -X dialog box icon is fuzzy on OS X retina machines -X https://github.com/processing/processing/issues/2117 -o solution might be our own dialog boxes -X ctrl/ctrl-shift-n sometimes stops working -X https://github.com/processing/processing/issues/188 -X believed to be fixed in the last few months +0242 (3.0b4) known issues