Skip to content

Commit

Permalink
πŸ’š fix build fail
Browse files Browse the repository at this point in the history
πŸ’„ add action icon
  • Loading branch information
iml885203 committed Jun 22, 2024
1 parent 096d2a0 commit f1d0aee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

# IntelliJ-git-open Changelog

## 2024.6.3
## [Unreleased]

## [2024.6.3]
### Added
- Support ssh protocol for git remote url
- Support Open Pipelines/Actions On Browser
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</applicationListeners>

<actions>
<action class="com.github.iml885203.intellijgitopen.actions.OpenRemoteRepoAction" id="com.github.iml885203.intellijgitopen.actions.OpenRemoteRepoAction" text="Open Remote Repository On Browser" />
<action class="com.github.iml885203.intellijgitopen.actions.OpenMergeRequestsAction" id="com.github.iml885203.intellijgitopen.actions.OpenMergeRequestsAction" text="Open MergeRequests/PullRequests On Browser" />
<action class="com.github.iml885203.intellijgitopen.actions.OpenPipelinesAction" id="com.github.iml885203.intellijgitopen.actions.OpenPipelinesAction" text="Open Pipelines/Actions On Browser" />
<action class="com.github.iml885203.intellijgitopen.actions.OpenRemoteRepoAction" id="com.github.iml885203.intellijgitopen.actions.OpenRemoteRepoAction" text="Open Remote Repository On Browser" icon="com.intellij.icons.ExpUiIcons.Javaee.WebService" />
<action class="com.github.iml885203.intellijgitopen.actions.OpenMergeRequestsAction" id="com.github.iml885203.intellijgitopen.actions.OpenMergeRequestsAction" text="Open MergeRequests/PullRequests On Browser" icon="com.intellij.icons.ExpUiIcons.Javaee.WebService" />
<action class="com.github.iml885203.intellijgitopen.actions.OpenPipelinesAction" id="com.github.iml885203.intellijgitopen.actions.OpenPipelinesAction" text="Open Pipelines/Actions On Browser" icon="com.intellij.icons.ExpUiIcons.Javaee.WebService" />
</actions>
</idea-plugin>

0 comments on commit f1d0aee

Please sign in to comment.