Skip to content

Releases: gitify-app/gitify

Release 3.0.0

09 Feb 01:45
50480a6
Compare
Choose a tag to compare
Release 3.0.0 Screenshot

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 with electron-updater

Release 2.0.2

19 Jun 21:27
Compare
Choose a tag to compare
  • Improve UX - On tray icon click, toggle gitify visibility #300

Release 2.0.1

19 Jun 11:58
Compare
Choose a tag to compare

Release 2.0.0

18 Jun 20:34
Compare
Choose a tag to compare

press

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

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