starting the next release

This commit is contained in:
Ben Fry
2017-09-04 19:56:40 -04:00
parent 4810535683
commit 8bf2ec1c6f
5 changed files with 61 additions and 61 deletions
+2 -2
View File
@@ -56,9 +56,9 @@ import processing.data.StringList;
public class Base {
// Added accessors for 0218 because the UpdateCheck class was not properly
// updating the values, due to javac inlining the static final values.
static private final int REVISION = 263;
static private final int REVISION = 264;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "0263"; //$NON-NLS-1$
static private String VERSION_NAME = "0264"; //$NON-NLS-1$
/** Set true if this a proper release rather than a numbered revision. */
/**
+22
View File
@@ -1,3 +1,25 @@
0263 (3.3.6)
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
contrib
X Add workaround for window size = 0 crash
X https://github.com/processing/processing/pull/5234
X https://github.com/processing/processing/issues/5052
0262 (3.3.5)
X default to using native select on all platforms
+1 -24
View File
@@ -1,27 +1,6 @@
0263 (3.3.6)
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
contrib
X Add workaround for window size = 0 crash
X https://github.com/processing/processing/pull/5234
X https://github.com/processing/processing/issues/5052
0264 (3.3.7 or 3.4)
_ when doing createFont, can we add it to the os fonts available?
_ add separator option to loadTable()
@@ -33,8 +12,6 @@ _ https://github.com/processing/processing/issues/5105
_ WARNING: GL pipe is running in software mode (Renderer ID=0x1020400)
_ is this coming from us? if so, need to provide actions
high
_ implement sketch scaling into PApplet
_ https://github.com/processing/processing/issues/4897
_ Sketches on Windows don't take UI sizing into account
+35 -1
View File
@@ -1,4 +1,38 @@
0262 (3.3.5 or 3.4)
0263 (3.3.6)
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
o data folder not exporting on macOS?
o https://github.com/processing/processing/issues/5207
X confirmed working with LoadDisplayImage example
contrib
X add Italian translation
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 typo in German translation
X https://github.com/processing/processing/pull/5195
X https://github.com/processing/processing/issues/5187
X movie maker a little broken
X https://github.com/processing/processing/issues/5168
X https://github.com/processing/processing/pull/5230
X Add more build products to linux/.gitignore
X https://github.com/processing/processing/pull/5229
X add issue template to the repo
X https://github.com/processing/processing/issues/5239
X https://github.com/processing/processing/pull/5245
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
0262 (3.3.5)
X use native Linux file choosers by default
X https://github.com/processing/processing/issues/5122
X Console window losing text
+1 -34
View File
@@ -1,39 +1,6 @@
0263 (3.3.6)
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
o data folder not exporting on macOS?
o https://github.com/processing/processing/issues/5207
X confirmed working with LoadDisplayImage example
contrib
X add Italian translation
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 typo in German translation
X https://github.com/processing/processing/pull/5195
X https://github.com/processing/processing/issues/5187
X movie maker a little broken
X https://github.com/processing/processing/issues/5168
X https://github.com/processing/processing/pull/5230
X Add more build products to linux/.gitignore
X https://github.com/processing/processing/pull/5229
X add issue template to the repo
X https://github.com/processing/processing/issues/5239
X https://github.com/processing/processing/pull/5245
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
0264 (3.3.7 or 3.4)
high
_ make setting the window icon automatic, based on files in local dirs
X https://github.com/processing/processing/issues/5123