Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Apr 9, 2019
1 parent 8070a0b commit 24eb9b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.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`

## [2.4.0]

### Added
Expand Down Expand Up @@ -123,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/timche/gmail-desktop/compare/v2.4.0...HEAD
[unreleased]: https://github.com/timche/gmail-desktop/compare/v2.5.0...HEAD
[2.5.0]: https://github.com/timche/gmail-desktop/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/timche/gmail-desktop/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/timche/gmail-desktop/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/timche/gmail-desktop/compare/v2.2.0...v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gmail-desktop",
"productName": "Gmail Desktop",
"version": "2.4.0",
"version": "2.5.0",
"description": "Unofficial Gmail Desktop App",
"private": true,
"repository": "timche/gmail-desktop",
Expand Down

0 comments on commit 24eb9b3

Please sign in to comment.