Skip to content

Releases: gitify-app/gitify

Release 1.1.0

16 Sep 23:37
Compare
Choose a tag to compare

New Features

  • Check Internet Connection (Retry on connect) - #209, #216
  • Hide "Star Gitify on Github" if project has already been starred - #215
  • Click on notification(with 1 item) goes straight to GitHub - #207, #213
  • Debugging! You can now use (alt+cmd+i) to open the devtools - #211

Bug fixes

  • Prevent the app from crashing on Fetch Notifications Failure - #218, #219
  • Release notifications/links breaking - #167, #214
  • Tray Icon stays green if there are notifications #202
  • Brought app up to date
  • Fix Autolaunch, Now respects the setting Open at Startup - #210

Release 1.0.0

06 Jun 11:33
Compare
Choose a tag to compare

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)

Fireworks

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

04 Jan 21:22
Compare
Choose a tag to compare
  • 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

17 Oct 20:52
Compare
Choose a tag to compare
  • 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

18 Sep 16:52
Compare
Choose a tag to compare
  • 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

30 Aug 22:01
Compare
Choose a tag to compare
  • 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

23 Aug 22:05
Compare
Choose a tag to compare
  • 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 to eslint.

Release 0.0.14

01 Aug 15:22
Compare
Choose a tag to compare
  • 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

16 Jun 22:13
Compare
Choose a tag to compare
  • 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

06 Jun 10:41
Compare
Choose a tag to compare
  • Retina Icons
  • Support for Commit Notification
  • Disable zoom within the app
  • Electron 0.27.2
  • Minor Fixes