Skip to content

Commit

Permalink
0.0.8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Starfelll committed Apr 6, 2024
1 parent 9be90fa commit 6166ece
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NekoVpk/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public partial class App : Application
{
public static readonly NLog.Logger Logger = NLog.LogManager.GetCurrentClassLogger();

public const string Version = "0.0.7.3";
public const string Version = "0.0.8.0";

public const string VersionSuffix = "-Beta";

Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@


## changelog
#### v0.0.8
- Supports searching file names.
- During the scanning process, the workshop directory is no longer required.
- Close the file handle after reading the image.
- TaggedAssets.jsonc: added weapon-related tags.
#### v0.0.7.1
- TaggedAssets.jsonc add tags: particle,sound,spr,xdr,skybox
- Identify the vpk with a numeric file name as the workshop id
Expand Down

0 comments on commit 6166ece

Please sign in to comment.