Skip to content

Releases: freaktechnik/advanced-github-notifier

v1.4.4

09 Nov 22:06
v1.4.4
26a2a51

Choose a tag to compare

  • Fix authentication

v1.4.3

09 Nov 22:07
v1.4.3
824fd5c

Choose a tag to compare

  • Fix authentication

v1.4.2

09 Nov 22:08
v1.4.2
0a512fd

Choose a tag to compare

  • Fix some edge cases that could lead to the update loop being stopped.

v1.4.1

19 Apr 10:07
v1.4.1
fc5f774

Choose a tag to compare

  • Small fix in Enterprise accounts, thanks @edubxb!
  • Don't display token form when defaulting to OAuth login

v1.4.0

18 Apr 18:55
v1.4.0
45725df

Choose a tag to compare

  • Request host permission when OAuthing Enterprise instance
  • Require Enterprise instances to be available over HTTPS
  • Fix requests to Enterprise instances failing due to CSP
  • Re-enable OAuth to github.com in Firefox versions, where it is fixed

v1.3.4

18 Apr 18:56
v1.3.4
47eea82

Choose a tag to compare

  • Fix another issue with Enterprise

v1.3.3

18 Apr 11:45
v1.3.3
e41f7b4

Choose a tag to compare

  • Fix enterprise providers trying to contact the wrong instance

v1.3.2

04 Apr 16:07
v1.3.2
af3b911

Choose a tag to compare

  • Fix link to watched repositories. Thanks @gluons !

v1.3.1

04 Apr 16:06
v1.3.1
9fdcc15

Choose a tag to compare

Actual 1.3.0 release because I made 1.3.0 unlisted by accident.

1.3.0

04 Apr 16:07
12713c6

Choose a tag to compare

  • Support multiple accounts at once
  • Support GitHub Enterprise instances
    • Login via OAuth
    • Login with PAT
    • Pre-configure OAuth for a company Enterprise instance with managed storage. More info
  • Support login via PAT (default until I can get OAuth fixed)
  • In theory support an auth with just the notifications scope, currently disabled because OAuth is broken
  • Added some unit tests, not nearly enough coverage though :(
  • Support other notification types like vulnerability alerts (there are probably still unsupported types because the documentation doesn't say what kinds of notifications you can get)
  • Other changes I've probably forgotten about by now.