[PR #3475] [MERGED] :electron: Replace deprecated file protocol registration #30800

Closed
opened 2026-04-18 07:05:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3475
Author: @MikesGlitch
Created: 9/20/2024
Status: Merged
Merged: 9/21/2024
Merged by: @MikesGlitch

Base: masterHead: electron/replace-deprecated-file-handler


📝 Commits (4)

📊 Changes

2 files changed (+44 additions, -22 deletions)

View changed files

📝 packages/desktop-electron/index.ts (+38 -22)
upcoming-release-notes/3475.md (+6 -0)

📄 Description

Replaced the registerFileProtocol with the new version. This should make upgrading Electron easier.

https://www.electronjs.org/docs/latest/breaking-changes#planned-breaking-api-changes-250


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3475 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 9/20/2024 **Status:** ✅ Merged **Merged:** 9/21/2024 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `electron/replace-deprecated-file-handler` --- ### 📝 Commits (4) - [`02acb55`](https://github.com/actualbudget/actual/commit/02acb554d31ae4e7337cf5f85c685dbc9760ec2d) replace deprecated file handler in electron - [`10f4b74`](https://github.com/actualbudget/actual/commit/10f4b74b182de930304668f6e3c1d022611bd62d) release notes - [`d7ec08d`](https://github.com/actualbudget/actual/commit/d7ec08db17efdd754cea23ae5aa7b59d85cb60a2) types eh - [`90d0a5c`](https://github.com/actualbudget/actual/commit/90d0a5c793d4d69df276593690bab6794658a8d8) types ### 📊 Changes **2 files changed** (+44 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/index.ts` (+38 -22) ➕ `upcoming-release-notes/3475.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Replaced the registerFileProtocol with the new version. This should make upgrading Electron easier. https://www.electronjs.org/docs/latest/breaking-changes#planned-breaking-api-changes-250 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-18 07:05:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#30800