wrapping up the beta 3 release, for real this time

This commit is contained in:
Ben Fry
2022-01-15 09:56:33 -05:00
parent 59fa228036
commit 0f7a2e21a9
2 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
# Processing 4.0 beta 3
* Revision 1278  15 January 2022*
*Revision 1278  15 January 2022*
New colors in the UI! We're still making changes to the design of the UI, but this release includes a new theme engine that makes it possible to select interface colors from a set of options, as well as more control over choosing your own schemes. Check out Tools → Theme Selector for the magic.
We've also moved to Java 17, fixed lots of bugs, added a new default color scheme, and implemented better support for multiple windows with OpenGL.
We even updated the loading screen to include 2022.
We even updated the loading screen to include 2022 in the copyright notice.
## Fixing the bugs that won't fix themselves
+7 -9
View File
@@ -32,6 +32,9 @@ o test with previous beta
X Open/Save crashing on Linux
X switching to Oracle JDK got it working, need to test with 17
X https://github.com/processing/processing4/issues/306
X update the README.md in the root for alpha 6 and beta 1, 2, 3
X update https://github.com/processing/processing4/wiki/Changes-in-4.0
X make notes about known issues in the README
sam
X Error when calling smooth() on PGraphics
@@ -90,15 +93,6 @@ X can't be detected reliably
X show a warning in the console for screen issues?
before release
_ more reports of code completion not working on macOS
_ "working in a6 but not b2"
_ https://github.com/processing/processing4/issues/304
_ update the README.md in the root for alpha 6 and beta 1, 2, 3
_ update https://github.com/processing/processing4/wiki/Changes-in-4.0
_ make notes about known issues in the README
known issues
_ IDE cursor position is wrong if font size is changed in preferences on macOS
_ probably related to second displays, need to hook one up and test
@@ -122,6 +116,7 @@ rollup of all IDEA issues: https://youtrack.jetbrains.com/issue/IDEA-180962
design/next
_ update theme
_ icon for exported app
_ icon for document
_ redesign of the Contribution Manager
@@ -134,6 +129,9 @@ _ selector for theme that uses tiny images
_ add notes about params to the wiki
_ new scrollbars
_ more reports of code completion not working on macOS
_ "working in a6 but not b2"
_ https://github.com/processing/processing4/issues/304
_ Add support for localizing contributions
_ https://github.com/processing/processing4/pull/237 (updated by Andres)