-
Notifications
You must be signed in to change notification settings - Fork 845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade electron from 22.x to 27.x and replace deprecated protocol.registerBufferProtocol
#3967
Upgrade electron from 22.x to 27.x and replace deprecated protocol.registerBufferProtocol
#3967
Conversation
e1f5da1
to
02411bf
Compare
Hide whitespaces for easier review |
d9d91d7
to
e5ae387
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
@absidue pls review when you're available :) |
We should get one of the people from #3953 to test this, before we merge it, as Electron 26 is what caused the problems for them. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
@PikachuEXE could u update this to 27.0.0? |
2c0ec45
to
a1d37a9
Compare
protocol.registerBufferProtocol
protocol.registerBufferProtocol
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Done |
Not sure if we have to make additional changes for the breaking changes |
Do we use systemPreferences or |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
From my searches the breaking changes in v27.0.0 do not matter to us |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Nice Closes #2831! Ill be adding it to the PR body. |
* development: Bump stefanzweifel/git-auto-commit-action from 4 to 5 (FreeTubeApp#4124) Upgrade electron from 22.x to 27.x and replace deprecated `protocol.registerBufferProtocol` (FreeTubeApp#3967) ! Fix single playlist view item index style (FreeTubeApp#4179) Fix proxy settings test (FreeTubeApp#4192) Translated using Weblate (German) fix typos in src/main/index.js comments (FreeTubeApp#4180) Translated using Weblate (English (United Kingdom)) Translated using Weblate (Indonesian) Translated using Weblate (Italian) Remove be.yaml file (FreeTubeApp#4176)
…otocol.registerBufferProtocol` (FreeTubeApp#3967)" This reverts commit 4043961.
Pull Request Type
Related issue
Closes #3960
Closes #2831
Closes #4008
Description
#3960 plus replace deprecated
protocol.registerBufferProtocol
https://www.electronjs.org/docs/latest/breaking-changes#deprecated-protocolregisterinterceptbufferstringstreamfilehttpprotocol
Screenshots
N/A
Testing
Replace HTTP Cache
Desktop
Additional context