|
| 1 | +0255 (3.2.3) |
| 2 | +X ensure that update.id is set before checking for contrib updates |
| 3 | +X if prettyVersion is blank (or null?), just use version (Firmata) |
| 4 | +X clicking "Update" button in contrib manager shows non-retina version of icon |
| 5 | +X https://github.com/processing/processing/issues/4715 |
| 6 | +o problem is because AquaButtonUI is calling getImage() (not getIcon()) |
| 7 | +o can be debugging from inside the getIconX() code in Toolkit |
| 8 | +X just needed to use setPressedIcon(), setDisabledIcon() |
| 9 | +X also found some other issues around the icon handling |
| 10 | +X fix the library reporting scripts on the server |
| 11 | +X missing version number putting 'null' in the ui |
| 12 | +X https://github.com/processing/processing-docs/issues/478 |
| 13 | +X https://github.com/processing/processing/issues/4696 |
| 14 | +X https://github.com/processing/processing/pull/4712 |
| 15 | +o replace appbundler with the Java 8 packager |
| 16 | +o appbundler is no longer being developed by Oracle, switch to "packager" |
| 17 | +X https://github.com/processing/processing/issues/3071 |
| 18 | +X major clean-ups to the Contribution Manager code |
| 19 | +X warn user to restart browser when it hangs on macOS |
| 20 | +X https://github.com/fathominfo/processing-p5js-mode/issues/4 |
| 21 | + |
| 22 | +contribs |
| 23 | +X Up-to-date status disappears after filter is removed |
| 24 | +X https://github.com/processing/processing/issues/4084 |
| 25 | +X Updates tab blank after adding, removing, updating a contribution |
| 26 | +X https://github.com/processing/processing/issues/4082 |
| 27 | +X https://github.com/processing/processing/issues/4704 |
| 28 | +X Fixes the removal of redundant contribution and update related issues |
| 29 | +X https://github.com/processing/processing/pull/4086 |
| 30 | + |
| 31 | + |
1 | 32 | 0254 (3.2.2) |
2 | 33 | X Find in reference for size() opens StringList.size() |
3 | 34 | X https://github.com/processing/processing/issues/4224 |
|
0 commit comments