Skip to content

v1.0.0

Latest

Choose a tag to compare

@kasuken kasuken released this 13 Oct 13:18
· 6 commits to main since this release
9801720

OctoLink V1.0.0 Release Notes πŸŽ‰

Release Date: October 13, 2025
Version: 1.0.0 - Official Stable Release

I am excited to announce the first stable release of OctoLink - your one-click bridge between VS Code and GitHub! πŸ™

πŸš€ What's New in V1.0.0

Core Features

πŸ”— Open on GitHub

Jump directly from any file in VS Code to its corresponding location on GitHub. Perfect for quick code reviews and sharing specific file references.

πŸ“š Open File History on GitHub

View the complete commit history of any file directly on GitHub. Track changes, see who modified what, and understand your code's evolution.

πŸ”— Copy Permalink

Generate and copy commit-based permanent URLs to your clipboard. These links won't break even if branches are renamed or deleted, making them perfect for:

  • Documentation references
  • Code reviews
  • Issue discussions
  • Team collaboration

πŸš€ Open Related Pull Request

Instantly find and open the pull request associated with your current branch. If no PR exists, quickly navigate to create a new one. Streamlines your GitHub workflow by eliminating manual PR searches.

πŸ“Š Open Repo Dashboard

Quick access to your repository's key sections through an intuitive picker:

  • Issues - Track bugs, features, and tasks
  • Actions - Monitor CI/CD workflows
  • Discussions - Engage in community conversations

🎯 Key Benefits

  • One-Click Navigation: Seamlessly jump between VS Code and GitHub
  • Time Saver: Eliminate manual URL construction and repository browsing
  • Team Collaboration: Share exact code locations with permanent links
  • Workflow Integration: Access GitHub features without leaving your editor
  • Smart Detection: Automatically detects Git remotes and current context

πŸ”§ How to Use

Access Methods

All features are available through:

  • Right-click context menu in the Explorer pane
  • Command Palette (Ctrl+Shift+P / Cmd+Shift+P)

Commands Available

  • Octolink - Open on GitHub
  • Octolink - Open File History on GitHub
  • Octolink - Copy Permalink
  • Octolink - Open Related Pull Request
  • Octolink - Open Repo Dashboard

πŸ“‹ Requirements

  • VS Code: Version 1.104.0 or higher
  • Git Repository: Must be initialized with GitHub remote
  • Active Workspace: Commands activate when .git folder is detected

πŸ› οΈ Installation

Install directly from the VS Code Marketplace or via command line:

ext install emanuelebartolesi.vscode-octo-link

πŸ› Bug Fixes & Improvements

  • Enhanced error handling for invalid Git repositories
  • Improved remote URL detection for various GitHub configurations
  • Better user feedback with status bar notifications
  • Optimized performance for large repositories

πŸ“ž Support & Feedback