Skip to content

Latest commit

 

History

History
153 lines (91 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

153 lines (91 loc) · 3.54 KB

QuickLink Changelog

1.0.11 - 2024-09-30

Changed

  • Now the plugin allows generating links to modified files, even though the lines may be inaccurate
  • If the current commit is not reachable from remote branches, the plugin will look for the closest parent commit that is

Added

  • Two new actions: "Copy Current Commit Line Link" (the old behavior) and "Copy Latest Default Line Link"

1.0.10 - 2024-06-29

Added

  • Bitbucket URL's support

1.0.9 - 2024-06-13

Fixed

  • Fixed multiline selection on IDE version 2024
  • Fixed compiling on IDE version 2024

1.0.8 - 2024-05-11

Added

  • Add support for generating multiline selection links for GitHub and Gitlab

Changed

  • Merge changes from the 1.9.0 version of the IntelliJ plugin template
  • Remove the upper bound of the supported IJ versions
  • Now the Copy Line Link action may be called even before the indexes have been built

Added

  • Add support for symlink in file path

Added

  • Add support for git submodule

Added

  • Support Space

Added

  • Support for multiple newer IJ versions

Added

  • Support for 213 versions

Fixed

  • "No project file in GoLand" issue

Added

  • More info on the settings tab usage

Changed

  • Added the 📃 emoji to the GitHub Action's commits
  • Removed the https:// protocol from generated links. Some corporate domains may not support it.

Added

  • Support for custom domains mappings

Fixed

  • A typo in "Locally modified files"

Added

  • Support for 212 versions

Added

  • Plugin Icon
  • Gitlab URL's support

Changed

  • Added more info to the description

Added

Changed

  • Changed the pluginName and the <name> values to `'Quick Link'
  • Reviewed error messages according to the guidelines
  • Removed the word intellij from everywhere
  • Now the plugin generates line links to particular commits only
  • Notification balloon timeout reduced to 3 seconds

Fixed

  • Forbade generating links for locally changed files
  • A type in UnsupportedUrlFormatException
  • Plugin ID must now be 17287, not 17286