@@ -3,13 +3,11 @@ X fix exception due to version parsing in Java 9
33X https://github.com/processing/processing/issues/5275
44X remove useless deprecation on PImage.mask(int[])
55X set colorModeDefault to true by default
6- _ add circle () and square()
7- _ add push () and pop()
8-
6+ X blendMode () with PDF isn't showing the warning about it not being available
7+ X add blendMode () to nope() calls in PGraphicsPDF
8+ X https://github.com/processing/processing/issues/5105
99_ Table.insertRow()) causes ArrayIndexOutOfBoundsException (with fix)
1010_ https://github.com/processing/processing/issues/5406
11- _ blendMode() with PDF isn't showing the warning about it not being available
12- _ https://github.com/processing/processing/issues/5105
1311
1412data
1513X added setIndex() method to IntDict, FloatDict, StringDict
@@ -46,6 +44,12 @@ X https://github.com/processing/processing/pull/5354
4644X Make un/registering methods in PApplet thread-saf
4745X https://github.com/processing/processing/pull/5379
4846
47+
48+ 3.4
49+ _ add circle() and square()
50+ _ add push() and pop()
51+
52+
4953_ make setting the window icon automatic, based on files in local dirs
5054X https://github.com/processing/processing/issues/5123
5155X https://github.com/processing/processing/pull/5202
@@ -70,9 +74,6 @@ _ when doing createFont, can we add it to the os fonts available?
7074_ add separator option to loadTable()
7175_ https://github.com/processing/processing/issues/5068
7276
73- _ add blendMode() to nope() calls in PGraphicsPDF
74- _ https://github.com/processing/processing/issues/5105
75-
7677_ WARNING: GL pipe is running in software mode (Renderer ID=0x1020400)
7778_ is this coming from us? if so, need to provide actions
7879
0 commit comments