Skip to content

Releases: gitify-app/gitify

Release 3.0.5

07 May 21:38
811a7ba
Compare
Choose a tag to compare

Features

More

Release 3.0.4

26 Apr 11:35
d4dea9b
Compare
Choose a tag to compare

Features

More

  • Improve the README (#399)

Release 3.0.3

25 Apr 16:44
dcd928c
Compare
Choose a tag to compare

image

Features

  • Support for Windows (#393)
  • Support for Linux (#396)

More

  • Fix integration with codedov.io (#396)

Release 3.0.2

28 Mar 12:42
Compare
Choose a tag to compare

Features

  • Notarize app with Apple (#390)

More

  • Brought all dependencies up to date (#391)

Release 3.0.1

23 Feb 21:46
ac46222
Compare
Choose a tag to compare

Features

  • Notification Icon - Support "Vulnerability alerts" (#374)
  • Clear the BrowserWindow session on login (#371)
  • Fix GitHub hostname to avoid redirects (#370)

More

  • Setup Release GitHub Action (#376)
  • Improve GitHub Actions (#375)
  • Run GitHub actions on PRs from forks (#369)
  • Update electron(v8), menubar(v8) & more dependencies (#372)
  • docs: fix typo (#368)
  • Update README.md (#367)
  • Move OAuth keys to env variables for CD through GitHub Actions

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