Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@sirbrillig sirbrillig released this 13 Sep 15:49
· 1 commit to trunk since this release

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.

Full Changelog: v1.9.0...v2.0.0