Releases: timche/gmail-desktop
Releases · timche/gmail-desktop
v2.5.0
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
Added
- Inject custom CSS for native looks
v2.3.1
Fixed
- Linux/Windows: Tray icon is now loaded correctly
v2.3.0
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
v2.2.0
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
Fixed
- Fixed bounds issue for initial startup after 2.1.0 update
v2.1.0
Added
- Persist window size between app restarts
v2.0.0
Added
- add auto-updater (949d170)
- add taskbar support on windows/linux (ded55ed)
Changed
Fixed
v1.0.1
Fixed
- Fixed regular expression for single-digit unread counts (#11)
v1.0.0
Changed
- Upgrade Electron to v1.7.5
- Remove
babel-core