Skip to content

Releases: sirbrillig/gitnews-menubar

v2.0.0

13 Sep 15:49
Compare
Choose a tag to compare

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

v2.0.0-beta.4

09 Sep 22:47
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

What's Changed

  • Fetch unread notifications in addition to read ones by @sirbrillig in #194

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4

v2.0.0-beta.3

09 Sep 18:06
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

09 Sep 17:43
5983d60
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

v2.0.0-beta.1

09 Sep 14:33
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.9.0...v2.0.0-beta.1

Warning

This is a significant refactor of the account system and it's possible your account data may be lost during upgrades until everything has been sorted out for the final release. Please only download this if you are ok with taking risks.

v1.9.0

24 Jan 18:21
Compare
Choose a tag to compare

Changelog

  • Rebuild app in modern Electron with better security and separation of render process.
  • Move new version notice inline inside app.
  • Add custom icons (#149).
  • Convert the app to TypeScript (#141, #144, #150).
  • Fix dark mode switching (#145).
  • Add dark mode UI (#147, #148).
  • Fix double-initialization of renderer (#146).
  • Add file-based logging (#146, #151).
  • Handle case where token is invalid (#153).
  • Improve demo mode (#156).

v1.9.0-beta.7

14 Jan 21:51
Compare
Choose a tag to compare
v1.9.0-beta.7 Pre-release
Pre-release

Changelog

  • Add custom icons (#149)

v1.9.0-beta.6

30 Dec 01:40
31be726
Compare
Choose a tag to compare
v1.9.0-beta.6 Pre-release
Pre-release

Changelog

  • Fix setting token when token is undefined and other type errors (#150)
  • Add setting to toggle logging (#151)
  • Fix copy/paste/selectAll (#152)
  • Handle case where token is invalid (#153)

v1.9.0-beta.5

29 Dec 22:11
Compare
Choose a tag to compare
v1.9.0-beta.5 Pre-release
Pre-release

Changelog

  • Improve dark mode UI (#148)

v1.9.0-beta.4

26 Dec 20:26
Compare
Choose a tag to compare
v1.9.0-beta.4 Pre-release
Pre-release

Changelog

  • Add dark mode and fix some click events (#147)