Skip to content

Commit 3f40410

Browse files
committed
Update change log and version.
1 parent 152e54c commit 3f40410

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

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.18.1
121+
<value>Version 4.18.2
122+
- Fixed WSC multi import where file has absolute coordinates. Now all coordinates are converted to relative ones.
123+
- Added DynamicItems.xml with list of items that should be marked as dynamic when importing multis from WSC.
124+
- Added support for viewing and importing Multicollection.uop multis (there is no save option for now).
125+
- Improved CliLoc comparison. It shows word diff now with highlights.
126+
- Removed `New cliloc format` option. Cliloc format is now autodetected.
127+
128+
Version 4.18.1
122129
- Mass import plugin now allows importing PNG and JPEG.
123130
- Invalid entries in Animationlist.xml will now be skipped nad will result in a message about the problem.
124131
- Multi editor now has additional form with shortcut list.

UoFiddler/UoFiddler.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<AssemblyTitle>UoFiddler</AssemblyTitle>
1010
<Product>UoFiddler</Product>
1111
<Copyright>Copyright © 2026</Copyright>
12-
<AssemblyVersion>4.18.1</AssemblyVersion>
13-
<FileVersion>4.18.1</FileVersion>
14-
<Version>4.18.1</Version>
12+
<AssemblyVersion>4.18.2</AssemblyVersion>
13+
<FileVersion>4.18.2</FileVersion>
14+
<Version>4.18.2</Version>
1515
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
1616
</PropertyGroup>
1717
<PropertyGroup>

0 commit comments

Comments
 (0)