Skip to content

Commit 8516cf9

Browse files
committed
finishing release notes for 3.0a7
1 parent 9bfa86b commit 8516cf9

3 files changed

Lines changed: 26 additions & 8 deletions

File tree

build/shared/revisions.txt

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,33 @@ release to take care of a few things that were broken in 3.0a6.
99
+ Fix bug that prevented the Preferences window from opening
1010
https://github.com/processing/processing/issues/3215
1111

12-
13-
[ contributed fixes ]
12+
+ Install/remove buttons not working in the Library/Mode/Tool Managers
13+
https://github.com/processing/processing/issues/3172
1414

1515
+ Preferences window elements not sized correctly in 3.0a6
16-
https://github.com/processing/processing/pull/3217
1716
https://github.com/processing/processing/issues/3212
17+
https://github.com/processing/processing/pull/3217
18+
https://github.com/processing/processing/pull/3220
1819

1920
+ Fixed Find/Replace layout regressions in 3.0a6
2021
https://github.com/processing/processing/issues/3213
2122
https://github.com/processing/processing/pull/3216
2223

24+
+ Avoid minor memory leak in StringList.pop()
25+
26+
27+
[ known issues ]
28+
29+
+ OpenGL sketches work on Windows (32- and 64-bit) only after running
30+
a sketch that uses the default renderer
31+
https://github.com/processing/processing/issues/3218
32+
33+
+ Other issues that are our highest priority for the next release:
34+
https://github.com/processing/processing/labels/critical
35+
36+
+ Other high priority items to be fixed before 3.0:
37+
https://github.com/processing/processing/issues?q=is%3Aopen+label%3Ahigh+-label%3Aenhancement
38+
2339

2440
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
2541

core/todo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ _ https://github.com/processing/processing/issues/3163
1010
_ sketch window is not placed at correct location when running a second time
1111
_ https://github.com/processing/processing/issues/3125
1212
_ y location of frame might be negative, but that might be ok
13+
_ right now, on Windows it moves it on-screen (b/c of previous bug reports)
1314
_ may be cause of some of the display placement issues w/ multiple displays
1415
_ seem to recall one of the bugs mentioning stacked displays
1516
_ need to change to iterate through display rectangles

todo.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ X fix bug causing Preferences window exception
33
X https://github.com/processing/processing/issues/3215
44
X install/remove buttons not working in the managers
55
X https://github.com/processing/processing/issues/3172
6-
7-
akarshit
8-
_ Preferences window elements not sized correctly in 3.0a6
9-
_ https://github.com/processing/processing/issues/3212
6+
X Preferences window elements not sized correctly in 3.0a6
7+
X https://github.com/processing/processing/issues/3212
108
X https://github.com/processing/processing/pull/3217
119
X https://github.com/processing/processing/pull/3220
12-
_ still having trouble w/ font menus
10+
X call setEditable() later after the layout
1311
X Fixed Find/Replace layout regressions in 3.0a6
1412
X https://github.com/processing/processing/issues/3213
1513
X https://github.com/processing/processing/pull/3216
@@ -35,12 +33,15 @@ _ show debug window when running, hide when stopped
3533
_ can we animate the show/hide for the debug box?
3634
_ break out Mode options to their own panels in prefs
3735
_ Mode should just provide a panel for their prefs
36+
_ in PDE.properties, unnecessary special syntax is used for replacements
37+
_ methoddef, varname, classname, namefield, typeA, typeB will be replaced with the correct value during runtime (don't translate)
3838

3939

4040
breakage
4141
_ break out a gui package (get class count down in .app)
4242
_ remove deprecated methods
4343
_ do the right thing on passing around List vs ArrayList and others
44+
_ PreferencesFrame is a misnomer (not a frame itself)
4445

4546

4647
gui

0 commit comments

Comments
 (0)