Skip to content

Releases: timche/gmail-desktop

v2.5.0

09 Apr 11:58
Compare
Choose a tag to compare

Added

  • Add logging to auto-updater
    • It writes logs to the following locations:
      • macOS: ~/Library/Logs/Gmail Desktop/log.log
      • Windows: %USERPROFILE%\AppData\Roaming\Gmail Desktop\log.log
      • Linux: ~/.config/Gmail Desktop/log.log

v2.4.0

09 Apr 11:06
Compare
Choose a tag to compare

Added

  • Inject custom CSS for native looks

v2.3.1

08 Apr 11:28
34f870c
Compare
Choose a tag to compare

Fixed

  • Linux/Windows: Tray icon is now loaded correctly

v2.3.0

08 Apr 10:51
Compare
Choose a tag to compare

This release was largely backend changes as we move this project to TypeScript.

Added

  • Add debug mode option
  • Add paste and match style to edit menu

Changed

  • Updated to Typescript

v2.2.0

05 Mar 14:57
Compare
Choose a tag to compare

Changed

  • Update location of report issue link
  • Default window size to maximized on initial start

Fixed

  • macOS: App is now signed and auto-update working properly

v2.1.1

22 Feb 03:34
Compare
Choose a tag to compare

Fixed

  • Fixed bounds issue for initial startup after 2.1.0 update

v2.1.0

22 Feb 03:00
Compare
Choose a tag to compare

Added

  • Persist window size between app restarts

v2.0.0

08 Feb 00:37
Compare
Choose a tag to compare

Added

  • add auto-updater (949d170)
  • add taskbar support on windows/linux (ded55ed)

Changed

Fixed

  • fix notification onclick (949d170)

v1.0.1

18 Oct 14:03
Compare
Choose a tag to compare

Fixed

  • Fixed regular expression for single-digit unread counts (#11)

v1.0.0

10 Aug 18:12
Compare
Choose a tag to compare

Changed

  • Upgrade Electron to v1.7.5
  • Remove babel-core