Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
4 changes: 3 additions & 1 deletion text/0014-ai-prompt-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion text/0016-save-restore-window-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions text/0019-clipboard-rearchitecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion text/0021-msix-auto-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion text/0022-lazy-electron-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion text/0026-ai-tool-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down