|
| 1 | +0248 (3.0.2) |
| 2 | +X move to Java 8u74, also fixes JavaFX issue |
| 3 | +X actually require OS X 10.8.5 (was set to 10.7) |
| 4 | +X the Wiki said 10.8.3 required for 3.0, but has since been updated |
| 5 | + |
| 6 | +contribs |
| 7 | +X add "full screen" option to the Editor on OS X |
| 8 | +X https://github.com/processing/processing/issues/3993 |
| 9 | +X https://github.com/processing/processing/pull/4078 |
| 10 | +X add install script for site for ARM |
| 11 | +X https://github.com/processing/processing/pull/4110 |
| 12 | +X search/replace shouldn't include the string being replaced |
| 13 | +X https://github.com/processing/processing/issues/4270 |
| 14 | +X https://github.com/processing/processing/pull/4271 |
| 15 | +X 'Background Color when Presenting' not visible on Preferences window |
| 16 | +X https://github.com/processing/processing/issues/4272 |
| 17 | +X https://github.com/processing/processing/pull/4278 |
| 18 | +X Fix minor autoformatter bugs (enums not working) |
| 19 | +X https://github.com/processing/processing/issues/4185 |
| 20 | +X https://github.com/processing/processing/pull/4200 |
| 21 | +X Update Source Code Pro and Source Sans Pro fonts to the latest versions |
| 22 | +X https://github.com/processing/processing/pull/4150 |
| 23 | +X https://github.com/processing/processing/issues/3836 |
| 24 | +X Minor fixes for Java Mode |
| 25 | +X https://github.com/processing/processing/pull/4114 |
| 26 | +X Add i18n support for the PopUp menu |
| 27 | +X https://github.com/processing/processing/pull/4060 |
| 28 | +X Add Turkish to the list of languages |
| 29 | +X https://github.com/processing/processing/pull/4073 |
| 30 | +X Make the error message for stack overflows clearer |
| 31 | +X https://github.com/processing/processing/pull/4152 |
| 32 | +X get rid of dt_socket message, making command line run a little better |
| 33 | +X https://github.com/processing/processing/issues/4098 |
| 34 | +X https://github.com/processing/processing/pull/4103 |
| 35 | +X message when reference is find out on nothing selected |
| 36 | +X https://github.com/processing/processing/pull/4296 |
| 37 | +X better handling of quotes in command line args |
| 38 | +X https://github.com/processing/processing/pull/4145 |
| 39 | +X https://github.com/processing/processing/issues/3996 |
| 40 | +X https://github.com/processing/processing/issues/4119 |
| 41 | +X fix crashing bugs when user's name has non-ASCII characters |
| 42 | +X https://github.com/processing/processing/pull/4204 |
| 43 | +X ARM updates to include GPIO numbers and images of wiring diagrams |
| 44 | +X https://github.com/processing/processing/pull/4297 |
| 45 | +X https://github.com/processing/processing/pull/4298 |
| 46 | +X Icon instead of an "X" for the "could not connect" message |
| 47 | +X https://github.com/processing/processing/issues/3706 |
| 48 | +X https://github.com/processing/processing/pull/4096 |
| 49 | +X https://github.com/processing/processing/pull/4055 |
| 50 | +X Several fixes for Chinese/Japanese/Korean InputMethod support |
| 51 | +X https://github.com/processing/processing/pull/4293 |
| 52 | +X https://github.com/processing/processing/issues/2968 |
| 53 | +X https://github.com/processing/processing/issues/3475 |
| 54 | +X https://github.com/processing/processing/issues/3860 |
| 55 | +X Add download indicator to the Contribution Manager |
| 56 | +X https://github.com/processing/processing/pull/4154 |
| 57 | +X https://github.com/processing/processing/issues/4105 |
| 58 | + |
| 59 | +jakub |
| 60 | +X Workaround for JRE bug freezing the PDE during code completion |
| 61 | +X https://github.com/processing/processing/pull/4079 |
| 62 | +X Debugger fixes |
| 63 | +X prevent NPE because ui was not updated on AWT |
| 64 | +X https://github.com/processing/processing/pull/4117 |
| 65 | +X fix NPE when stepping into static method |
| 66 | +X https://github.com/processing/processing/issues/3590 |
| 67 | +X step button works correctly when SHIFT or ALT is pressed |
| 68 | +X https://github.com/processing/processing/issues/4116 |
| 69 | +X More editor fixes |
| 70 | +X https://github.com/processing/processing/pull/4113 |
| 71 | +X Tooltip over variable decl has wrong style and content |
| 72 | +X https://github.com/processing/processing/issues/3940 |
| 73 | +X May have fixed? NullPointerException in initiateToolTip() |
| 74 | +X https://github.com/processing/processing/issues/3286 |
| 75 | +X "String index out of range" error with bracket handling in the editor |
| 76 | +X https://github.com/processing/processing/issues/1940 |
| 77 | + |
| 78 | + |
1 | 79 | 0247 (3.0.1)
|
2 | 80 | X NullPointerException in ContributionManager.deleteTemp()
|
3 | 81 | X https://github.com/processing/processing/issues/4026
|
|
0 commit comments