From 0af9ef84c04bce8c4ff36115b496806acfe14a46 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 9 Jul 2026 12:48:02 -0400 Subject: [PATCH] chore: update statuses --- .gitignore | 1 + text/0014-ai-prompt-api.md | 4 +++- text/0016-save-restore-window-state.md | 4 +++- text/0019-clipboard-rearchitecture.md | 4 ++-- text/0021-msix-auto-updater.md | 4 +++- text/0022-lazy-electron-download.md | 4 +++- text/0026-ai-tool-policy.md | 2 +- 7 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/text/0014-ai-prompt-api.md b/text/0014-ai-prompt-api.md index 5871dc3..e06ef4a 100644 --- a/text/0014-ai-prompt-api.md +++ b/text/0014-ai-prompt-api.md @@ -4,7 +4,9 @@ - RFC PR: [electron/rfcs#14](https://github.com/electron/rfcs/pull/14) - Electron Issues: - Reference Implementation: -- Status: **Active** +- Electron Commit: [electron/electron@d0c75f9](https://github.com/electron/electron/commit/d0c75f90ad7f145ce7e8ecd91edba5831f89226c) +- Electron Release: v45.0.0 +- Status: **Completed** ## Summary diff --git a/text/0016-save-restore-window-state.md b/text/0016-save-restore-window-state.md index 9578e32..33e8f20 100644 --- a/text/0016-save-restore-window-state.md +++ b/text/0016-save-restore-window-state.md @@ -4,7 +4,9 @@ - RFC PR: [electron/rfcs#16](https://github.com/electron/rfcs/pull/16) - Electron Issues: [electron/electron#526](https://github.com/electron/electron/issues/526) - Reference Implementation: https://github.com/electron/electron/tree/gsoc-2025 -- Status: **Active** +- Electron Commit: [electron/electron@154d66f](https://github.com/electron/electron/commit/154d66f4ab264c1324fed889a2fe3374dfd291af) +- Electron Release: v45.0.0 +- Status: **Completed** Currently, Electron does not have any built-in mechanism for saving and restoring the state of BaseWindows, but this is a very common need for apps that want to feel more native. diff --git a/text/0019-clipboard-rearchitecture.md b/text/0019-clipboard-rearchitecture.md index a9f6938..2b573ae 100644 --- a/text/0019-clipboard-rearchitecture.md +++ b/text/0019-clipboard-rearchitecture.md @@ -13,8 +13,8 @@ - [electron/electron#5078](https://github.com/electron/electron/issues/5078) - [electron/electron#49466](https://github.com/electron/electron/issues/49466) - [electron/governance#229](https://github.com/electron/governance/pull/229) -- Reference Implementation: -- Status: **Proposed** +- Reference Implementation: +- Status: **Active** # Clipboard Module Rearchitecture diff --git a/text/0021-msix-auto-updater.md b/text/0021-msix-auto-updater.md index 19b09f6..fac0a51 100644 --- a/text/0021-msix-auto-updater.md +++ b/text/0021-msix-auto-updater.md @@ -6,7 +6,9 @@ - [electron/forge#3976](https://github.com/electron/forge/issues/3976) - [electron/electron#17722](https://github.com/electron/electron/issues/17722) - Reference Implementation: [electron/electron#0000](https://github.com/electron/electron/pull/0000) -- Status: **Active** +- Electron Commit: [electron/electron@d74fcfc](https://github.com/electron/electron/commit/d74fcfcecb3f99c98def1b8b6bbb23b6bd59ea68) +- Electron Release: v39.5.0 +- Status: **Completed** ## Summary diff --git a/text/0022-lazy-electron-download.md b/text/0022-lazy-electron-download.md index 883eedc..fd937c8 100644 --- a/text/0022-lazy-electron-download.md +++ b/text/0022-lazy-electron-download.md @@ -4,7 +4,9 @@ - RFC PR: [electron/rfcs#0022](https://github.com/electron/rfcs/pull/0022) - Electron Issues: - Reference Implementation: -- Status: **Proposed** +- Electron Commit: [electron/electron@19d0c07](https://github.com/electron/electron/commit/19d0c072d5cbf1247efc5b838ead7f123d6a36a7) +- Electron Release: v42.0.0 +- Status: **Completed** ## Summary diff --git a/text/0026-ai-tool-policy.md b/text/0026-ai-tool-policy.md index a012ad1..910a715 100644 --- a/text/0026-ai-tool-policy.md +++ b/text/0026-ai-tool-policy.md @@ -2,7 +2,7 @@ - Start Date: 2025-12-17 - RFC PR: [electron/rfcs#26](https://github.com/electron/rfcs/pull/26) -- Status: **Proposed** +- Status: **Completed** > [!NOTE] > RFC meta-text is first, then [proposed policy text](#proposed-ai-tool-policy) follows.