writing release notes

This commit is contained in:
Ben Fry
2015-08-24 12:28:19 -04:00
parent 224e64330c
commit 1c7a2456b8
2 changed files with 161 additions and 14 deletions
+141
View File
@@ -1,3 +1,144 @@
PROCESSING 3.0b5 (REV 0243) - 24 August 2015
Fixing a handful of regressions in beta 4, and clearing out some of the
nooks and crannies as people report issues with the default download.
[ changes ]
+ Removed support for fixed-function pipeline in OpenGL. I'm told
this "brings us out of the 90s" and gets things a bit more up-to-date
and compatible across many platforms and varying device types.
https://github.com/processing/processing/issues/3505
If you're a beginPGL() and endPGL() fan, see the updated docs:
https://github.com/processing/processing/wiki/Advanced-OpenGL
+ Remove legacy GL functions from PGL
https://github.com/processing/processing/issues/3674
https://github.com/processing/processing/pull/3691
https://github.com/processing/processing/issues/3671
https://github.com/processing/processing/issues/3621
+ Update LowLevelGL to use VBOs
https://github.com/processing/processing-docs/pull/289
[ bug fixes ]
+ Line selected for errors is off by one or two
https://github.com/processing/processing/issues/3654
+ NullPointerException in selectFolder() on OS X
https://github.com/processing/processing/issues/3661
+ Wrong positioning of circles in SVG shapes (regression from 2)
https://github.com/processing/processing/issues/3685
+ setFill() on PShape in Java2D throws ArrayIndexOutOfBoundsException
https://github.com/processing/processing/issues/3677
+ saveJSONObject() doesn't close the file
https://github.com/processing/processing/issues/3705
+ processing-java fixed for OS X 10.11 El Capitan
https://github.com/processing/processing/issues/3497
+ Prevent a prompt to install Xcode coming up on Export to Application
+ Live error checker complains about F instead of f after floats
https://github.com/processing/processing/issues/3707
+ NoClassDefError with CLibrary and getenv when switching to Android Mode
https://github.com/processing/processing/issues/3704
[ foundation $$ = bug fixe$ + improvement$ ]
+ keyTyped() not firing with P2D and P3D
https://github.com/processing/processing/issues/3582
https://github.com/processing/processing/pull/3652
+ rect() sizing in JavaFX
https://github.com/processing/processing/pull/3656
+ FX - Proper sketch sizing
https://github.com/processing/processing/pull/3658
+ FX - implement frameRate()
+ FX - Fix key typed
https://github.com/processing/processing/pull/3672
+ FX - Make key events little bit more sane
https://github.com/processing/processing/pull/3686
+ "Internal graphics not initialized yet"
https://github.com/processing/processing/issues/3690
https://github.com/processing/processing/pull/3692
+ NullPointerException in Demos > Graphics > Planets
https://github.com/processing/processing/issues/3551
+ PDE window leaks undisposed Timer objects even when closed
https://github.com/processing/processing/issues/3655
[ contributed fixes ]
+ Undo does not move to the correct location in the editor window
https://github.com/processing/processing/issues/707
https://github.com/processing/processing/pull/3660
+ Undo sometimes causes the editor to go blank
https://github.com/processing/processing/issues/3003
https://github.com/processing/processing/pull/3693
https://github.com/processing/processing/pull/3702
+ Miscellaneous language improvements
https://github.com/processing/processing/pull/3700
[ google summer of code ]
+ Foundation libraries disapear from CM after restart
https://github.com/processing/processing/issues/3659
https://github.com/processing/processing/pull/3663
+ CM blue bar missing
https://github.com/processing/processing/issues/3599
https://github.com/processing/processing/pull/3636
+ CM column widths change with selection
https://github.com/processing/processing/issues/3609
https://github.com/processing/processing/pull/3675
+ Remove category dropdown from CM except when viewing libraries
https://github.com/processing/processing/issues/3668
https://github.com/processing/processing/pull/3676
+ Right-clicking popup menu closes instead of shifting its location
https://github.com/processing/processing/issues/3649
+ Use 1x or 2x icons in the CM
https://github.com/processing/processing/pull/3681
+ Shifted the text right a little bit
https://github.com/processing/processing/pull/3696
+ No underline and no blue color
https://github.com/processing/processing/pull/3695
+ Make auto-format into a compund edit
https://github.com/processing/processing/pull/3693
+ Focus is shifted out of the filter field after CM search
https://github.com/processing/processing/issues/3682
https://github.com/processing/processing/pull/3701
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
PROCESSING 3.0b4 (REV 0242) - 17 August 2015
Fixes for several long-standing bugs, plus some internal changes
+20 -14
View File
@@ -13,11 +13,10 @@ X no special case added for 10.8, but it's on the way out
X move processing.mode.java.pdex.XQErrorTable to processing.ui.ErrorTable
X need to make the list abstract, also "scroll to line" feature
X fix red in sidebar, the squiggly line beneath code
_ ast generator complains about F instead of f after floats
_ https://github.com/processing/processing/issues/3707
o 3.0b4 demos fail to create PDF files
_ https://github.com/processing/processing/issues/3708
X live error checking complains about F instead of f after floats
X https://github.com/processing/processing/issues/3707
X NoClassDefError with CLibrary and getenv when switching to Android Mode
X https://github.com/processing/processing/issues/3704
contribs
X Undo does not move to the correct location in the editor window
@@ -41,18 +40,12 @@ X no longer issue in the new release
X CM blue bar missing
X https://github.com/processing/processing/issues/3599
X https://github.com/processing/processing/pull/3636
X CM: Category dropdown alignment
X https://github.com/processing/processing/pull/3666
_ https://github.com/processing/processing/issues/3644
X CM column widths change with selection
X https://github.com/processing/processing/issues/3609
X https://github.com/processing/processing/pull/3675
X remove category dropdown from CM except when viewing libraries
X https://github.com/processing/processing/issues/3668
X https://github.com/processing/processing/pull/3676
X Fix info panel text color and alignment in CM
_ https://github.com/processing/processing/issues/3642
X https://github.com/processing/processing/pull/3684
X Right-clicking popup menu closes instead of shifting its location
X https://github.com/processing/processing/issues/3649
X Use 1x or 2x icons in the CM
@@ -61,9 +54,6 @@ X Shifted the text right a little bit
X https://github.com/processing/processing/pull/3696
X No underline and no blue color
X https://github.com/processing/processing/pull/3695
X Update buttom enabled when updates are present and background is set
_ https://github.com/processing/processing/issues/3614
X https://github.com/processing/processing/pull/3694
X Make auto-format into a compund edit
X https://github.com/processing/processing/pull/3693
X Focus is shifted out of the filter field after CM search
@@ -96,6 +86,18 @@ o set DYLD_LIBRARY_PATH to include .dylib and other framework stuff
o java.library.path will only handle .jnilib stuff
may be fixed in b5, but unconfirmed at press time
X CM: Category dropdown alignment
X https://github.com/processing/processing/pull/3666
_ https://github.com/processing/processing/issues/3644
X Update buttom enabled when updates are present and background is set
_ https://github.com/processing/processing/issues/3614
X https://github.com/processing/processing/pull/3694
X Fix info panel text color and alignment in CM
_ https://github.com/processing/processing/issues/3642
X https://github.com/processing/processing/pull/3684
known issues
_ launch4j doesn't work from folders with non-native charsets
_ anything in CP1252 on an English Windows system is fine
@@ -118,6 +120,10 @@ _ and if not, put up a warning for the user?
_ http://www.oracle.com/us/technologies/java/locale-140624.html
o 3.0b4 demos fail to create PDF files
_ https://github.com/processing/processing/issues/3708
3.0 final
_ Casey reports that exported app still asks to download Java
_ could this be a JOGL bug (linking against the app stub?)