Skip to content

Commit 9d1866a

Browse files
committed
working on release notes and preparing 3.3.4
1 parent a059dd9 commit 9d1866a

3 files changed

Lines changed: 70 additions & 4 deletions

File tree

build/shared/revisions.txt

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
PROCESSING 3.3.4 (REV 0261) - 3 June 2017
2+
3+
We're
4+
5+
X redo console handling to not use Timer, fixing freeze-up problems
6+
o https://github.com/processing/processing/pull/4935
7+
X https://github.com/processing/processing/issues/4825
8+
X clean up error message for sketchbook location
9+
X https://github.com/processing/processing/issues/4942
10+
X Application Exports report as "Damaged" on macOS Sierra
11+
X https://github.com/processing/processing/issues/4705
12+
X could provide script to un-quarrantine
13+
X xattr -d -r com.apple.quarantine
14+
X https://github.com/steakknife/unsign
15+
X https://developer.apple.com/library/content/technotes/tn2318
16+
X 'run sketches on display' message shows up on clean install
17+
X should ant run launch the .app so that launchsvcs stuff works properly?
18+
X double-clicking a .pde file won't open the app correctly
19+
X add 'ant app' target, at least for macOS
20+
X add null check to sketch loading
21+
X discovered during https://github.com/processing/processing/issues/4980
22+
23+
gohai
24+
X IO library updates
25+
X https://github.com/processing/processing/pull/5044
26+
X Consider $SUDO_USER on Linux for locating the sketchbook folder
27+
X https://github.com/processing/processing/pull/5055
28+
o https://github.com/processing/processing/pull/5054
29+
30+
jakub
31+
X more updates to the change detector
32+
X https://github.com/processing/processing/pull/5075
33+
34+
contrib
35+
X Make the change detector not reload the sketch
36+
X https://github.com/processing/processing/issues/4713
37+
X https://github.com/processing/processing/pull/5021
38+
X https://github.com/processing/processing/pull/4849
39+
X Warn user to use L when creating a number constant that won't fit into an int
40+
X https://github.com/processing/processing/issues/4878
41+
X https://github.com/processing/processing/pull/5077
42+
X add install/uninstall scripts for Linux and correct mime types for IDE
43+
X https://github.com/processing/processing/pull/5106
44+
45+
X add exec() with StringList options
46+
X start to add stub for shell() function
47+
X handle edge case for set() being called with a 2D vector, on a 3D vector
48+
X https://github.com/processing/processing/issues/5092
49+
o keyPressed() problems with special press-and-hold behavior macOS Sierra
50+
X https://github.com/processing/processing/issues/4952
51+
X added documentation in 3 places about it
52+
53+
jakub
54+
X Fix keyPressed for multiple keys
55+
X https://github.com/processing/processing/pull/5050
56+
X https://github.com/processing/processing/issues/5049
57+
58+
59+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
60+
61+
162
PROCESSING 3.3.3 (REV 0260) - 2 May 2017
263

364
Happy birthday to my Dad and baby brother!

core/todo.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ X add exec() with StringList options
33
X start to add stub for shell() function
44
X handle edge case for set() being called with a 2D vector, on a 3D vector
55
X https://github.com/processing/processing/issues/5092
6-
_ loadTable() should support a separator specification option
7-
_ https://github.com/processing/processing/issues/5068
6+
o keyPressed() problems with special press-and-hold behavior macOS Sierra
7+
X https://github.com/processing/processing/issues/4952
8+
X added documentation in 3 places about it
89

910
jakub
1011
X Fix keyPressed for multiple keys
1112
X https://github.com/processing/processing/pull/5050
1213
X https://github.com/processing/processing/issues/5049
1314

15+
16+
_ add separator option to loadTable()
17+
_ https://github.com/processing/processing/issues/5068
18+
1419
_ add blendMode() to nope() calls in PGraphicsPDF
1520
_ https://github.com/processing/processing/issues/5105
1621

@@ -19,8 +24,6 @@ _ is this coming from us? if so, need to provide actions
1924

2025

2126
high
22-
_ keyPressed() problems with special press-and-hold behavior macOS Sierra
23-
_ https://github.com/processing/processing/issues/4952
2427
_ implement sketch scaling into PApplet
2528
_ https://github.com/processing/processing/issues/4897
2629
_ Sketches on Windows don't take UI sizing into account

todo.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ X https://github.com/processing/processing/pull/4849
3636
X Warn user to use L when creating a number constant that won't fit into an int
3737
X https://github.com/processing/processing/issues/4878
3838
X https://github.com/processing/processing/pull/5077
39+
X add install/uninstall scripts for Linux and correct mime types for IDE
40+
X https://github.com/processing/processing/pull/5106
3941

4042

4143
_ sketch.properties not being written if initial mode is p5.js?

0 commit comments

Comments
 (0)