All Versions
33
Latest Version
Avg Release Cycle
23 days
Latest Release
1228 days ago

Changelog History
Page 1

  • v6.7.0 Changes

    November 16, 2020

    ๐Ÿ”‹ Feature

    ๐Ÿ›  Fix

    Housekeeping

    Like what we do?

    โšก๏ธ Unlike many other browser extensions, OctoLinker is maintained and constantly updated since 2013. Please consider supporting our ongoing efforts. Thank you.

  • v6.6.0 Changes

    October 07, 2020

    ๐Ÿš€ If this release deserves a name, I would call it Brian aka @xt0rted. Brian's contributions are remarkable and I'm so grateful for his contributions and help. Thank you Brian!

    PHP

    ๐Ÿš€ Until now, support for PHP was limited to composer files. We want to change this! This release adds support for classes and functions that will link to their respective php.net page.

    use ArrayAccess; // =\> https://www.php.net/manual/en/class.arrayaccess.phpuse function preg\_last\_error; // =\> https://www.php.net/manual/en/function.preg-last-error.php
    

    โž• Added in #1033 by @stefanbuck

    Paket

    ๐Ÿ“ฆ Paket is a dependency manager for .NET projects. OctoLinker links dependencies defined in paket.dependencies, paket.local or paket.references file like we do for package.json files.

    nuget Chessie >= 0.6 // => https://www.nuget.org/packages/Chessie
    github fsharp/FAKE modules/Octokit/Octokit.fsx // => https://github.com/fsharp/FAKE/blob/master/modules/Octokit/Octokit.fsx
    

    โž• Added in #1064 by @xt0rted

    Other improvements

    Housekeeping

    Like what we do?

    โšก๏ธ Unlike many other browser extensions, OctoLinker is maintained and constantly updated since 2013. Please consider supporting our ongoing efforts. Thank you.

  • v6.5.0 Changes

    August 19, 2020

    ๐Ÿš€ This release contains two improvements.

    ๐Ÿ‘ @xt0rted added better GitHub Actions support which adds links for local Actions in the current repo, as well as actions that have sub actions which are located in a sub folder for the given action #943

    ๐Ÿ‘ @stefanbuck worked on better OctoLinker notifications which is addressing #918 along with other improvements to make the notification less intrusive #975. Notifications will now appear in the bottom left corner in a new look and feel. Also dismissed, notification will be hidden for a period of time, if you're visiting a private repo without GitHub token or the token is invalid.

    โšก๏ธ Unlike many other browser extensions, OctoLinker is maintained and constantly updated since 2013. Please consider supporting our ongoing efforts. Thank you.


    All changes v6.4.0...v6.5.0

  • v6.4.0 Changes

    April 30, 2020

    ๐Ÿ‘ Svelte support + settings page with dark mode

    ๐Ÿ”‹ Features

    Housekeeping

    • โฌ‡๏ธ Drop CI env variable from GHA Workflow #896 by @fregante

    All changes v6.3.0...v6.4.0

    ๐Ÿฑ Like what we do? โค๏ธโค๏ธโค๏ธ

    ๐Ÿ‘ Does OctoLinker make your life easier? Support us with a monthly donation.

  • v6.3.1 Changes

    April 17, 2020

    ๐Ÿ›  Fix api.github.com permission

    ๐Ÿ›  Fix

    • Declare api.github.com as permission which was added to the wrong field in the mainfest file #894
  • v6.3.0 Changes

    April 12, 2020

    Hovercard, Go Modules and new permission

    ๐Ÿ†• New permission

    As you might have been noticed, OctoLinker requires a new permission to access https://github.com. We explain in detail why this change was needed.

    Highlight

    โšก๏ธ We're thrilled to share this exciting new feature of OctoLinker with you. A hovercard that give you a sense of the linked GitHub repository. It holds the repository description, number of stars and forks, last update date and the primary language. Looks familiar, doesn't it? We borrowed this feature from GitHub.com. Check out #869 for implementation details.

    Other improvements

    • ๐Ÿ‘Œ Support for Go Modules #879 by @StarpTech
    • ๐Ÿ‘Œ Support spaces in .net file paths #836

    Housekeeping

    • ๐Ÿ‘‰ Use some shortcuts in the versioning script #866 by @fregante
    • โฌ†๏ธ Bump prettier from 1.19.1 to 2.0.4 #873

    All changes v6.2.2...v6.3.0

  • v6.2.2 Changes

    April 06, 2020

    ๐Ÿ†• New extension permission

    ๐Ÿ‘€ For details see #870

  • v6.2.1 Changes

    April 01, 2020

    ๐Ÿ›  Bugfix

    โšก๏ธ Unable to hide update notification #867

  • v6.2.0 Changes

    March 31, 2020

    ๐Ÿ‘ Cargo.toml support and other minor improvements

    ๐Ÿ”‹ Features

    • โž• Add support for cargo.toml files #858 Thanks @xt0rted

    Minor improvements

    • โšก๏ธ Persist update notification on reload #839
    • โž• Add hint to disable OctoLinker for private repos #838

    ๐Ÿ›  Bugfixes

    • Do not pare suggested code changes block #837

    Housekeeping

    • ๐Ÿ”Œ Use relative resolver for nodejs plugin #840
    • โฌ†๏ธ Various dependencies upgrades see all changes

    All changes v6.1.0...v6.2.0

  • v6.1.0 Changes

    March 07, 2020

    ๐Ÿ› Bug fixes and much better .net support

    ๐Ÿ”‹ Features

    • โž• Add support for .net references #808
    • โž• Add support for .net global tool configs #807
    • โž• Add support for .net project & file references #789

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix linking of PR reviews comment #829
    • ๐Ÿ›  Fix linking for duplicates in PR view #811

    Housekeeping

    • โฌ†๏ธ Bump actions/checkout from v1 to v2 #810
    • โš  Disable no-console warnings #809
    • โž• Add tests for plugin-dot-net-project #806

    All changes v6.0.0...v6.1.0