Skip to content

Commit

Permalink
Update CHANGELOG and plugin metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Jan 30, 2020
1 parent bd81443 commit bb754d6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).

This plugin has functionality that is common to both ReSharper and Rider. It also contains a plugin for the Unity editor that is used to communicate with Rider. Changes marked with a "Rider:" prefix are specific to Rider, while changes for the Unity editor plugin are marked with a "Unity editor:" prefix. No prefix means that the change is common to both Rider and ReSharper.

## 2019.3.2
* [Commits](https://github.com/JetBrains/resharper-unity/compare/net193-eap7-rtm-2019.3.0-rtm-2019.3.1...net193-eap8-rtm-2019.3.2)
* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/34?closed=1)

### Changed

- Unity Editor: Find Usages window now allows replacing current open scene ([#1479](https://github.com/JetBrains/resharper-unity/issues/1479), [#1480](https://github.com/JetBrains/resharper-unity/pull/1480))

### Fixed

- Avoid creating meta files outside of Asset or Packages folders ([#1489](https://github.com/JetBrains/resharper-unity/issues/1489), [#1491](https://github.com/JetBrains/resharper-unity/pull/1491))



## 2019.3.1
* [Commits](https://github.com/JetBrains/resharper-unity/compare/net193-eap7-rtm-2019.3.0...net193-eap7-rtm-2019.3.0-rtm-2019.3.1)
* [Milestone](https://github.com/JetBrains/resharper-unity/milestone/33?closed=1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
- And much more!
</description>
<releaseNotes>
New in 2019.3.1
New in 2019.3.2

Fixed:
- Fix usage count for custom event based event handlers in Unity 2018.4+ (#1448, #1449)
- Avoid creating meta files outside of Asset or Packages folders (#1489, #1491)

See CHANGELOG.md in the JetBrains/resharper-unity GitHub repo for more details and history.
</releaseNotes>
Expand Down
22 changes: 4 additions & 18 deletions rider/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,29 +262,15 @@
<change-notes>
<![CDATA[
<p>
<strong>New in 2019.3.1</strong>
<em>Added:</em>
<ul>
<li>Add proper file icons for <tt>*.uxml</tt> and <tt>*.uss</tt> files (<a href="https://youtrack.jetbrains.com/issue/RIDER-34788">RIDER-34788</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1443">#1443</a>)</li>
</ul>
<strong>New in 2019.3.2</strong>
<em>Changed:</em>
<ul>
<li>Entire plugin is no longer disabled if the CSS plugin is disabled (<a href="https://youtrack.jetbrains.com/issue/RIDER-36523">RIDER-36523</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1443">#1443</a>)</li>
<li>Rider: Make Attach to Unity Process dialog resizable (<a href="https://github.com/JetBrains/resharper-unity/issues/1446">#1446</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1450">#1450</a>)</li>
<li>Rider: Identify child processes by role in Attach to Unity Process dialog (<a href="https://github.com/JetBrains/resharper-unity/issues/1328">#1328</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1450">#1450</a>)</li>
</ul>
<em>Fixed:</em>
<ul>
<li>Rider: Show correct project name when Unity started with certain command line on Windows (<a href="https://github.com/JetBrains/resharper-unity/pull/1450">#1450</a>)</li>
<li>Rider: Show correct project name when multiple Unity processes listed in Attach to Process popup list (<a href="https://github.com/JetBrains/resharper-unity/issues/1456">#1456</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1450">#1450</a>)</li>
<li>Rider: Fix exception in Attach to Unity Process dialog causing list to be empty (<a href="https://github.com/JetBrains/resharper-unity/issues/1454">#1454</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1450">#1450</a>)</li>
<li>Rider: Show run configuration dialog for Unity class library projects (<a href="https://github.com/JetBrains/resharper-unity/issues/1445">#1445</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1450">#1450</a>)</li>
<li>Rider: Fix finding existing Unity instance to debug (<a href="https://youtrack.jetbrains.com/issue/RIDER-36256">RIDER-36256</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1450">#1450</a>)</li>
<li>Rider: Fix <tt>EditorInstance.json</tt> being locked by Rider (<a href="https://github.com/JetBrains/resharper-unity/pull/1450">#1450</a>)</li>
<li>Unity Editor: Find Usages window now allows replacing current open scene (<a href="https://github.com/JetBrains/resharper-unity/issues/1479">#1479</a>, <a hreff="https://github.com/JetBrains/resharper-unity/pull/1480">#1480</a>)</li>
</ul>
</p>
<em>Fixed:</em>
<ul>
<li>Fix usage count for custom event based event handlers in Unity 2018.4+ (<a href="https://github.com/JetBrains/resharper-unity/issues/1448">#1448</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1449">#1449</a>)</li>
<li>Avoid creating meta files outside of Asset or Packages folders (<a href="https://github.com/JetBrains/resharper-unity/issues/1489">#1489</a>, <a href="https://github.com/JetBrains/resharper-unity/pull/1491">#1491</a>)</li>
</ul>
</p>
<p>See the <a href="https://github.com/JetBrains/resharper-unity/blob/net193/CHANGELOG.md">CHANGELOG</a> for more details and history.</p>
Expand Down

0 comments on commit bb754d6

Please sign in to comment.