finishing release notes for 3.0a7

This commit is contained in:
Ben Fry
2015-04-26 22:00:23 -04:00
parent 794b6d7ca1
commit 5fddf7e82b
3 changed files with 26 additions and 8 deletions
+19 -3
View File
@@ -9,17 +9,33 @@ release to take care of a few things that were broken in 3.0a6.
+ Fix bug that prevented the Preferences window from opening
https://github.com/processing/processing/issues/3215
[ contributed fixes ]
+ Install/remove buttons not working in the Library/Mode/Tool Managers
https://github.com/processing/processing/issues/3172
+ Preferences window elements not sized correctly in 3.0a6
https://github.com/processing/processing/pull/3217
https://github.com/processing/processing/issues/3212
https://github.com/processing/processing/pull/3217
https://github.com/processing/processing/pull/3220
+ Fixed Find/Replace layout regressions in 3.0a6
https://github.com/processing/processing/issues/3213
https://github.com/processing/processing/pull/3216
+ Avoid minor memory leak in StringList.pop()
[ known issues ]
+ OpenGL sketches work on Windows (32- and 64-bit) only after running
a sketch that uses the default renderer
https://github.com/processing/processing/issues/3218
+ Other issues that are our highest priority for the next release:
https://github.com/processing/processing/labels/critical
+ Other high priority items to be fixed before 3.0:
https://github.com/processing/processing/issues?q=is%3Aopen+label%3Ahigh+-label%3Aenhancement
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
+1
View File
@@ -10,6 +10,7 @@ _ https://github.com/processing/processing/issues/3163
_ sketch window is not placed at correct location when running a second time
_ https://github.com/processing/processing/issues/3125
_ y location of frame might be negative, but that might be ok
_ right now, on Windows it moves it on-screen (b/c of previous bug reports)
_ may be cause of some of the display placement issues w/ multiple displays
_ seem to recall one of the bugs mentioning stacked displays
_ need to change to iterate through display rectangles
+6 -5
View File
@@ -3,13 +3,11 @@ X fix bug causing Preferences window exception
X https://github.com/processing/processing/issues/3215
X install/remove buttons not working in the managers
X https://github.com/processing/processing/issues/3172
akarshit
_ Preferences window elements not sized correctly in 3.0a6
_ https://github.com/processing/processing/issues/3212
X Preferences window elements not sized correctly in 3.0a6
X https://github.com/processing/processing/issues/3212
X https://github.com/processing/processing/pull/3217
X https://github.com/processing/processing/pull/3220
_ still having trouble w/ font menus
X call setEditable() later after the layout
X Fixed Find/Replace layout regressions in 3.0a6
X https://github.com/processing/processing/issues/3213
X https://github.com/processing/processing/pull/3216
@@ -35,12 +33,15 @@ _ show debug window when running, hide when stopped
_ can we animate the show/hide for the debug box?
_ break out Mode options to their own panels in prefs
_ Mode should just provide a panel for their prefs
_ in PDE.properties, unnecessary special syntax is used for replacements
_ methoddef, varname, classname, namefield, typeA, typeB will be replaced with the correct value during runtime (don't translate)
breakage
_ break out a gui package (get class count down in .app)
_ remove deprecated methods
_ do the right thing on passing around List vs ArrayList and others
_ PreferencesFrame is a misnomer (not a frame itself)
gui