1.0.11 - 2024-09-30
- 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
- Two new actions: "Copy Current Commit Line Link" (the old behavior) and "Copy Latest Default Line Link"
1.0.10 - 2024-06-29
- Bitbucket URL's support
1.0.9 - 2024-06-13
- Fixed multiline selection on IDE version 2024
- Fixed compiling on IDE version 2024
1.0.8 - 2024-05-11
- Add support for generating multiline selection links for GitHub and Gitlab
- 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
- Add support for symlink in file path
- Add support for git submodule
- Support Space
- Support for multiple newer IJ versions
- Support for 213 versions
- "No project file in GoLand" issue
- More info on the settings tab usage
- Added the 📃 emoji to the GitHub Action's commits
- Removed the
https://
protocol from generated links. Some corporate domains may not support it.
- Support for custom domains mappings
- A typo in "Locally modified files"
- Support for 212 versions
- Plugin Icon
- Gitlab URL's support
- Added more info to the description
- Initial scaffold created from IntelliJ Platform Plugin Template
- Added support for individual commits
- 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
- Forbade generating links for locally changed files
- A type in
UnsupportedUrlFormatException
- Plugin ID must now be 17287, not 17286