Skip to content

Commit 53c353c

Browse files
committed
Update change log and version.
1 parent 73b1bb1 commit 53c353c

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.19.0
121+
<value>Version 4.19.1
122+
- UopPacker: added save support for MultiCollection.uop (including housing.bin) and refreshed the plugin UI.
123+
- Map copy/replace dialog now supports UOP map files. #105
124+
- Added "Replace from folder" bulk action for Items and Land Tiles tabs. #102
125+
- More controls now use the unified File Saved dialog (with Open Folder shortcut) when saving.
126+
- Animation editor remembers the selected file filter when adding new frames. #82
127+
128+
Version 4.19.0
122129
- Added support for previewing contents of animations in anim6.mul and AnimationFrame1-6.uop (no export or edit option for uop yet).
123130
- Fixed possible crash and slowdown during tiledata CSV import from newer client to older client.
124131
- More preview boxes now support change background color and use background color set in Options.

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.19.0</AssemblyVersion>
13-
<FileVersion>4.19.0</FileVersion>
14-
<Version>4.19.0</Version>
12+
<AssemblyVersion>4.19.1</AssemblyVersion>
13+
<FileVersion>4.19.1</FileVersion>
14+
<Version>4.19.1</Version>
1515
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
1616
</PropertyGroup>
1717
<PropertyGroup>

0 commit comments

Comments
 (0)