rolling over for the next release (4.2.1)

This commit is contained in:
Ben Fry
2023-02-20 06:09:17 -05:00
parent adad1a17c0
commit 8b8c53df4d
5 changed files with 51 additions and 45 deletions
+2 -2
View File
@@ -54,9 +54,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 = 1292;
static private final int REVISION = 1293;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "1292"; //$NON-NLS-1$
static private String VERSION_NAME = "1293"; //$NON-NLS-1$
static final public String SKETCH_BUNDLE_EXT = ".pdez";
static final public String CONTRIB_BUNDLE_EXT = ".pdex";
+14
View File
@@ -1,3 +1,17 @@
1292 (4.2)
X has been resized from 100?100 to 116?100 by the window manager
X fullScreen(P2D) from an executable does not work properly
X partially fixed, but now need to sort out hidpi issues
X https://github.com/processing/processing4/issues/514
X Table.getString() raises stackOverflowError on double value encounter
X https://github.com/processing/processing4/issues/671
contribs
X Support chained decimals during SVG Parsing
X https://github.com/processing/processing4/pull/659
X https://github.com/processing/processing4/issues/515
1291 (4.1.3)
X no changes to core for this release
+1 -12
View File
@@ -1,15 +1,4 @@
1292 (4.2)
X has been resized from 100?100 to 116?100 by the window manager
X fullScreen(P2D) from an executable does not work properly
X partially fixed, but now need to sort out hidpi issues
X https://github.com/processing/processing4/issues/514
X Table.getString() raises stackOverflowError on double value encounter
X https://github.com/processing/processing4/issues/671
contribs
X Support chained decimals during SVG Parsing
X https://github.com/processing/processing4/pull/659
X https://github.com/processing/processing4/issues/515
1293 (4.2.1)
JNA version of getting resolution https://stackoverflow.com/a/32588375
+33
View File
@@ -1,3 +1,36 @@
1292 (4.2)
X application exported to the wrong folder
X https://github.com/processing/processing4/issues/601
X more /tmp folder problems with Linux (may be the subdirectories?)
X https://github.com/processing/processing4/issues/666
X add a protocol handler for pdex and pdez
X https://github.com/processing/processing4/issues/559
X implemented for macOS
X implemented for Windows
X Windows implementation https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=94914f2852f0c32e60361648ec82da153b8d70ae
X https://web.archive.org/web/20210601082308/https://support.shotgunsoftware.com/hc/en-us/articles/219031308-How-to-launch-external-applications-using-custom-protocols-rock-instead-of-http-?mobile_site=true
X presumably from https://github.com/pboucher ?
X check on Linux implementation
X implement icon files on Windows
X pdez (and presumably pdex) files have the wrong icons on Windows
X implement document icons for pdez etc on Windows
X icons/earlier
X need .pde document icons
X need .psk file icon
python (api changes mean this is 4.2)
X move ExportDialog to processing.app.ui (out of Java Mode) so it can be used by Jython
X move isXcodeInstalled() methods from JavaBuild into MacPlatform
X add activateIgnoringOtherApps() to ThinkDifferent
export
X Exported project to Windows cannot find Java
X https://github.com/processing/processing4/issues/667
X when exporting, the "exporting application" message doesn't seem to clear
X was a regression caused by ExportPrompt changes
X after exporting application, open the sketch folder
1291 (4.1.3)
X preferences.txt is not saved when closing Processing under certain circumstances
X https://github.com/processing/processing4/issues/608
+1 -31
View File
@@ -1,34 +1,4 @@
1292 (4.2)
X application exported to the wrong folder
X https://github.com/processing/processing4/issues/601
X more /tmp folder problems with Linux (may be the subdirectories?)
X https://github.com/processing/processing4/issues/666
X add a protocol handler for pdex and pdez
X https://github.com/processing/processing4/issues/559
X implemented for macOS
X implemented for Windows
X Windows implementation https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=94914f2852f0c32e60361648ec82da153b8d70ae
X https://web.archive.org/web/20210601082308/https://support.shotgunsoftware.com/hc/en-us/articles/219031308-How-to-launch-external-applications-using-custom-protocols-rock-instead-of-http-?mobile_site=true
X presumably from https://github.com/pboucher ?
X check on Linux implementation
X implement icon files on Windows
X pdez (and presumably pdex) files have the wrong icons on Windows
X implement document icons for pdez etc on Windows
X icons/earlier
X need .pde document icons
X need .psk file icon
python (api changes mean this is 4.2)
X move ExportDialog to processing.app.ui (out of Java Mode) so it can be used by Jython
X move isXcodeInstalled() methods from JavaBuild into MacPlatform
X add activateIgnoringOtherApps() to ThinkDifferent
export
X Exported project to Windows cannot find Java
X https://github.com/processing/processing4/issues/667
X when exporting, the "exporting application" message doesn't seem to clear
X was a regression caused by ExportPrompt changes
X after exporting application, open the sketch folder
1293 (4.2.1)
_ change the welcome screen to be wide instead of vertical