diff --git a/CHANGES.md b/CHANGES.md index e7004b9d..034647cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,18 @@ # IDEA Community VCS Integration for Perforce +## ::v0.10.16:: + +### Overview + +* Bug fixes + +### Details + +* Bug fixes + * Removed a duplicate event registration, which on Android Studio causes the plugin not to load (#212). + + ## ::v0.10.15:: ### Overview diff --git a/idea-p4server/api/src/main/java/net/groboclown/p4/server/api/ProjectConfigRegistry.java b/idea-p4server/api/src/main/java/net/groboclown/p4/server/api/ProjectConfigRegistry.java index 9c0aab82..31b2b7fe 100644 --- a/idea-p4server/api/src/main/java/net/groboclown/p4/server/api/ProjectConfigRegistry.java +++ b/idea-p4server/api/src/main/java/net/groboclown/p4/server/api/ProjectConfigRegistry.java @@ -224,7 +224,6 @@ public void onHostConnectionError(@NotNull ServerErrorEven // } //}); - UserSelectedOfflineMessage.addListener(projectBusClient, this, this::onUserSelectedOffline); ReconnectRequestMessage.addListener(projectBusClient, this, new ReconnectRequestMessage.Listener() { @Override public void reconnectToAllClients(@NotNull ReconnectRequestMessage.ReconnectAllEvent e) { diff --git a/plugin-v3/src/main/resources/META-INF/plugin.xml b/plugin-v3/src/main/resources/META-INF/plugin.xml index e5c3da5b..360bda2c 100644 --- a/plugin-v3/src/main/resources/META-INF/plugin.xml +++ b/plugin-v3/src/main/resources/META-INF/plugin.xml @@ -1,21 +1,21 @@ Perforce IDEA Community Integration PerforceIC - 0.10.15 + 0.10.16 VCS Integration +
  • 0.10.16
      Removed a duplicate event registration, which on Android Studio causes the plugin not to load. +
  • 0.10.15
    • The VCS root directory options now better sets values independently between roots.
    • Fixed some NPEs caused by certain error and logging conditions.
    • Normalized the path view in the connections panel for Windows.
    • Fixed a problem when file locations don't map to a client workspace file.
  • -
  • 0.10.13 and 0.10.14
      -
    • Quick patch to incorrect "add" to a read-only list.
    • -
  • ]]>