Features
- Move the app back to a tray icon app
- New "thin" Sidebar
- Rebranding
- Build the app on GitHub Actions
- Complete rewrite of the code (see tech details below)
More
- Setup Webpack
- Migrate to TypeScript
- Setup Styled Components
- Replace SCSS with Styled Components
- Remove Bootstrap
- Replace Font Awesome with Octicons
- Upgrade Electron
- Update dependencies
- Remove ImmutableJS
- Remove
eslint
- New "thin" Sidebar
- Move Window back to Tray
- Hide dock icon
- Remove hasStarred functionality
- Remove list of accounts from sidebar
- Electron - Use Menubar instead of BrowserWindow & Tray
- Resize when toggling dev tools
- Hide "Account" bar if there's only 1 connected account
- Update Tray Icon
- Update color palette
- Update logos (SVG)
- New sound notification
- New App Icon (
.icns
) - Update react-transition-group
- Remove electron-packager
- Setup electron-builder
- Replace TravisCI with GitHub Actions
- Codesign on GitHub Actions
- Replace
electron-gh-releases
withelectron-updater