- New command: "Open in GitHub: Discussions" (#36)
- Fixed support for domain names containing hyphens (#38)
- Removed unnecessary slash from generated links containing a fragment (#34)
- Made parsing a remote git url a bit more permissive
- New command: "Open in GitHub: Repository", just a convenience alias
- New command: "Open in GitHub: Commits"
- Fixed an issue with the detection of remote urls using subdomain
- Calculating the relative path of a file more reliably
- New setting: "openInGitHub.useLocalDomain", for inferring the remote domain automatically
- Minor internal improvements
- Updated some dependencies
- Readme: deleted demos, for simplicity
- New setting:
github.protocol
- Rewritten: 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"
- 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"
- Update .github/FUNDING.yml
- Deleted repo-level github funding.yml
- Ensuring custom domains are handled properly
- Fixed remote support
- Url: avoiding url encoding forward slashes
- Fixed a couple of bugs
- Improved support for monorepos -- Fixed usage under Windows
- Added an “Open in GitHub: Releases” command
- Fixed a regression
- Setting
useLocalLinetofalseby default - Simplified range URL when the selected range encompasses only one line
- Properly escaping urls
- Readme: using hi-res logo
- Outputting modern code (es2017, faster)
- Using "Debug Launcher" for debugging
- Bundling with webpack
- Added an
useLocalLinesetting
- Selecting lines only if the current selection is not empty
- Updated readme
- Initial release