Skip to content

Commit e415f14

Browse files
committed
Updated change log and version.
1 parent 412df96 commit e415f14

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

UoFiddler/Forms/AboutBoxForm.resx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,14 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="richTextBox1.Text" xml:space="preserve">
121-
<value>Version 4.9.12
121+
<value>Version 4.9.13
122+
- Fix for multi (multi tab) region export/import. MultiRegion should now have same coordinates after import.
123+
- Added "Replace starting from.." to Items tab. Allows replacing multiple items starting from selected index.
124+
- Renamed "Insert Starting From.." to "Replace starting from.." as it reflects actual function better.
125+
- Extended Ultima.Client with method to enumerate multiple ultima windows. Author: NaphalAXT. Source: https://github.com/NaphalAXT/ultimasVos/commit/5f2847739e8c690f8caa5e41c26075f64b930c0b
126+
- Minor code fixes and cleanups.
127+
128+
Version 4.9.12
122129
- Added search items on Dress tab.
123130

124131
Version 4.9.11

UoFiddler/UoFiddler.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<AssemblyTitle>UoFiddler</AssemblyTitle>
99
<Product>UoFiddler</Product>
1010
<Copyright>Copyright © 2020</Copyright>
11-
<AssemblyVersion>4.9.12</AssemblyVersion>
12-
<FileVersion>4.9.12</FileVersion>
13-
<Version>4.9.12</Version>
11+
<AssemblyVersion>4.9.13</AssemblyVersion>
12+
<FileVersion>4.9.13</FileVersion>
13+
<Version>4.9.13</Version>
1414
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)