Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Electron 16 and some fixes

Compare
Choose a tag to compare
@imxeno imxeno released this 02 Dec 17:27
· 4 commits to main since this release
a8c6104

Changelog

  • fixed signing in to Apple Music (details below)
  • upgraded electron to v16.0.3 (using the castlabs/electron-releases version)
  • conducted a mass upgrade of other dependencies (mainly dev ones, but also electron-acrylic-window)
  • implemented electron-context-menu for easier debugging if something goes wrong
  • added a fix for Set-Cookie header, which is now needed to successfully sign in to Apple Music
  • a small refactor of header manipulation technique
  • changed the method of loading the injected CSS - now it's stored in a .css file, which makes it dramatically easier to edit
  • updated the UA to match the one from the latest Microsoft Edge (96.0.1054.34)
  • implemented some minor drag-zone fixes
  • removed the obsolete transparent: true option from BrowserWindow
  • removed border from the window, which is no longer needed due to rounded corners