Releases: gitify-app/gitify
Releases · gitify-app/gitify
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
Release 2.0.2
- Improve UX - On tray icon click, toggle gitify visibility #300
Release 2.0.1
Release 2.0.0
Features
- Support for GitHub Enterprise (with multiple accounts)
- Move app from tray to a normal app with a dock icon
- Rebranding, there's a new logo!
- New layout with a sidebar
- Remove network status check
- Brand new settings modal
- Display notifications "reason"
Technical Details
- Bring project up to date
- Bootstrap v4 + Flexbox
- Immutable JS
- React Router v4
- Jest
- Prettier
- YARN
Ps. Windows & Linux support is just around the corner!
Release 1.1.0
Release 1.0.0
Version 1.0.0 is now out! 🎉
Gitify finally reaches version 1.0.0. The app has been rewritten from scratch using React v15, Redux, Bootstrap 4 and more. This allows me to prepare the surface for more features (GitHub Enterprise etc). Unfortunately, due to a change in the auto-update package API, you will have to download the update manually. This is now fixed and you won't have to download any updates manually again. Finally the user settings will be reset with the new version. Hope you like it and feel free to give me some feedback!
Cheers,
Manos (@ekonstantinidis)
Change Log
- Fresh UI!
- New Logo!
- Now using Electron 1.0.2
- Complete rewrite of the app
- Rewritten in ES6
- React v15
- Moved from Reflux to Redux
- Use Bootstrap 4
- Better Unit Tests (Mocha, Chai, Sinon, Enzyme)
- Fixed auto-updates
Release 0.0.19
- Update Electron to
0.35.4
- Update React to
0.14.5
- Update React-Router to
1.0.1
- Display notification type in native notifications
- Fix Window Positioning (thanks to @mrmlnc)
- Display Version Number under Settings
- Hide search under the settings screen and if user logged out
- Fix repository name font size
- Bring all the the (dev)dependencies up to date
Release 0.0.18
- Fixes a bug where scrolling was prevented
- Settings / Check for Updates
- Settings / Click on item - Mark as Read option
- Tooltips for Icons
- Default
BrowserWindow
Position on launch - Added development instructions in the README (Client Secret Key etc)
Release 0.0.17
- Fixes a bug that was preventing users getting authenticated with GitHub
- Update to Electron 0.32.3
- Nice animation when there are no notifications