- feat: update Polypane icon (thanks @Kilian).
- feat: added Microsoft Edge and set 'e' hotkey to this stable version, removing it from the beta browser.
- feat: all browsers can now use the open-in-background switch, by holding opt/alt and clicking the browser or pressing the hotkey. This does not guarantee that it'll work. All this does is turn on the
-g
"Does not bring the application to the foreground" switch of theopen
command. If it does not work with a browser please log an issue on their respective support channel. - feat: added Opera Developer.
- feat: added Opera Beta.
- feat: upgrade to Electron 7.1.9
- fix: app icon showing in recent apps in macOS dock (thanks @houndtt for the in-depth analysis there).
- refactor: I have recently created myself a rather strict ESLint config and have applied that to the app. This meant a little refactoring but hopefully for the better 🤓
- refactor: the config for each browser no longer requires a
cmd
andoptCmd
. As all browsers are using the same pattern, it makes sense to move this down into the code.