Skip to content

Commit

Permalink
Update change log and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsYlum- committed Dec 4, 2024
1 parent 9dcdf21 commit d5afcd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion UoFiddler/Forms/AboutBoxForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,13 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="richTextBox1.Text" xml:space="preserve">
<value>Version 4.15.1
<value>Version 4.15.2
- Added reading of compressed cliloc files introduced in version 7.0.104 (authors ClassicUO team; added by Tecmo)
+ support is only partial so it can only read the files and decompress
+ saving will still produce old file type
+ to read newer clilocs you need to enable "New cliloc format" in Options

Version 4.15.1
- Fixed crash when animdata frame count entry is higher than the maximum value of 64

Version 4.15.0
Expand Down
6 changes: 3 additions & 3 deletions UoFiddler/UoFiddler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<AssemblyTitle>UoFiddler</AssemblyTitle>
<Product>UoFiddler</Product>
<Copyright>Copyright © 2024</Copyright>
<AssemblyVersion>4.15.1</AssemblyVersion>
<FileVersion>4.15.1</FileVersion>
<Version>4.15.1</Version>
<AssemblyVersion>4.15.2</AssemblyVersion>
<FileVersion>4.15.2</FileVersion>
<Version>4.15.2</Version>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit d5afcd0

Please sign in to comment.