From 5fddf7e82b707e2e6e82ad3d82f2469bd3825fd0 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 26 Apr 2015 22:00:23 -0400 Subject: [PATCH] finishing release notes for 3.0a7 --- build/shared/revisions.txt | 22 +++++++++++++++++++--- core/todo.txt | 1 + todo.txt | 11 ++++++----- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index c4d2126e1..a1e4f58a1 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/core/todo.txt b/core/todo.txt index 8fbf72c17..1297f7a04 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/todo.txt b/todo.txt index 2c9d75430..cb0695da2 100644 --- a/todo.txt +++ b/todo.txt @@ -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