Skip to content

Releases: timche/gmail-desktop

v3.0.0-alpha.17

29 Mar 00:23
Compare
Choose a tag to compare
v3.0.0-alpha.17 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

Fixes

  • Gmail redirected to landing page instead of login

v3.0.0-alpha.16

26 Mar 01:33
Compare
Choose a tag to compare
v3.0.0-alpha.16 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

Changes

  • New mail notifications are now closed automatically
    • Can be configured in with SettingsNotificationsClose Automatically
  • Renamed Deliver Silently to Play Sound in notifications settings
  • Renamed Turned Off to Disabled in notifications settings
  • Improve light/dark theme

Fixes

  • Open mail on notification click
  • Play Sound notifications setting is now used when showing notifications

v3.0.0-alpha.15

24 Mar 22:23
Compare
Choose a tag to compare
v3.0.0-alpha.15 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

New Features

Open new mails directly from notifications

Clicking on a new mail notification opens the mail in Gmail Desktop instead of creating a new window and loading Gmail again.

Kapture 2021-03-24 at 21 54 55

macOS: Manage new mails from notifications

Archive, mark as read, delete and mark as spam are available as actions in new mail notifications.

Screen Shot 2021-03-24 at 21 51 36

Changes

  • Unread count and new mail notifications are updated and delivered in real-time again

Fixes

  • Unread count now only counts the unread mails in primary inbox
  • Disabled selection on app drag regions
  • Dark mode initialization on start up now working properly again
  • Set app window background color based on dark mode setting

v3.0.0-alpha.14

24 Mar 03:52
Compare
Choose a tag to compare
v3.0.0-alpha.14 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

Some users are reporting that the new notification system isn't working well with sectioned inboxes. If you're experiencing any issues, please feel free to downgrade to v3.0.0-alpha.13 and skip this version.

  • remove ensure online check b30b0f2
  • implement new mail notification and unread count systems 252b2f6
    • Notifications can now be configured at SettingsNotifications to:
      • hide the sender, subject and/or summary.
      • deliver silently (no sound played).
      • turn off completely.
    • Clicking on a notification opens Gmail Desktop with the inbox open on the receiving account
    • macOS: New mails can now be archived directly from a notification:
      • Screen Shot 2021-03-24 at 03 36 36
    • With these new changes, the unread count update is slightly delayed up to 10 seconds not in real-time anymore. It might be changed back to be in real-time.

v3.0.0-alpha.13

22 Mar 12:00
Compare
Choose a tag to compare
v3.0.0-alpha.13 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

  • Linux: fix app title bar not disabled when chosen system style cdbbd2b

v3.0.0-alpha.12

22 Mar 02:47
Compare
Choose a tag to compare
v3.0.0-alpha.12 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

  • Linux/Windows: fix app menu only set on macos 5b4f34a
    • Which fixes the app shortcuts not working in v3.0.0-alpha.11
  • Linux/Windows: fix title bar maximize state 9ec4de2
  • Linux: fix account views not resized when maximizing a773175
  • Linux: fix title bar not maximized state when launching maximized c4d04fb
  • Linux: add option to configure title bar 6197225
    • Can be App (default) or System
  • Linux/Windows: fix error when quitting from app menu popup cf9c1dc
  • add ability to skip version and improve app update interface e191b04
  • improve release notes layout 9a4a984
  • add ability to open version release notes on github 0652095

v3.0.0-alpha.11

21 Mar 02:24
Compare
Choose a tag to compare
v3.0.0-alpha.11 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

  • use custom title bar on linux/windows e4c9af0
    • image

v3.0.0-alpha.9

20 Mar 13:34
Compare
Choose a tag to compare
v3.0.0-alpha.9 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

  • move app update banner to top of window 4ab00df
    • Also fixes an issue where the app update banner isn't visible when only having one account.
  • fix account view not focused when selected 6074e0f
  • macOS: show main window when update available b0a880d
  • disable text selection in app drag regions 951fde4
  • fix removed account not removed in menus 67205c2
  • show up to date dialog when update is releasing 7c0ac63

v3.0.0-alpha.8

20 Mar 05:00
Compare
Choose a tag to compare
v3.0.0-alpha.8 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

  • fix update not available when checking manually 6c0e493
  • fix selected account view not focused when focus main window 6a1311e

v3.0.0-alpha.7

20 Mar 03:46
Compare
Choose a tag to compare
v3.0.0-alpha.7 Pre-release
Pre-release

Discuss and give feedback about v3.0.0-alpha here.

  • lazily apply dark mode when launching 4361a90
    • Improves performance on startup when having many accounts.
    • Dark mode will only be applied on the selected account on startup. Other accounts will initialize dark mode when selected.
  • open main window dev tools too 4d4563e
  • rework updates 54ceb59
    • The update process has been completely overhauled and is now managed in the app itself to improve the update experience and make it more transparent.
    • Updates are not silent anymore.
    • When an update is available, a banner will be shown below the accounts tab with the option to download it, show the release notes or dismiss it.
    • When downloading, the progress of the download can be observed in the banner.
    • The app will notify you when the update has been downloaded (can be disabled with SettingsUpdatesNotify When Update Downloaded) and in the banner you have the option to restart the app to install the update or restart later.
    • The app still checks for updates automatically (can be disabled with SettingsUpdatesCheck For Updates Automatically) and will the show banner if there's an update available.
    • Updates can still be checked manually through the app menu with Gmail DesktopCheck for Updates ...