Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 2.1 KB

changelog.md

File metadata and controls

85 lines (63 loc) · 2.1 KB

Version 2.3.0

  • New command: "Open in GitHub: Repository", just a convenience alias
  • New command: "Open in GitHub: Commits"

Version 2.2.1

  • Fixed an issue with the detection of remote urls using subdomain

Version 2.2.0

  • Calculating the relative path of a file more reliably
  • New setting: "openInGitHub.useLocalDomain", for inferring the remote domain automatically

Version 2.1.3

  • Minor internal improvements

Version 2.1.2

  • Updated some dependencies

Version 2.1.1

  • Readme: deleted demos, for simplicity

Version 2.1.0

  • New setting: github.protocol

Version 2.0.0

  • Rewitten: more modern code, no third-party dependencies, 99% smaller bundle
  • New command: "Open in GitHub: Security"
  • New command: "Open in GitHub: Insights"
  • New command: "Open in GitHub: Tags"
  • New command: "Open in GitHub: Copy File Link"

Version 1.3.0

  • New command: "Open in GitHub: Actions"
  • New command: "Open in GitHub: Projects"
  • New command: "Open in GitHub: Wiki"
  • New command: "Open in GitHub: Settings"
  • New command: "Open in GitHub: File Permalink"
  • New command: "Open in GitHub: Copy File Permalink"

Version 1.2.4

  • Update .github/FUNDING.yml
  • Deleted repo-level github funding.yml
  • Ensuring custom domans are handled properly

Version 1.2.3

  • Fixed remote support

Version 1.2.2

  • Url: avoiding url encoding forward slashes

Version 1.2.1

  • Fixed a couple of bugs

Version 1.2.0

  • Improved support for monorepos -- Fixed usage under Windows
  • Added an “Open in GitHub: Releases” command

Version 1.1.5

  • Fixed a regression

Version 1.1.4

  • Setting useLocalLine to false by default
  • Simplified range URL when the selected range encompasses only one line
  • Properly escaping urls

Version 1.1.3

  • Readme: using hi-res logo

Version 1.1.2

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

Version 1.1.1

  • Bundling with webpack

Version 1.1.0

  • Added an useLocalLine setting

Version 1.0.2

  • Selecting lines only if the current selection is not empty

Version 1.0.1

  • Updated readme

Version 1.0.0

  • Initial release