Skip to content

Commit

Permalink
chore: prepare for v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyvion committed May 15, 2024
1 parent 4fcad8d commit 0b6ea72
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/dynamictradeinterface.interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RootNamespace>RealisticOrbitalTrade.DynamicTradeInterface</RootNamespace>
<AssemblyName>RealisticOrbitalTrade.DynamicTradeInterface</AssemblyName>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.5.0</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down
2 changes: 1 addition & 1 deletion .vscode/mod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RootNamespace>RealisticOrbitalTrade</RootNamespace>
<AssemblyName>RealisticOrbitalTrade</AssemblyName>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.5.0</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down
2 changes: 1 addition & 1 deletion .vscode/tweaksgalore.interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RootNamespace>RealisticOrbitalTrade.TweaksGalore</RootNamespace>
<AssemblyName>RealisticOrbitalTrade.TweaksGalore</AssemblyName>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.5.0</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down
2 changes: 1 addition & 1 deletion .vscode/wehadatrader.interop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<RootNamespace>RealisticOrbitalTrade.WeHadATrader</RootNamespace>
<AssemblyName>RealisticOrbitalTrade.WeHadATrader</AssemblyName>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.5.0</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

Expand Down
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Mod compatibility is probably generally good, but there might be issues with mod

&lt;size=24&gt;Version&lt;/size&gt;

This is version 0.4.0 for RimWorld 1.5 and 1.4
This is version 0.5.0 for RimWorld 1.5 and 1.4
</description>
<supportedVersions>
<li>1.5</li>
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>ilyvion.RealisticOrbitalTrade</identifier>
<version>0.4.0</version>
<version>0.5.0</version>
<dependencies>
<li>brrainz.harmony</li>
<li>Ludeon.RimWorld.Royalty</li>
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2024-05-15

### Added

- Added a compatibility layer for [Dynamic Trade Interface](https://steamcommunity.com/sharedfiles/filedetails/?id=3020706506). This is required because Dynamic Trade Interface uses a custom trade dialog instead of modifying the original, so Realistic Orbital Trade wasn't notified when a trade was cancelled when using it, leading to Realistic Orbital Trade thinking a trader had an active trade agreement when there wasn't any. This has now been corrected.
Expand Down Expand Up @@ -72,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First implementation of the mod.

[Unreleased]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/ilyvion/realistic-orbital-trade/compare/v0.2.0...v0.3.0
Expand Down
28 changes: 28 additions & 0 deletions UpdateLog/Defs/UpdateLog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,34 @@
</links>
</TabulaRasa.UpdateDef> -->

<TabulaRasa.UpdateDef>
<defName>RealisticOrbitalTrade_15052024</defName>
<date>2024/05/15</date>
<banner />
<contentList>
<li>
<header>Added a compatibility layer for Dynamic Trade Interface</header>
<text>This is required because Dynamic Trade Interface uses a custom trade dialog instead of modifying the original, so Realistic Orbital Trade wasn't notified when a trade was cancelled when using it, leading to Realistic Orbital Trade thinking a trader had an active trade agreement when there wasn't any. This has now been corrected.</text>
</li>
<li>
<header>Fixed labels in "Contents" tab on shuttles</header>
<text>The fix for minified items from last version had a bug where it would show items with multiple counts as "ItemName x&lt;stackCountInStorage&gt; x&lt;stackCountNeeded&gt;" in the shuttle's "Content" tab. This has now been fixed to be just "ItemName x&lt;stackCountNeeded&gt;" as it should be.</text>
</li>
</contentList>
<links>
<li>
<linkLabel>Steam Workshop</linkLabel>
<linkUrl>https://steamcommunity.com/sharedfiles/filedetails/?id=3236257897</linkUrl>
<linkTex>TabulaRasa/UI/Steam</linkTex>
</li>
<li>
<linkLabel>GitHub</linkLabel>
<linkUrl>https://github.com/ilyvion/realistic-orbital-trade/</linkUrl>
<linkTex>TabulaRasa/UI/GitHub</linkTex>
</li>
</links>
</TabulaRasa.UpdateDef>

<TabulaRasa.UpdateDef>
<defName>RealisticOrbitalTrade_12052024</defName>
<date>2024/05/12</date>
Expand Down

0 comments on commit 0b6ea72

Please sign in to comment.