Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Releases: KnisterPeter/vscode-github

v0.6.0

17 Nov 07:40
Compare
Choose a tag to compare

0.6.0 (2016-11-17)

Bug Fixes

Features

  • add configuration for default branch (12867be)
  • add configuration for prefered merge method (5b826a4)
  • add configuration for refresh interval (911fbd6)
  • enable support for squash and rebase merges (8409d61)

v0.5.0

15 Nov 20:25
Compare
Choose a tag to compare

0.5.0 (2016-11-15)

Features

  • add merge button (currently no squash and rebase) (12ead05)

v0.4.0

15 Nov 15:29
Compare
Choose a tag to compare

0.4.0 (2016-11-15)

Features

  • add information message on first startup (f336239)

v0.3.0

15 Nov 08:04
Compare
Choose a tag to compare

0.3.0 (2016-11-15)

Bug Fixes

  • vscode-github: detect current branch (#14) (7c0724b)
  • vscode-github: show status bar only if github project (#10) (42f6abb)
  • vscode-github: update command texts (8649cc0)

Features

  • vscode-github: add status-bar icon for pull-request (#9) (260cf5f)
  • vscode-github: allow https-origin for github detection (#16) (e764751)
  • vscode-github: lazy initialize extension (#7) (12cd5b7)
  • vscode-github: refresh pull-request status every 5 seconds (#15) (51a81b1)
  • vscode-github: respect etag header from github (#12) (62f1e54)
  • vscode-github: show notification on success (#8) (4359f6c)
  • vscode-github: show status of current pull request (#17) (18f9535)

v0.2.0

15 Nov 08:05
Compare
Choose a tag to compare

0.2.0 (2016-11-09)

Bug Fixes

  • vscode-github: current branch detection (719e908)
  • vscode-github: stabilized input of personal access token (#3) (f7735fc)

Features

  • vscode-github: add debug/error channel (9c20ffe)