notes on latest updates and todos

This commit is contained in:
Ben Fry
2016-07-25 21:53:00 -04:00
parent db2bcb4f44
commit b4a54bf145
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
0241 (3.1.2)
X rewrite csv handling
X fix parsing bugs, remove newlines option, improve performance
gohai
X Fix GLExceptions on Raspberry Pi when using offscreen PGraphics
+9
View File
@@ -1,6 +1,7 @@
0251 (3.1.2)
high
_ update to 8 102 14
_ Pasting code from editor to empty editor produces Exception
_ https://github.com/processing/processing/issues/4522
_ did we lose settings.path because it was too buggy?
@@ -11,6 +12,14 @@ _ https://github.com/processing/processing/issues/4476
_ possible infinite loop on modified externally
_ https://github.com/processing/processing/issues/3965
lower
_ make when opening new editor window, open on the same display as current
_ https://github.com/processing/processing/issues/4526
_ hi-dpi support on Linux
_ https://github.com/processing/processing/issues/4183
_ PDE and sketches are 2x smaller on high-res Windows machines
_ https://github.com/processing/processing/issues/2411
gohai
X IO: Fix drawing for SPIAnalogDigital examples
X https://github.com/processing/processing/pull/4480