Skip to content

Releases: OctoLinker/OctoLinker

4.8.0

31 Jan 14:26
Compare
Choose a tag to compare

Highlights

We added support for one more language. This time we picked Go. As usually, this makes import statements clickable and let you discover dependencies with ease. Read on for details or check out the related PR #253

Core library imports

A standard library import like import "math/big" will reference to https://golang.org/pkg/math/big.

Relative imports

An import path beginning with ./ or ../ is treated as a relative path. OctoLinker tries to resolve the path and redirects you to the linked resource.

Remote imports

Last but not least, OctoLinker also supports hosting sites. For example import "github.com/foo/bar" will reference to https://github.com/foo/bar. The following hosting sites are supported:

  • github.com
  • bitbucket.org
  • launchpad.net
  • hub.jazz.net
  • gopkg.in

Note, other remote import path like company.com/foo/bar aren't supported yet. If you want to get this implemented vote on the related issue #264.

Misc

  • Fallback to storage.local if storage.sync isn't available #258

Bugfix

  • Fix debug class name #249
  • Fix go package imports #266

All Changes

4.7.1...4.8.0

v4.7.1

28 Dec 20:45
Compare
Choose a tag to compare

Bugfix

  • Use measurement protocol to get rid of the ga remote script #232
  • helper-grammar-regex-collection: Ensure PYTHON_IMPORT doesn't match comments #237

All Changes

4.7.0...v4.7.1

v4.7.0

14 Dec 05:32
Compare
Choose a tag to compare

Highlights

I'm very happy to tell you that the OctoLinker works in discussion and other none-code documents like markdown files now. Check out the related PR for details #224

screen shot 2016-12-13 at 23 05 05

Misc

  • Track usage of extension via GA #227

Bugfix

  • Firefox Pop-up blocker prevents open link in new tab #228
  • CoffeeScript support by merging presets (#222)

All Changes

4.6.0...4.7.0

v4.6.0

04 Dec 22:11
Compare
Choose a tag to compare

Highlights

We now have an options page that allows you to customize your OctoLinker experience. Let's kick off with the most important options. We added an option where you can specify whether a link should open in a new tab or not #216.

screen shot 2016-12-04 at 23 14 35

To increase the visibilty of the OctoLinker links we added another options which will add an indcator next to the line number if the line contains an OctoLinker link #217.

screen shot 2016-12-04 at 22 54 06

Another useful feature we think you'll like is PullRequest comment support. Like in the PullRequest file view, the code surrounded by a comment will be converted into links as well. It doesn't work for JSON files like package.json, because our parser requires a valid JSON representation #207.

screen shot 2016-10-25 at 23 56 56

Other improvements

Bugfix

  • Fix issue where links in the PullRequest diff was broken #218

All Changes

v4.5.0...4.6.0

v4.5.0

18 Oct 20:15
Compare
Choose a tag to compare

Highlights

  • Add .net core project.json support #190

Bugfix

  • Does not remove closing bracket in source code comment #192

All Changes

v4.4.0...4.5.0

Thanks a lot to @Ibrahim-Islam for his first pull request!

v4.4.0

01 Sep 20:32
Compare
Choose a tag to compare

It took awhile, but now you can open links in a new tab on middle mouse click. Also, I'm happy to tell you that the OctoLinker hit 10.000 active users mark today 🎉

v4.3.0

23 Aug 22:54
Compare
Choose a tag to compare

This was an exciting release where we've added a few more languages to the extension.

Highlights

  • Add Python support #155
  • Add Rust support #153
  • Add Dockerfile support #142
  • Add vimrc support #147
  • Add gist support #158

A detailed list of all features is available here.

Other Changes

Homebrew

  • Use homebrew-core for fallback link #134
  • support depends_on formula: syntax #148

Website

All Changes

v4.2.0...v4.3.0


Huge thanks to core contribute @josephfrazier. Also props to @petereberlecom and http://art-noir.net for the awesome website!

v4.2.0

30 Jul 23:58
Compare
Choose a tag to compare

Highlights

  • Publish Firefox version of the OctoLinker #100
  • Publish Opera version of the OctoLinker #118
  • Add TypeScript support. This will let you click on import and require statements in TypeScript files. Furthermore reference tags like <reference path="./foo.d.ts" /> are clickable as well #130

Other Changes

  • Link files from packages foo/bar.js #95
  • Link files from scope packages @foo/bar/baz.js #115
  • Link the bin field in package.json #127
  • Link the browser field in package.json #126
  • Support the dependencies and conflicts filed for Homebrew-Cask #124
  • Open OctoLinker notification in new tab #85.
  • Add close button to OctoLinker notificaton #102
  • Fix conflict with github-highlight-selected chrome extension #88
  • Allow links to be "clicked" with Vimium chrome extension #114

All Changes

v4.1.0...v4.2.0


Huge thanks to @josephfrazier @dpeukert @dannyfritz @ruanyl

v4.1.0

25 May 21:23
Compare
Choose a tag to compare

In this release we added support for Homebrew formula #81. Special thanks @josephfrazier for your awesome contribution.

list

v4.0.2

19 May 15:22
Compare
Choose a tag to compare

This bug fix release makes export declarations clickable #80 Thanks @jamestalmage for your contribution.