Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OctoLinker/OctoLinker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.17.1
Choose a base ref
...
head repository: OctoLinker/OctoLinker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.18.0
Choose a head ref
  • 6 commits
  • 20 files changed
  • 4 contributors

Commits on May 9, 2018

  1. Bump dependencies (#464)

    * Bump dependencies
    
    * Fix code style after upgrading prettier
    stefanbuck authored and josephfrazier committed May 9, 2018
    Configuration menu
    Copy the full SHA
    52b2f66 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Improve Python support (#465)

    * Take second value from python import into account
    
    * Match trailing " import bar" in Python imports
    
    The second group will match as `undefined` when the text isn't present, so filter that out.
    
    * Stip comma sign
    
    * Extend local Pyhton import support
    stefanbuck authored May 22, 2018
    Configuration menu
    Copy the full SHA
    e372ced View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Fix bower, composer, and dotnet plugins (#467)

    * Update & fix bower, composer, and dotnet plugins
    
    * Filter empty matches in order to allow skip entries
    
    * Revert needless change
    Grzegorz Rajchman authored and stefanbuck committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    8c0af4f View commit details
    Browse the repository at this point in the history
  2. Fix openTab handler for Firefox (#466)

    * Fix openTab handler for Firefox
    
    Before this commit, right-clicking (or middle-mouse clicking) on a link
    doesn't open it in a new tab in Firefox. This was because the extension
    is using a chrome-specific module for the storage.
    
    Instead, I've changed it to use the webextension-polyfill, which makes
    the storage APIs work the same in Chrome and Firefox, so you don't have
    to care about platform-specific APIs.
    
    License: MIT
    Signed-off-by: Victor Bjelkholm <[email protected]>
    
    * `import browser` instead of including background script
    
    See #466 (comment)
    victorb authored and stefanbuck committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    45e3be4 View commit details
    Browse the repository at this point in the history
  3. Add support for non repo root Haskell projects. (#463)

    In my use case we keep several Haskell projects in one repository (monorepo approach). This PR extends search to modules relative to Haskell project root (not git root). It is detected by cutting current path on `src`, `lib`, `app`, or `test`. Also adds navigation in test suites.
    kfigiela authored and stefanbuck committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    7796784 View commit details
    Browse the repository at this point in the history
  4. v4.18.0 (#469)

    stefanbuck authored Jun 1, 2018
    Configuration menu
    Copy the full SHA
    c617081 View commit details
    Browse the repository at this point in the history
Loading