adding recent changes to the release notes

This commit is contained in:
Ben Fry
2015-08-15 12:41:01 -04:00
parent 5937dc091f
commit aba82ec602
3 changed files with 43 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
PROCESSING 3.0b4 (REV 0242) - 14 August 2015
PROCESSING 3.0b4 (REV 0242) - 17 August 2015
Fixes for several long-standing bugs, plus some internal changes
to make the code slightly more usable by contributors.
@@ -17,7 +17,6 @@ https://github.com/processing/processing/issues/new
Meanwhile, Jakub Valtar is holed up at Fathom in Boston, fixing all of
the bugs. See "your contributions are funding graphics fixes," below.
[ bug fixes ]
+ Fix NullPointerException with some sketches that have no size() command
@@ -41,7 +40,7 @@ the bugs. See "your contributions are funding graphics fixes," below.
+ improve speed of text(x, y, w, h) when using large strings with no spaces
https://github.com/processing/processing/issues/211
+ filter(PShader) broken in HDPI mode
+ filter(PShader) was broken in HDPI mode
https://github.com/processing/processing/issues/3577
@@ -63,11 +62,28 @@ the bugs. See "your contributions are funding graphics fixes," below.
+ Implement add(x, y) and sub(x, y) in PVector
https://github.com/processing/processing/issues/3593
[ google summer of code ]
+ Second round of arm patches (v5)
https://github.com/processing/processing/pull/3583
+ Third bunch of arm patches
https://github.com/processing/processing/pull/3622
+ Contribution Manager GUI updates
https://github.com/processing/processing/pull/3596
+ Sorting CM by the author name inplemented
https://github.com/processing/processing/pull/3615
+ CM needs minimum window size enforced
https://github.com/processing/processing/issues/3600
https://github.com/processing/processing/pull/3607
+ Deactivate install button when incompatible
https://github.com/processing/processing/issues/3603
https://github.com/processing/processing/pull/3611
[ fixed earlier, spring cleaning ]
@@ -124,6 +140,7 @@ the bugs. See "your contributions are funding graphics fixes," below.
https://github.com/processing/processing/issues/3505
https://github.com/processing/processing/pull/3604
https://github.com/processing/processing/pull/3605
https://github.com/processing/processing/pull/3606
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -35,6 +35,7 @@ X Remove support for fixed-function pipeline
X https://github.com/processing/processing/issues/3505
X https://github.com/processing/processing/pull/3604
X https://github.com/processing/processing/pull/3605
X https://github.com/processing/processing/pull/3606
opengl
X filter(PShader) broken in HDPI mode

View File

@@ -11,6 +11,14 @@ X move Platform into its own class, also Messages and others
X https://github.com/processing/processing/issues/2765
X Pass command line arguments to sketches
X https://github.com/processing/processing/issues/2552
_ JNA errors on startup when run from an account w/ non-ASCII characters
_ set jna.tmpdir (or java.io.tmpdir) to another location
_ https://github.com/twall/jna/issues/124
_ https://github.com/twall/jna/issues/238
_ 'handleTweak' variable implemented strangely
_ ctrl+r not restarting sketch when debug is enabled
_ hitting Run while a sketch is running should restart the sketch
_ https://github.com/processing/processing/issues/3623
api changes
X Make fields and functions in PdeKeywords protected
@@ -25,8 +33,18 @@ X Base.showXxxx() and Base.log() have moved to Messages.showXxxx()
gsoc
X Second round of arm patches (v5)
X https://github.com/processing/processing/pull/3583
X Third bunch of arm patches
X https://github.com/processing/processing/pull/3622
X Contribution Manager GUI updates
X https://github.com/processing/processing/pull/3596
X Sorting by author name inplemented
X https://github.com/processing/processing/pull/3615
X CM needs minimum window size enforced
X https://github.com/processing/processing/issues/3600
X https://github.com/processing/processing/pull/3607
X Deactivate install button when incompatible
X https://github.com/processing/processing/issues/3603
X https://github.com/processing/processing/pull/3611
earlier
X closing the color selector makes things freeze (only Linux and Windows?)
@@ -116,9 +134,13 @@ _ show compiling/startup animation after clicking run
_ or maybe show an animation for starting up
_ rather than post-compile
_ https://github.com/processing/processing/issues/136
_ Error/warning location visualisation not updating when editor resizes
_ https://github.com/processing/processing/issues/3619
pde/build
_ ctrl+r not restarting sketch when debug is enabled
_ https://github.com/processing/processing/issues/3623
_ ignore-tools in build.xml not being called for some reason
_ can't install processing-java into /usr/bin with El Capitan
_ https://github.com/processing/processing/issues/3497