diff --git a/build/shared/revisions.md b/build/shared/revisions.md index 60003cc0b3..4ba256bd13 100644 --- a/build/shared/revisions.md +++ b/build/shared/revisions.md @@ -19,6 +19,8 @@ This release incorporates several contributed fixes (see below) and a few additi * Updated icons and splash screen colors from @fathompaul. +* Register pde:// browser protocol for .pdez and .pdex files on Linux from @lala-lala-lori [674](https://github.com/processing/processing4/issues/674), [696](https://github.com/processing/processing4/pull/696) + * Syntax error highlighting placement / width incorrect from @sampottinger [714](https://github.com/processing/processing4/issues/714), [715](https://github.com/processing/processing4/pull/715) * Better comment/uncomment key shortcut for French systems from @ThinkDumbIndustries [625](https://github.com/processing/processing4/issues/625), [660](https://github.com/processing/processing4/pull/660) diff --git a/todo.txt b/todo.txt index 23f5f04755..37c0951135 100755 --- a/todo.txt +++ b/todo.txt @@ -41,6 +41,9 @@ 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 high priority