wrapping up the release, merge in a few edits

This commit is contained in:
Ben Fry
2023-02-09 21:25:18 -05:00
parent bd111bb25b
commit 2394a54e18
+19 -10
View File
@@ -17,27 +17,37 @@ X more contribs manager concurrency problems
X https://github.com/processing/processing4/issues/640
X warn users about multiple libraries with the same name
X remove unused confirmReplace variable from install() functions for contribs
design
X tool tips for errors/warnings not picking up correct colors
X also fix the margins and border
contribs
X Fix typos in French translation
X https://github.com/processing/processing4/pull/661
X Improved documentation for lerpColor() function
X https://github.com/processing/processing4/pull/655
_ remove temporary 'restart' menu before release
manager
_ if contrib (library only?) folder name changes on update, old lib not removed
_ Updates requiring a reboot give the false impression that they failed (in the updates tab)
_ https://github.com/processing/processing4/issues/647
_ lots of folders remaining in 'old' for Modes
_ were these shut off during debug? need to be moving these to trash (maybe only on startup)
_ opening p5jsMode sketch with no local.properties throws an NPE
_ implement automatic updates?
_ especially with fixes to updates on startup...
design
X tool tips for errors/warnings not picking up correct colors
X also fix the margins and border
_ use down arrow for updates, circle arrow for restart?
_ completion mode pop-up not following dark and light mode conventions
_ update console.scrollbar.thumb.rollover.color and console.scrollbar.thumb.pressed.color
_ currently just using .enabled.color because they weren't in ColorSet
_ remove temporary 'restart' menu before release
_ implement automatic updates?
_ especially with fixes to updates on startup...
_ opening p5jsMode sketch with no local.properties throws an NPE
_ export to IntelliJ? how tricky?
_ just copy jars to /lib?
@@ -47,7 +57,6 @@ _ add a protocol handler for pdex and pdez
_ https://github.com/processing/processing4/issues/559
known issues
_ mixed mode warning now broken
_ https://github.com/processing/processing4/issues/519