Skip to content

Commit

Permalink
1.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Caraxi committed Jun 1, 2020
1 parent 5b9e933 commit 9b132a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

### 1.2.0.0
- Added ability to save and reload outfits in fitting room
- Adjusted location of some buttons on the main search window to avoid overlapping when window is small
- Fixed the short pause that was happening every time when opening Item Search

### 1.1.1.0 Hotfix
- Don't 'Try On' items that aren't equipable. (I meant to do this but forgot)
- Fix localization key from displaying on the Category filter when 'All' should show.
Expand Down
6 changes: 3 additions & 3 deletions ItemSearchPlugin/ItemSearchPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<Version>1.1.1.0</Version>
<FileVersion>1.1.1.0</FileVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<Version>1.2.0.0</Version>
<FileVersion>1.2.0.0</FileVersion>
</PropertyGroup>
<ItemGroup Label="Resources">
<None Include="$(SolutionDir)/Resources/**/*" CopyToOutputDirectory="PreserveNewest" Visible="false" />
Expand Down
2 changes: 1 addition & 1 deletion ItemSearchPlugin/ItemSearchPlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Name": "Item Search Plugin",
"Description": "Search for items. Type /xlitem to open search window.",
"InternalName": "ItemSearchPlugin",
"AssemblyVersion": "1.1.1.0",
"AssemblyVersion": "1.2.0.0",
"RepoUrl": "https://github.com/Caraxi/ItemSearchPlugin",
"ApplicableVersion": "any",
"Tags": [ "Item", "Search", "Lookup", "Tool", "Try On", "Link"]
Expand Down

0 comments on commit 9b132a8

Please sign in to comment.