Skip to content

Releases: gitify-app/gitify

Release 3.1.3

12 Dec 22:49
e3be1e3
Compare
Choose a tag to compare

Features

Bugfixes

  • Prevent crash on windows when trying to hide dock icon (#453) by @manosim

More

Release 3.1.2

11 Dec 23:17
86c1744
Compare
Choose a tag to compare

Features

Release 3.1.1

11 Dec 21:45
a4a795f
Compare
Choose a tag to compare

Features

More

Release 3.1.0

26 Jun 11:41
21c25a8
Compare
Choose a tag to compare

Features

Bugfixes

More

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