Skip to content

Commit

Permalink
Adding the new feature to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed May 10, 2024
1 parent 06913ba commit d5bf14a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2024.2
* Adds support for [Parent=""] attributes
* Adds the ability to use Refactoring to Rename a Def, changing all references to that def in XML and C#

## 2024.1
* Built for 2024.1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ into the definitions on which the XML sits.
* When using them on `Parent=""` attributes, jump to the XML definition for that parent
* Read the values in `Class=""` attributes to fetch the correct class to autocomplete from, such as in comps
* Support for Custom Def Classes (Such as `<MyMod.CustomThingDef>`)
* Support for using Refactoring to Rename a Def, renaming all of its usages in XML and C#
* A Rimworld Run Configuration
* Automatically loads Unity Doorstop if run in Debug mode
* Specify a ModList and Save file to load for just this one launch
Expand Down
1 change: 1 addition & 0 deletions src/rider/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ in your mods!</p>
<![CDATA[
<p><ul>
<li>Add support for Parent="" referencesin XML defs</li>
<li>Adds the ability to use Refactoring to Rename a Def, changing all references to that def in XML and C#</li>
</ul></p>
]]>
</change-notes>
Expand Down

0 comments on commit d5bf14a

Please sign in to comment.