notes to cover recent issues and merges

This commit is contained in:
Ben Fry
2017-08-22 10:06:48 -04:00
parent 4742cea88e
commit b94b98c385
2 changed files with 28 additions and 12 deletions
+11 -1
View File
@@ -1,9 +1,19 @@
0263 (3.3.6 or 3.4)
contrib
gohai
X shell discussion with gohai
X https://github.com/processing/processing/pull/5082
X Workaround issues with Raspbian release August 2017
X https://github.com/processing/processing/pull/5222
jakub
X Fix bugs in line vert shader
X https://github.com/processing/processing/pull/5184
X https://github.com/processing/processing/issues/5181
X https://github.com/processing/processing/issues/5182
X https://github.com/processing/processing/issues/5183
X https://github.com/processing/processing/issues/5194
_ when doing createFont, can we add it to the os fonts available?
+17 -11
View File
@@ -1,6 +1,14 @@
0263 (3.3.6 or 3.4)
X update to Java 8u144
X fix issue with call to remove value instead of key in mode contrib hash
X this was only in the code used by the command line mode loader
_ make setting the window icon automatic, based on files in local dirs
X https://github.com/processing/processing/issues/5123
X https://github.com/processing/processing/pull/5202
_ need to make this work behind the scenes instead
_ create icon.png or have an 'icons' folder with multiple sizes
_ movie maker a little broken
_ https://github.com/processing/processing/issues/5168
_ data folder not exporting on macOS?
_ https://github.com/processing/processing/issues/5207
@@ -10,15 +18,16 @@ X https://github.com/processing/processing/pull/5169
X Wrong tab for missing brace
X https://github.com/processing/processing/pull/5180
X https://github.com/processing/processing/issues/5165
X Fix comment/uncomment adding slashes at wrong indent
X https://github.com/processing/processing/issues/5171
X https://github.com/processing/processing/pull/5185
X typo in German translation
X https://github.com/processing/processing/pull/5195
X https://github.com/processing/processing/issues/5187
_ movie maker a little broken
_ https://github.com/processing/processing/issues/5168
jakub
X Fix comment/uncomment adding slashes at wrong indent
X https://github.com/processing/processing/issues/5171
X https://github.com/processing/processing/pull/5185
X Add JavaFX runtime to error checker class path
X https://github.com/processing/processing/pull/5186
contrib
_ console hiding button?
@@ -28,11 +37,8 @@ _ https://github.com/processing/processing/pull/5144
_ detect errors from curved quotation marks
_ https://github.com/processing/processing/issues/5133
_ https://github.com/processing/processing/pull/5152
_ make setting the window icon automatic, based on files in local dirs
_ https://github.com/processing/processing/issues/5123
_ need to make this work behind the scenes instead
_ create icon.png or have an 'icons' folder with multiple sizes
_ alternate handling of duplicate library conflicts
_ https://github.com/processing/processing/pull/5126
_ sketch.properties not being written if initial mode is p5.js?