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 Jan 23, 2025
1 parent 0ceabd4 commit 14cc06e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions UoFiddler/Forms/AboutBoxForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
</resheader>
<data name="richTextBox1.Text" xml:space="preserve">
<value>Version 4.16.0
- Fixed some crashes when file paths are invalid.

Version 4.16.0
- Added reading of compressed gump file introduced in version 7.0.104 (contributor Krubster based on ClassicUO team work)
+ support is only partial so it can only read the files and decompress them
+ saving will still produce old file type and there is no way to generate compressed UOP yet
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.16.0</AssemblyVersion>
<FileVersion>4.16.0</FileVersion>
<Version>4.16.0</Version>
<AssemblyVersion>4.16.1</AssemblyVersion>
<FileVersion>4.16.1</FileVersion>
<Version>4.16.1</Version>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 14cc06e

Please sign in to comment.