diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index c7df19baf..d7382f2b1 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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"; diff --git a/core/done.txt b/core/done.txt index cba1c37f6..91d954fe2 100644 --- a/core/done.txt +++ b/core/done.txt @@ -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 diff --git a/core/todo.txt b/core/todo.txt index 55b592aac..c1ae59b5b 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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 diff --git a/done.txt b/done.txt index 1f67763d6..9e4ec10be 100644 --- a/done.txt +++ b/done.txt @@ -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 diff --git a/todo.txt b/todo.txt index 921c67c6c..ec8cc0b1c 100755 --- a/todo.txt +++ b/todo.txt @@ -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