What's Changed
The primary change in this release is that gitnews now supports multiple accounts and proxy connections. So if you have a GitHub Enterprise Server account and a regular GitHub account, you can receive notifications for both of them.
This required a large refactor of how the app manages its account information, but it should be a seamless upgrade for previous users.
A notable under-the-hood change was that this refactor switched from using the custom gitnews library to octokit, which is GitHub's official library. The change gives this app more control over its fetching process and should result in better performance going forward.
- Fix latest release detection by @sirbrillig in #158
- Update packages to electron 32 by @sirbrillig in #182
- Fix isAction type guard by @sirbrillig in #186
- Refactor to support multiple accounts by @sirbrillig in #187
- Store accounts in main store so they migrate properly by @sirbrillig in #188
- Add button to restore deleted account by @sirbrillig in #189
- Sort notes globally by @sirbrillig in #192
- Fetch unread notifications in addition to read ones by @sirbrillig in #194
- Improve promise error handling by @sirbrillig in #196
Full Changelog: v1.9.0...v2.0.0