soundcleod
soundcleod copied to clipboard
SoundCloud for macOS and Windows
- [x] Configure AppImage build - [ ] Add application icon - [ ] Fix Controls menu items - [ ] Enable code signing (?) - [ ] Enable AppImage...
Likely broken by 0e560e0812ff1b9b8f0eeee514fc244179ebcba1.
Attempting to sign-in with Google/Facebook/Apple results in a blank popup window.
It's pretty much outside of our control as explained here https://github.com/electron/electron/issues/22346#issuecomment-590413621 and here https://github.com/electron/electron/issues/17887 Kinda makes sense as Google has no way of knowing whether SoundCleod steals credentials or not....
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...
https://electronjs.org/docs/tutorial/security#15-disable-the-remote-module ``` Electron Security Warning (enableRemoteModule) This renderer process has "enableRemoteModule" enabled and attempted to load remote content from 'https://soundcloud.com/'. This exposes users of this app to unnecessary security risks....
I am running SoundCleod 1.4.0 on MacOS Mojave 10.14.5 and the media control keys (play, pause, next track) work properly after starting the app. But if I start playing some...
I see there was a [request](https://github.com/salomvary/soundcleod/issues/17) for Greasemonkey scripts before, but I'm wondering if supporting custom CSS or a custom stylesheet would be simpler to implement? My biggest motivation is...
...in order to provide easy access to application logs via Console. Currently sort-of blocked by https://github.com/nodejs/node-gyp/pull/1038