rolling over for next release

This commit is contained in:
Ben Fry
2023-07-26 07:32:46 -04:00
parent c79ad7f19a
commit 354cbcb813
5 changed files with 64 additions and 58 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 = 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";
+12
View File
@@ -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
+1 -10
View File
@@ -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
+48
View File
@@ -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
+1 -46
View File
@@ -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