Releases: gitify-app/gitify
Releases · gitify-app/gitify
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
Release 0.0.16
- Auto Update - Yes you don't have to download a new version every now and then!
- Notifications count on the header
- Updated UI
- Search Toggling
- Change the Tray Icon when marking all notifications as read
Release 0.0.15
- The window shows up in the right screen if you have multiple monitors.
- Fixes a bug that was preventing users from getting authenticated with GitHub.
- Moved from
jsxhint
&jscs
toeslint
.
Release 0.0.14
- Marking notifications & repos as read with an awesome animation
- Open at start up setting (thanks to @sergiovilar)
- Mark repositories' all notifications as read at once
- Fixed a bug that was preventing storing the settings for notifications & sounds
- Fixed a bug where the search text was under the clear search icon
- Updated to electron 0.30.2
- Minor improvements
Release 0.0.13
- Settings Page
- Participating Notifications (default off)
- Native Notifications (default on)
- Sound on new notifications (default on)
- Search Repositories (thanks to @JakeSidSmith)
Release 0.0.12
- Retina Icons
- Support for
Commit
Notification - Disable zoom within the app
- Electron 0.27.2
- Minor Fixes