From 354cbcb8131267fd6138c81849c5d8f0094acb89 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 26 Jul 2023 07:32:46 -0400 Subject: [PATCH] rolling over for next release --- app/src/processing/app/Base.java | 4 +-- core/done.txt | 12 ++++++++ core/todo.txt | 11 +------- done.txt | 48 ++++++++++++++++++++++++++++++++ todo.txt | 47 +------------------------------ 5 files changed, 64 insertions(+), 58 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index d7382f2b1..0dca9a83a 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 = 1293; + static private final int REVISION = 1294; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "1293"; //$NON-NLS-1$ + static private String VERSION_NAME = "1294"; //$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 91d954fe2..4aa829df3 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,15 @@ +1293 (4.3) +X `NullPointerException` when background exceeds color range when writing PDF +X https://github.com/processing/processing4/issues/740 +X Use calculated text height instead of OS ascent for better vertical centering +X https://github.com/processing/processing4/issues/739 + +contribs +X Second beginDraw / endDraw call clears PGraphics object when created w/ P2D +X https://github.com/processing/processing4/issues/641 +X https://github.com/processing/processing4/pull/728 + + 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 diff --git a/core/todo.txt b/core/todo.txt index 7dbaa1298..658abc25f 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,13 +1,4 @@ -1293 (4.3) -X `NullPointerException` when background exceeds color range when writing PDF -X https://github.com/processing/processing4/issues/740 -X Use calculated text height instead of OS ascent for better vertical centering -X https://github.com/processing/processing4/issues/739 - -contribs -X Second beginDraw / endDraw call clears PGraphics object when created w/ P2D -X https://github.com/processing/processing4/issues/641 -X https://github.com/processing/processing4/pull/728 +1294 (4.3.1) _ JNA version of getting resolution diff --git a/done.txt b/done.txt index 9e4ec10be..502328035 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,51 @@ +1293 (4.3) +o ' appearing in code with Copy as HTML +X could not reproduce +/ Cannot load any user language files for i18n +X https://github.com/processing/processing4/issues/722 +X not possible to load, updated the docs instead +X comment/uncomment on French systems +X https://github.com/processing/processing4/issues/625 +X https://github.com/processing/processing4/pull/660 +o reference needs to show a "not installed" message +o https://github.com/processing/processing4/issues/733 +X this was an Android Mode bug +X inherit dark mode from system settings on macOS +X https://github.com/processing/processing4/issues/699 +X bump Java to 17.0.8+7 +X work with @fathompaul update icon to look less like VS Code +X update splash screen based on changes + +contribs +X Syntax error highlighting placement / width incorrect from @sampottinger +X https://github.com/processing/processing4/issues/714 +X https://github.com/processing/processing4/pull/715 +X Mode-breaking interface change causing regression in Problem +X https://github.com/processing/processing4/issues/751 +X https://github.com/processing/processing4/pull/752 +X Tweak mode issue with hex codes including transparency from @sampottinger +X https://github.com/processing/processing4/issues/720 +X https://github.com/processing/processing4/pull/721 +X LSP feature/declaration support from @Efratror +X https://github.com/processing/processing4/pull/678 +X https://github.com/processing/processing4/issues/676 +X Feature: Language Server Protocol, Reference Support from @Efratror +X https://github.com/processing/processing4/issues/684 +X https://github.com/processing/processing4/pull/690 +X Update Spanish translation from @trikaphundo +X https://github.com/processing/processing4/issues/744 +X https://github.com/processing/processing4/pull/746 +X Update Catalan translation from @trikaphundo +X https://github.com/processing/processing4/issues/743 +X https://github.com/processing/processing4/pull/745 +X Debugger lists immediate array dimension last from @WillRabois04 +X https://github.com/processing/processing4/issues/606 +X https://github.com/processing/processing4/pull/729 +X Register pde:// browser protocol for .pdez and .pdex files on Linux +X https://github.com/processing/processing4/issues/674 +X https://github.com/processing/processing4/pull/696 + + 1292 (4.2) X application exported to the wrong folder X https://github.com/processing/processing4/issues/601 diff --git a/todo.txt b/todo.txt index 37c095113..4ac7adf2b 100755 --- a/todo.txt +++ b/todo.txt @@ -1,49 +1,4 @@ -1293 (4.3) -o ' appearing in code with Copy as HTML -X could not reproduce -/ Cannot load any user language files for i18n -X https://github.com/processing/processing4/issues/722 -X not possible to load, updated the docs instead -X comment/uncomment on French systems -X https://github.com/processing/processing4/issues/625 -X https://github.com/processing/processing4/pull/660 -o reference needs to show a "not installed" message -o https://github.com/processing/processing4/issues/733 -X this was an Android Mode bug -X inherit dark mode from system settings on macOS -X https://github.com/processing/processing4/issues/699 -X bump Java to 17.0.8+7 -X work with @fathompaul update icon to look less like VS Code -X update splash screen based on changes - -contribs -X Syntax error highlighting placement / width incorrect from @sampottinger -X https://github.com/processing/processing4/issues/714 -X https://github.com/processing/processing4/pull/715 -X Mode-breaking interface change causing regression in Problem -X https://github.com/processing/processing4/issues/751 -X https://github.com/processing/processing4/pull/752 -X Tweak mode issue with hex codes including transparency from @sampottinger -X https://github.com/processing/processing4/issues/720 -X https://github.com/processing/processing4/pull/721 -X LSP feature/declaration support from @Efratror -X https://github.com/processing/processing4/pull/678 -X https://github.com/processing/processing4/issues/676 -X Feature: Language Server Protocol, Reference Support from @Efratror -X https://github.com/processing/processing4/issues/684 -X https://github.com/processing/processing4/pull/690 -X Update Spanish translation from @trikaphundo -X https://github.com/processing/processing4/issues/744 -X https://github.com/processing/processing4/pull/746 -X Update Catalan translation from @trikaphundo -X https://github.com/processing/processing4/issues/743 -X https://github.com/processing/processing4/pull/745 -X Debugger lists immediate array dimension last from @WillRabois04 -X https://github.com/processing/processing4/issues/606 -X https://github.com/processing/processing4/pull/729 -X Register pde:// browser protocol for .pdez and .pdex files on Linux -X https://github.com/processing/processing4/issues/674 -X https://github.com/processing/processing4/pull/696 +1294 (4.3.1) high priority