Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.76 KB

changelog.md

File metadata and controls

73 lines (52 loc) · 1.76 KB

Version 3.0.2

  • Delaying activation until the editor has started up, for slightly faster startup

Version 3.0.1

  • Minor internal improvements

Version 3.0.0

  • Rewitten: more modern code, no third-party dependencies, 99.5% smaller bundle
  • New command: "githubNotificationsBell.setToken", replacing the less secure setting for setting the personal access token
  • New setting: "githubNotificationsBell.protocol", for setting a custom protocol to use when quering GitHub
  • Added support for pagination, useful for people with more than 50 notifications

Version 2.3.1

  • Fixed a regression when querying GitHub's API

Version 2.3.0

  • Added support for using a custom GitHub domain

Version 2.2.0

  • Added support for the "GITHUB_NOTIFICATIONS_TOKEN" environment variable

Version 2.1.5

  • Improved alignment setting definition

Version 2.1.4

  • Replaced open with vscode.open

Version 2.1.3

  • Readme: using hi-res logo

Version 2.1.2

  • Outputting modern code (es2017, faster)
  • Using "Debug Launcher" for debugging

Version 2.1.1

  • Using the mark-github icon by default
  • Updated readme

Version 2.1.0

  • Refresh when focused after opening in browser

Version 2.0.0

  • Removed special support for "participating" notifications
  • Added a counter

Version 1.2.1

  • Bundling with webpack

Version 1.2.0

  • Removed some unused code
  • Using the global state in order to reduce API usage

Version 1.1.1

  • Updated readme

Version 1.1.0

  • Increased default refresh interval to 300s
  • Added support for changing the icon

Version 1.0.5

  • Updated readme

Version 1.0.3

  • Renamed a command

Version 1.0.2

  • Showing an information message when explicitly refreshing it

Version 1.0.1

  • Updated readme

Version 1.0.0

  • Initial release