Skip to content

Commit a2a38c4

Browse files
committed
Update change log and version.
1 parent 5cb127b commit a2a38c4

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

UoFiddler/Forms/AboutBoxForm.resx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,16 @@
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.17.9
121+
<value>Version 4.18.0
122+
- Small fix for animdata control layout
123+
- Verdata preview tab added to browse contents of verdata.mul (if present). It's still work in progress.
124+
- Main windows tabs can now be scrolled with mouse wheel.
125+
- New save file confirmation dialog with open output folder button (thank you SilkySnow_ for the idea and initial PR)
126+
- Multi editor has some new options: line draw, rectangle fill, undo/redo, brush size S/M/L and delete that allows selecting range (needs to be used with virtual floor for best effect).
127+
- Updated compare plugins. Added compare animdata, radarcol and tiledata.
128+
- Added Gumplist.xml that allows to add descriptions and tags to gump list.
129+
130+
Version 4.17.9
122131
- Added the option to display the hue index as it is ingame in every client and server (author Lichtblitz)
123132

124133
Version 4.17.8

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.17.9</AssemblyVersion>
13-
<FileVersion>4.17.9</FileVersion>
14-
<Version>4.17.9</Version>
12+
<AssemblyVersion>4.18.0</AssemblyVersion>
13+
<FileVersion>4.18.0</FileVersion>
14+
<Version>4.18.0</Version>
1515
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
1616
</PropertyGroup>
1717
<PropertyGroup>

0 commit comments

Comments
 (0)