diff --git a/docs/releases/saros-i_0.2.1.md b/docs/releases/saros-i_0.2.1.md index 0789af5724..813620b67c 100644 --- a/docs/releases/saros-i_0.2.1.md +++ b/docs/releases/saros-i_0.2.1.md @@ -28,11 +28,12 @@ The current release `0.2.1` is not compatible with the previous Saros/I releases ## Changes -- Fixed [#696](https://github.com/saros-project/saros/issues/696) - Color settings page not loading for Windows users - Allow project module to be shared - The project module (i.e. the module that contains the project configuration and is used to load the project) can not be shared through Saros. The project configuration files will be ignored by the session. - Honor excluded resources - The Saros session now ignores resources marked as 'excluded' in the IDE. As a result, such resources and activities modifying them won't be shared with other participants. +- Fixed [#696](https://github.com/saros-project/saros/issues/696) - Color settings page not loading on the Windows platform +- Fixed [#703](https://github.com/saros-project/saros/issues/703) - Fix "Use existing module" option failing on the Windows platform ## Features diff --git a/intellij/resources/META-INF/plugin.xml b/intellij/resources/META-INF/plugin.xml index 2516622009..b95a77d740 100644 --- a/intellij/resources/META-INF/plugin.xml +++ b/intellij/resources/META-INF/plugin.xml @@ -11,9 +11,10 @@ -
  • Fixed #696 - Color settings page not loading for Windows users
  • Allow project module to be shared
  • Honor excluded resources
  • +
  • Fixed #696 - Color settings page not loading on the Windows platform
  • +
  • Fixed #703 - Fix "Use existing module" option failing on the Windows platform

  • This list only refers to changes included in the latest release.