mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting the next release
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-12
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user