Releases: gitify-app/gitify
Releases · gitify-app/gitify
Release 3.1.3
Release 3.1.2
Release 3.1.1
Features
- (macOS) Update app icon to follow Big Sur design pattern #443 by @manosim
- Support Discussions notification type #438 by @codebytere
More
Release 3.1.0
Features
- (macOS) Ask to move to Applications on first run #418 by @codebytere
Bugfixes
- fix: use thread subscription set endpoint #410 by @codebytere
More
- Upgrade to Electron v9 #419 by @codebytere
Release 3.0.5
Features
- Unsubscribe from notifications #407 by @codebytere
More
- Add missing mark-read tooltip #40 by @codebytere
- Only try to open links if url is not null #405 by @codebytere
- More Tests #403 by @philihp
Release 3.0.4
Features
- UI support for GitHub Actions notifications by @codebytere (#398)
More
- Improve the README (#399)
Release 3.0.3
Release 3.0.2
Release 3.0.1
Release 3.0.0
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